# 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) Dieses Repository wird automatisch gebaut und gepusht. [![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) ### ๐Ÿ—๏ธ Plattform Unterstรผtzung | Architektur | Status | Basis-Image | Build Datum | | :--- | :--- | :--- | :--- | | x86_64 (amd64) | โœ… Aktiv | alpine:3.23 | 14.02.2026 01:43 | | aarch64 (arm64) | โœ… Aktiv (eigenes Dockerfile) | alpine:3.23 | 14.02.2026 01:43 | ### ๐Ÿš€ 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 ``` *Zuletzt aktualisiert am: 14.02.2026 01:43* ### ๐Ÿ“œ Versions-Historie | Version | Datum | Status | | :--- | :--- | :--- | | **3.23** | 14.02.2026 01:43 | add repository url โœ… | | **3.23** | 14.02.2026 01:06 | alpine 3.23 โœ… | | **3.22** | 14.02.2026 01:04 | VERSION.history aktualisiert โœ… |