diff --git a/README.md b/README.md index 3b6daac..b830e72 100644 --- a/README.md +++ b/README.md @@ -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.3 | 23.03.2026 21:31 | +| aarch64 (arm64) | ✅ Active | registry.access.redhat.com/ubi9/ubi-minimal:9.3 | 23.03.2026 21:31 | ### 🚀 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.3 ``` ### 🚀 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.3 container_name: docker-baseimage-rhel restart: unless-stopped @@ -41,13 +41,14 @@ 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.3 ``` -*Last updated on: 23.03.2026 21:23* +*Last updated on: 23.03.2026 21:31* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | +| **9.3** | 23.03.2026 21:31 | ✅ | | **latest** | 23.03.2026 21:23 | 9.3 ✅ | | **latest** | 23.03.2026 21:13 | 9.3 ✅ | diff --git a/VERSION.history b/VERSION.history index b1e8ca1..11ca241 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1,3 +1,4 @@ +| **9.3** | 23.03.2026 21:31 | ✅ | | **latest** | 23.03.2026 21:23 | 9.3 ✅ | | **latest** | 23.03.2026 21:13 | 9.3 ✅ | diff --git a/docker-compose.yml b/docker-compose.yml index c0ef5b9..aecc673 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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.3 container_name: docker-baseimage-rhel restart: unless-stopped