switch to rsync to use --filter=merge rsync-rules.txt and set it to v3.0 for testing / set BUILD_TAG=3.0 [skip ci]

This commit is contained in:
Gitea Action
2026-02-25 09:55:24 +00:00
parent 78ba2177c1
commit e167413017
3 changed files with 9 additions and 7 deletions

View File

@@ -11,18 +11,18 @@ 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 00:25 |
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 00:25 |
| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 10:55 |
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 10:55 |
### 🚀 Docker Pull
```bash
docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
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.23
image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0
container_name: docker-alpine-mirror
restart: unless-stopped
ports:
@@ -46,14 +46,15 @@ docker run -d \
-v ./config:/config \
-v ./data:/app/www \
-p 8080:80 \
git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0
```
*Last updated on: 25.02.2026 00:25*
*Last updated on: 25.02.2026 10:55*
### 📜 Version History
| Version | Date | Status |
| :--- | :--- | :--- |
| **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 ✅ |