73 lines
2.6 KiB
Markdown
73 lines
2.6 KiB
Markdown
# docker-alpine-mirror
|
|
Alpine Mirror with s6-overlay and lighttpd, rsync, vnstat, cron
|
|
|
|
[](https://git.pi-farm.de/pi-farm/docker-alpine-mirror/actions)
|
|
[](__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 17:00 |
|
|
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:00 |
|
|
|
|
### 🚀 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 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 ✅ |
|