# 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)](__REPO_URL__) 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.21 | 19.02.2026 21:16 | | aarch64 (arm64) | ✅ Active | alpine:3.21 | 19.02.2026 21:16 | ### 🚀 Docker Pull ```bash docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.21 ``` ### 🚀 Docker Compose ```yaml services: docker-baseimage-alpine: image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.21 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.21 ``` *Last updated on: 19.02.2026 21:16* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | | **3.21** | 19.02.2026 21:16 | build for alpine v3.21 ✅ | | **3.23** | 19.02.2026 20:47 | build for v3.23 ✅ | | **3.22** | 19.02.2026 20:42 | build for alpine v3.22 ✅ | | **3.23** | 17.02.2026 23:44 | update on Readme.md and workflow ✅ | | **3.23** | 14.02.2026 01:06 | alpine 3.23 ✅ |