Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f94496b25b | ||
| 914f6eb086 | |||
|
|
8a8bcce727 | ||
| 2bebac1796 | |||
| 7c3419019d | |||
|
|
5ec128b665 | ||
|
|
0044d69b65 | ||
| 3c9dee25ec | |||
|
|
147453f16e | ||
| cdc577fe44 |
@@ -177,6 +177,7 @@ jobs:
|
|||||||
FULL_URL="${{ steps.prep.outputs.image_name }}"
|
FULL_URL="${{ steps.prep.outputs.image_name }}"
|
||||||
REPO_PURE="${{ steps.prep.outputs.repo_pure }}"
|
REPO_PURE="${{ steps.prep.outputs.repo_pure }}"
|
||||||
BASE_IMAGE="${{ steps.prep.outputs.base_image }}"
|
BASE_IMAGE="${{ steps.prep.outputs.base_image }}"
|
||||||
|
REPO_URL="https://git.pi-farm.de/${{ gitea.repository }}"
|
||||||
|
|
||||||
# Sicherstellen, dass buildargs.env da ist
|
# Sicherstellen, dass buildargs.env da ist
|
||||||
if [ ! -f "buildargs.env" ]; then echo "❌ buildargs.env fehlt!"; exit 1; fi
|
if [ ! -f "buildargs.env" ]; then echo "❌ buildargs.env fehlt!"; exit 1; fi
|
||||||
@@ -281,6 +282,7 @@ jobs:
|
|||||||
sed -i "s|__BASE_IMAGE__|$BASE_IMAGE|g" "$output"
|
sed -i "s|__BASE_IMAGE__|$BASE_IMAGE|g" "$output"
|
||||||
sed -i "s|__ARM_STATUS__|$ARM_STATUS|g" "$output"
|
sed -i "s|__ARM_STATUS__|$ARM_STATUS|g" "$output"
|
||||||
sed -i "s|__CURRENT_DATE__|$CURRENT_TIME|g" "$output"
|
sed -i "s|__CURRENT_DATE__|$CURRENT_TIME|g" "$output"
|
||||||
|
sed -i "s|__REPO_URL__|$REPO_URL|g" "$output"
|
||||||
|
|
||||||
# Komplexe Blöcke über ein temporäres File einfügen (verhindert Shell-Interpretationsfehler)
|
# Komplexe Blöcke über ein temporäres File einfügen (verhindert Shell-Interpretationsfehler)
|
||||||
awk -v r="$HISTORY_CONTENT" '{gsub(/__HISTORY_CONTENT__/, r)}1' "$output" > "$output.tmp" && mv "$output.tmp" "$output"
|
awk -v r="$HISTORY_CONTENT" '{gsub(/__HISTORY_CONTENT__/, r)}1' "$output" > "$output.tmp" && mv "$output.tmp" "$output"
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -3,6 +3,7 @@ This is a alpine-linux based image with s6-overlay.
|
|||||||
Based on the great work of Linuxserver.io
|
Based on the great work of Linuxserver.io
|
||||||
|
|
||||||
[](https://git.pi-farm.de/pi-farm/docker-baseimage-alpine/actions)
|
[](https://git.pi-farm.de/pi-farm/docker-baseimage-alpine/actions)
|
||||||
|
[](https://git.pi-farm.de/pi-farm/docker-baseimage-alpine)
|
||||||
|
|
||||||
Dieses Repository wird automatisch gebaut und gepusht.
|
Dieses Repository wird automatisch gebaut und gepusht.
|
||||||
|
|
||||||
@@ -11,18 +12,18 @@ Dieses Repository wird automatisch gebaut und gepusht.
|
|||||||
### 🏗️ Plattform Unterstützung
|
### 🏗️ Plattform Unterstützung
|
||||||
| Architektur | Status | Basis-Image | Build Datum |
|
| Architektur | Status | Basis-Image | Build Datum |
|
||||||
| :--- | :--- | :--- | :--- |
|
| :--- | :--- | :--- | :--- |
|
||||||
| x86_64 (amd64) | ✅ Aktiv | alpine:3.22 | 14.02.2026 01:04 |
|
| x86_64 (amd64) | ✅ Aktiv | alpine:3.23 | 17.02.2026 13:00 |
|
||||||
| aarch64 (arm64) | ✅ Aktiv (eigenes Dockerfile) | alpine:3.22 | 14.02.2026 01:04 |
|
| aarch64 (arm64) | ✅ Aktiv (eigenes Dockerfile) | alpine:3.23 | 17.02.2026 13:00 |
|
||||||
|
|
||||||
### 🚀 Docker Pull
|
### 🚀 Docker Pull
|
||||||
```bash
|
```bash
|
||||||
docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22
|
docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||||
```
|
```
|
||||||
### 🚀 Docker Compose
|
### 🚀 Docker Compose
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
docker-baseimage-alpine:
|
docker-baseimage-alpine:
|
||||||
image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22
|
image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||||
container_name: docker-baseimage-alpine
|
container_name: docker-baseimage-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -40,12 +41,13 @@ docker run -d
|
|||||||
-e TZ=Europe/Berlin
|
-e TZ=Europe/Berlin
|
||||||
-e PUID=1000
|
-e PUID=1000
|
||||||
-e PGID=1000
|
-e PGID=1000
|
||||||
git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22
|
git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||||
```
|
```
|
||||||
|
|
||||||
*Zuletzt aktualisiert am: 14.02.2026 01:04*
|
*Zuletzt aktualisiert am: 17.02.2026 13:00*
|
||||||
|
|
||||||
### 📜 Versions-Historie
|
### 📜 Versions-Historie
|
||||||
| Version | Datum | Status |
|
| Version | Datum | Status |
|
||||||
| :--- | :--- | :--- |
|
| :--- | :--- | :--- |
|
||||||
| **3.22** | 14.02.2026 01:04 | VERSION.history aktualisiert ✅ |
|
| **3.23** | 17.02.2026 13:00 | VERSION.history aktualisiert ✅ |
|
||||||
|
| **3.23** | 14.02.2026 01:06 | alpine 3.23 ✅ |
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
| **3.22** | 14.02.2026 01:04 | VERSION.history aktualisiert ✅ |
|
| **3.23** | 17.02.2026 13:00 | VERSION.history aktualisiert ✅ |
|
||||||
|
| **3.23** | 14.02.2026 01:06 | alpine 3.23 ✅ |
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
BUILD_TAG=3.22
|
BUILD_TAG=3.23
|
||||||
BUILD_BASE_IMAGE=alpine:${BUILD_TAG}
|
BUILD_BASE_IMAGE=alpine:${BUILD_TAG}
|
||||||
# Examples for BASE_IMAGE
|
# Examples for BASE_IMAGE
|
||||||
# alpine:${BUILD_TAG}
|
# alpine:${BUILD_TAG}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
docker-baseimage-alpine:
|
docker-baseimage-alpine:
|
||||||
image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.22
|
image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||||
container_name: docker-baseimage-alpine
|
container_name: docker-baseimage-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user