Files
docker-baseimage-rhel/README.md
Gitea Action 642d1cc033 9.3 [skip ci]
2026-03-23 20:23:10 +00:00

54 lines
1.5 KiB
Markdown

# docker-baseimage-rhel
This is a RHEL (UBI) based image with s6-overlay.
Based on the great work of Linuxserver.io
[![Build Status](https://git.pi-farm.de/pi-farm/docker-baseimage-rhel/actions/workflows/build-and-push.yaml/badge.svg)](https://git.pi-farm.de/pi-farm/docker-baseimage-rhel/actions)
[![Gitea Repo](https://img.shields.io/badge/gitea-repository-blue?logo=gitea&logoColor=white)](__REPO_URL__)
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 |
### 🚀 Docker Pull
```bash
docker pull git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest
```
### 🚀 Docker Compose
```yaml
services:
docker-baseimage-rhel:
image: git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest
container_name: docker-baseimage-rhel
restart: unless-stopped
environment:
- TZ=Europe/Berlin
- PUID=1000
- PGID=1000
```
### 🚀 Docker Run
```bash
docker run -d \
--name docker-baseimage-rhel \
--restart unless-stopped \
-e TZ=Europe/Berlin \
-e PUID=1000 \
-e PGID=1000 \
git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest
```
*Last updated on: 23.03.2026 21:23*
### 📜 Version History
| Version | Date | Status |
| :--- | :--- | :--- |
| **latest** | 23.03.2026 21:23 | 9.3 ✅ |
| **latest** | 23.03.2026 21:13 | 9.3 ✅ |