user.name pi-farm a323603cf0
All checks were successful
/ release-and-build (push) Successful in 35s
add init-lighttpd-config to user.contents.d
2026-02-25 17:14:07 +01:00
2026-02-24 12:27:15 +00:00
2026-02-24 12:27:15 +00:00
2026-02-24 12:27:15 +00:00
2026-02-24 21:34:35 +01:00
2026-02-24 21:51:15 +01:00
2026-02-24 12:27:15 +00:00

docker-alpine-mirror

Alpine Mirror with s6-overlay and lighttpd, rsync, vnstat, cron

Build Status Gitea Repo

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 17:00
aarch64 (arm64) Active git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 25.02.2026 17:00

🚀 Docker Pull

docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0

🚀 Docker Compose

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

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 17:00

📜 Version History

Version Date Status
3.0 25.02.2026 17:00 changed dependencies to dependencies.d
3.0 25.02.2026 13:20 reorder s6-init scripts
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
Description
No description provided
Readme Apache-2.0 115 KiB
Languages
Shell 63.9%
Dockerfile 36.1%