set tag to [skip ci]
This commit is contained in:
13
README.md
13
README.md
@@ -11,18 +11,18 @@ This repository is built and pushed automatically.
|
|||||||
### 🏗️ Platform Support
|
### 🏗️ Platform Support
|
||||||
| Architecture | Status | Base Image | Build Date |
|
| 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 |
|
| 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:14 |
|
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 | 25.02.2026 17:46 |
|
||||||
|
|
||||||
### 🚀 Docker Pull
|
### 🚀 Docker Pull
|
||||||
```bash
|
```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
|
### 🚀 Docker Compose
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
docker-alpine-mirror:
|
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
|
container_name: docker-alpine-mirror
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
@@ -46,14 +46,15 @@ docker run -d \
|
|||||||
-v ./config:/config \
|
-v ./config:/config \
|
||||||
-v ./data:/app/www \
|
-v ./data:/app/www \
|
||||||
-p 8080:80 \
|
-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 History
|
||||||
| Version | Date | Status |
|
| 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: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 17:00 | changed dependencies to dependencies.d ✅ |
|
||||||
| **3.0** | 25.02.2026 13:20 | reorder s6-init scripts ✅ |
|
| **3.0** | 25.02.2026 13:20 | reorder s6-init scripts ✅ |
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
| **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: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 17:00 | changed dependencies to dependencies.d ✅ |
|
||||||
| **3.0** | 25.02.2026 13:20 | reorder s6-init scripts ✅ |
|
| **3.0** | 25.02.2026 13:20 | reorder s6-init scripts ✅ |
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
docker-alpine-mirror:
|
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
|
container_name: docker-alpine-mirror
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user