Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21404842b3 | ||
|
|
642d1cc033 | ||
| 80853ea6f2 | |||
|
|
1ee80ecd63 | ||
| 40beeedfa8 |
16
README.md
16
README.md
@@ -12,18 +12,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 | registry.access.redhat.com/ubi9/ubi-minimal:9.2 | 23.03.2026 21:04 |
|
| x86_64 (amd64) | ✅ Active | registry.access.redhat.com/ubi9/ubi-minimal:9.3 | 23.03.2026 21:31 |
|
||||||
| aarch64 (arm64) | ✅ 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.3 | 23.03.2026 21:31 |
|
||||||
|
|
||||||
### 🚀 Docker Pull
|
### 🚀 Docker Pull
|
||||||
```bash
|
```bash
|
||||||
docker pull git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.2
|
docker pull git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.3
|
||||||
```
|
```
|
||||||
### 🚀 Docker Compose
|
### 🚀 Docker Compose
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
docker-baseimage-rhel:
|
docker-baseimage-rhel:
|
||||||
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.2
|
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.3
|
||||||
container_name: docker-baseimage-rhel
|
container_name: docker-baseimage-rhel
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -41,12 +41,14 @@ 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-rhel:9.2
|
git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.3
|
||||||
```
|
```
|
||||||
|
|
||||||
*Last updated on: 23.03.2026 21:04*
|
*Last updated on: 23.03.2026 21:31*
|
||||||
|
|
||||||
### 📜 Version History
|
### 📜 Version History
|
||||||
| Version | Date | Status |
|
| Version | Date | Status |
|
||||||
| :--- | :--- | :--- |
|
| :--- | :--- | :--- |
|
||||||
| **9.2** | 23.03.2026 21:04 | VERSION.history aktualisiert ✅ |
|
| **9.3** | 23.03.2026 21:31 | ✅ |
|
||||||
|
| **latest** | 23.03.2026 21:23 | 9.3 ✅ |
|
||||||
|
| **latest** | 23.03.2026 21:13 | 9.3 ✅ |
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
| **9.2** | 23.03.2026 21:04 | VERSION.history aktualisiert ✅ |
|
| **9.3** | 23.03.2026 21:31 | ✅ |
|
||||||
|
| **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}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
docker-baseimage-rhel:
|
docker-baseimage-rhel:
|
||||||
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.2
|
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.3
|
||||||
container_name: docker-baseimage-rhel
|
container_name: docker-baseimage-rhel
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user