From 1920701e8ef05f2ad492ce946daa77379646546d Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Wed, 25 Feb 2026 16:57:55 +0000 Subject: [PATCH] changed rsync-rules.txt to match alpine version v3.23 [skip ci] --- README.md | 25 ++++--------------------- VERSION.history | 1 + 2 files changed, 5 insertions(+), 21 deletions(-) create mode 100644 VERSION.history diff --git a/README.md b/README.md index 62ee283..950ebb8 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ 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:46 | -| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:46 | +| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:57 | +| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:57 | ### 🚀 Docker Pull ```bash @@ -49,26 +49,9 @@ docker run -d \ git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23 ``` -*Last updated on: 25.02.2026 17:46* +*Last updated on: 25.02.2026 17:57* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | -| **3.23** | 25.02.2026 17:46 | set tag to ${BUILD_TAG} ✅ | -| **3.0** | 25.02.2026 17:14 | add init-lighttpd-config to user.contents.d ✅ | -| **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 ✅ | +| **3.23** | 25.02.2026 17:57 | changed rsync-rules.txt to match alpine version v3.23 ✅ | diff --git a/VERSION.history b/VERSION.history new file mode 100644 index 0000000..1865336 --- /dev/null +++ b/VERSION.history @@ -0,0 +1 @@ +| **3.23** | 25.02.2026 17:57 | changed rsync-rules.txt to match alpine version v3.23 ✅ |