From a73edf183b24012cd3bd1ed9e358856d11686e16 Mon Sep 17 00:00:00 2001 From: Gitea Action Date: Mon, 23 Mar 2026 20:04:32 +0000 Subject: [PATCH] VERSION.history aktualisiert [skip ci] --- README.md | 14 +++++++------- VERSION.history | 1 + docker-compose.yml | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ea66587..7991029 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:latest | 23.03.2026 17:42 | -| aarch64 (arm64) | ✅ 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.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,12 +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 17:42* +*Last updated on: 23.03.2026 21:04* ### 📜 Version History | Version | Date | Status | | :--- | :--- | :--- | -| **latest** | 23.03.2026 17:42 | VERSION.history aktualisiert ✅ | +| **9.2** | 23.03.2026 21:04 | VERSION.history aktualisiert ✅ | diff --git a/VERSION.history b/VERSION.history index 8b13789..78979b8 100644 --- a/VERSION.history +++ b/VERSION.history @@ -1 +1,2 @@ +| **9.2** | 23.03.2026 21:04 | VERSION.history aktualisiert ✅ | diff --git a/docker-compose.yml b/docker-compose.yml index c0ef5b9..098fa95 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.2 container_name: docker-baseimage-rhel restart: unless-stopped