1 Commits
latest ... 9.2

Author SHA1 Message Date
Gitea Action
a73edf183b VERSION.history aktualisiert [skip ci] 2026-03-23 20:04:32 +00:00
4 changed files with 10 additions and 12 deletions

View File

@@ -12,18 +12,18 @@ This repository is built and pushed automatically.
### 🏗️ Platform Support
| Architecture | Status | Base Image | Build Date |
| :--- | :--- | :--- | :--- |
| x86_64 (amd64) | ✅ Active | registry.access.redhat.com/ubi9/ubi-minimal:9.3 | 23.03.2026 21:23 |
| aarch64 (arm64) | ✅ Active | registry.access.redhat.com/ubi9/ubi-minimal:9.3 | 23.03.2026 21:23 |
| x86_64 (amd64) | ✅ Active | registry.access.redhat.com/ubi9/ubi-minimal:9.2 | 23.03.2026 21:04 |
| aarch64 (arm64) | ✅ Active | registry.access.redhat.com/ubi9/ubi-minimal:9.2 | 23.03.2026 21:04 |
### 🚀 Docker Pull
```bash
docker pull git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest
docker pull git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.2
```
### 🚀 Docker Compose
```yaml
services:
docker-baseimage-rhel:
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.2
container_name: docker-baseimage-rhel
restart: unless-stopped
@@ -41,13 +41,12 @@ docker run -d \
-e TZ=Europe/Berlin \
-e PUID=1000 \
-e PGID=1000 \
git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest
git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.2
```
*Last updated on: 23.03.2026 21:23*
*Last updated on: 23.03.2026 21:04*
### 📜 Version History
| Version | Date | Status |
| :--- | :--- | :--- |
| **latest** | 23.03.2026 21:23 | 9.3 ✅ |
| **latest** | 23.03.2026 21:13 | 9.3 ✅ |
| **9.2** | 23.03.2026 21:04 | VERSION.history aktualisiert ✅ |

View File

@@ -1,3 +1,2 @@
| **latest** | 23.03.2026 21:23 | 9.3 ✅ |
| **latest** | 23.03.2026 21:13 | 9.3 ✅ |
| **9.2** | 23.03.2026 21:04 | VERSION.history aktualisiert ✅ |

View File

@@ -1,5 +1,5 @@
## BUILD STAGE
BUILD_BASE_TAG=9.3
BUILD_BASE_TAG=9.2
BUILD_TAG_LATEST=n
# Wir nutzen UBI Minimal für ein kleines Image
BUILD_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:${BUILD_BASE_TAG}

View File

@@ -1,6 +1,6 @@
services:
docker-baseimage-rhel:
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.2
container_name: docker-baseimage-rhel
restart: unless-stopped