VERSION.history aktualisiert [skip ci]
This commit is contained in:
14
README.md
14
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: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:latest | 23.03.2026 17:42 |
|
| aarch64 (arm64) | ✅ Active | registry.access.redhat.com/ubi9/ubi-minimal:9.2 | 23.03.2026 21:04 |
|
||||||
|
|
||||||
### 🚀 Docker Pull
|
### 🚀 Docker Pull
|
||||||
```bash
|
```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
|
### 🚀 Docker Compose
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
docker-baseimage-rhel:
|
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
|
container_name: docker-baseimage-rhel
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -41,12 +41,12 @@ 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: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 History
|
||||||
| Version | Date | Status |
|
| Version | Date | Status |
|
||||||
| :--- | :--- | :--- |
|
| :--- | :--- | :--- |
|
||||||
| **latest** | 23.03.2026 17:42 | VERSION.history aktualisiert ✅ |
|
| **9.2** | 23.03.2026 21:04 | VERSION.history aktualisiert ✅ |
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
|
| **9.2** | 23.03.2026 21:04 | VERSION.history aktualisiert ✅ |
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
docker-baseimage-rhel:
|
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
|
container_name: docker-baseimage-rhel
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user