Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
642d1cc033 | ||
| 80853ea6f2 | |||
|
|
1ee80ecd63 | ||
| 40beeedfa8 |
@@ -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 ✅ |
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
|
| **latest** | 23.03.2026 21:23 | 9.3 ✅ |
|
||||||
|
| **latest** | 23.03.2026 21:13 | 9.3 ✅ |
|
||||||
|
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user