From e16741301763bc3f0bd20fca93c4fac1c7583074 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Wed, 25 Feb 2026 09:55:24 +0000 Subject: [PATCH] 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] --- README.md | 13 +++++++------ VERSION.history | 1 + docker-compose.yml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2672d07..1f8d074 100644 --- a/README.md +++ b/README.md @@ -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 ✅ | diff --git a/VERSION.history b/VERSION.history index d612020..4a75c73 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **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 ✅ | diff --git a/docker-compose.yml b/docker-compose.yml index 986d193..6d5f99d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ 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: