# docker-alpine-mirror Alpine Mirror with s6-overlay and lighttpd, rsync, vnstat, cron [![Build Status](https://git.pi-farm.de/pi-farm/docker-alpine-mirror/actions/workflows/build-and-push.yaml/badge.svg)](https://git.pi-farm.de/pi-farm/docker-alpine-mirror/actions) [![Gitea Repo](https://img.shields.io/badge/gitea-repository-blue?logo=gitea&logoColor=white)](__REPO_URL__) 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 | 25.02.2026 13:11 | | aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 13:11 | ### 🚀 Docker Pull ```bash docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0 ``` ### 🚀 Docker Compose ```yaml services: docker-alpine-mirror: image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0 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 ```bash 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.0 ``` *Last updated on: 25.02.2026 13:11* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | | **3.0** | 25.02.2026 13:11 | fix dependencies in s6-overlay ✅ | | **3.0** | 25.02.2026 12:42 | fix --filter= ✅ | | **3.0** | 25.02.2026 10:55 | switch to rsync to use --filter=merge rsync-rules.txt and set it to v3.0 for testing / set BUILD_TAG=3.0 ✅ | | **3.23** | 25.02.2026 00:25 | fix latest-stable ✅ | | **3.23** | 25.02.2026 00:20 | delete VERSIONS.history ✅ | | **3.23** | 24.02.2026 23:25 | fix syntax and format ✅ | | **3.23** | 24.02.2026 23:10 | fix alpine-mirror / lighttpd root / stats script ✅ | | **3.23** | 24.02.2026 22:31 | fix --excludes ✅ | | **3.23** | 24.02.2026 22:15 | fix cron alpine-mirror ✅ | | **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 ✅ |