b000cec21187ec3489eb490654569259aacbfe35
All checks were successful
/ release-and-build (push) Successful in 22s
docker-alpine-mirror
Alpine Mirror with s6-overlay and lighttpd, rsync, vnstat, cron
This repository is built and pushed automatically.
🏗️ Platform Support
| Architecture | Status | Base Image | Build Date |
|---|---|---|---|
| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 21:51 |
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 24.02.2026 21:51 |
🚀 Docker Pull
docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
🚀 Docker Compose
services:
docker-alpine-mirror:
image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
container_name: docker-alpine-mirror
restart: unless-stopped
ports:
- 8080:80
environment:
- TZ=Europe/Berlin
- PUID=1000
- PGID=1000
volumes:
- ./config:/config
- ./data:/app/www
🚀 Docker Run
docker run -d \
--name docker-alpine-mirror \
--restart unless-stopped \
-e TZ=Europe/Berlin \
-e PUID=1000 \
-e PGID=1000 \
-v ./config:/config \
-v ./data:/app/www \
-p 8080:80 \
git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
Last updated on: 24.02.2026 21:51
📜 Version History
| Version | Date | Status |
|---|---|---|
| 3.23 | 24.02.2026 21:51 | fix apk packages in dockerfiles ✅ |
| 3.23 | 24.02.2026 21:39 | fix svc type-files ✅ |
| 3.23 | 24.02.2026 21:34 | fix .gitignore ✅ |
| 3.23 | 24.02.2026 21:31 | fix filename ✅ |
| 3.23 | 24.02.2026 21:22 | fix BUILD_APPS ✅ |
Description
Languages
Shell
63.9%
Dockerfile
36.1%