4 Commits
9.2 ... main

Author SHA1 Message Date
Gitea Action
642d1cc033 9.3 [skip ci] 2026-03-23 20:23:10 +00:00
80853ea6f2 9.3
All checks were successful
/ release-and-build (push) Successful in 3m21s
2026-03-23 20:19:49 +00:00
Gitea Action
1ee80ecd63 9.3 [skip ci] 2026-03-23 20:13:31 +00:00
40beeedfa8 9.3
All checks were successful
/ release-and-build (push) Successful in 3m18s
2026-03-23 20:10:13 +00:00
3 changed files with 8 additions and 5 deletions

View File

@@ -12,8 +12,8 @@ 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 | registry.access.redhat.com/ubi9/ubi-minimal:latest | 23.03.2026 17:42 | | 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:latest | 23.03.2026 17:42 | | aarch64 (arm64) | ✅ Active | registry.access.redhat.com/ubi9/ubi-minimal:9.3 | 23.03.2026 21:23 |
### 🚀 Docker Pull ### 🚀 Docker Pull
```bash ```bash
@@ -44,9 +44,10 @@ docker run -d \
git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest
``` ```
*Last updated on: 23.03.2026 17:42* *Last updated on: 23.03.2026 21:23*
### 📜 Version History ### 📜 Version History
| Version | Date | Status | | Version | Date | Status |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| **latest** | 23.03.2026 17:42 | VERSION.history aktualisiert ✅ | | **latest** | 23.03.2026 21:23 | 9.3 ✅ |
| **latest** | 23.03.2026 21:13 | 9.3 ✅ |

View File

@@ -1 +1,3 @@
| **latest** | 23.03.2026 21:23 | 9.3 ✅ |
| **latest** | 23.03.2026 21:13 | 9.3 ✅ |

View File

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