set tag to [skip ci]

This commit is contained in:
Gitea Action
2026-02-25 16:46:20 +00:00
parent 70f116cb3d
commit 9973e4b93e
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 17:14 |
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:14 |
| 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 |
### 🚀 Docker Pull
```bash
docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0
docker pull git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
```
### 🚀 Docker Compose
```yaml
services:
docker-alpine-mirror:
image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.0
image: git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
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.0
git.pi-farm.de/pi-farm/docker-alpine-mirror:3.23
```
*Last updated on: 25.02.2026 17:14*
*Last updated on: 25.02.2026 17:46*
### 📜 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 ✅ |