# docker-baseimage-alpine This is a alpine-linux based image with s6-overlay. Based on the great work of Linuxserver.io [![Build Status](https://git.pi-farm.de/pi-farm/docker-baseimage-alpine/actions/workflows/build-and-push.yaml/badge.svg)](https://git.pi-farm.de/pi-farm/docker-baseimage-alpine/actions) [![Gitea Repo](https://img.shields.io/badge/gitea-repository-blue?logo=gitea&logoColor=white)](https://git.pi-farm.de/pi-farm/docker-baseimage-alpine) This repository is built and pushed automatically. [![Docker Hub](https://img.shields.io/badge/docker-hub-blue?logo=docker__DOCKERHUB_LINK__logoColor=white)](https://hub.docker.com/r/pifarm/docker-baseimage-alpine) ### 🏗️ Platform Support | Architecture | Status | Base-Image | Build Date | | :--- | :--- | :--- | :--- | | x86_64 (amd64) | ✅ Active | alpine:3.23 | 17.02.2026 22:55 | | aarch64 (arm64) | ✅ Active (own Dockerfile) | alpine:3.23 | 17.02.2026 22:55 | ### 🚀 Docker Pull ```bash docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 ``` ### 🚀 Docker Compose ```yaml services: docker-baseimage-alpine: image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 container_name: docker-baseimage-alpine restart: unless-stopped environment: - TZ=Europe/Berlin - PUID=1000 - PGID=1000 ``` ### 🚀 Docker Run ```bash docker run -d --name docker-baseimage-alpine --restart unless-stopped -e TZ=Europe/Berlin -e PUID=1000 -e PGID=1000 git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 ``` *Last updated on: 17.02.2026 22:55* ### 📜 Version-History | Version | Date | Status | | :--- | :--- | :--- | | **3.23** | 17.02.2026 22:55 | update Push Readme to Dockerhub ✅ | | **3.23** | 17.02.2026 13:00 | VERSION.history aktualisiert ✅ | | **3.23** | 14.02.2026 01:06 | alpine 3.23 ✅ |