info@pi-farm.de 507f107299
All checks were successful
/ release-and-build (push) Successful in 3m38s
Merge pull request 'fix s6-package url and extract' (#2) from dev into main
Reviewed-on: #2
2026-03-18 13:51:43 +00:00
2026-03-17 22:06:14 +00:00
2026-03-17 22:06:14 +00:00
2026-03-17 22:06:14 +00:00
2026-03-17 23:27:36 +01:00
2026-03-17 23:27:36 +01:00
2026-03-18 02:47:35 +01:00
2026-03-17 22:06:14 +00:00

docker-baseimage-rhel

This is a RHEL (UBI) based image with s6-overlay. Based on the great work of Linuxserver.io

Build Status Gitea Repo

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 18.03.2026 01:48
aarch64 (arm64) Active registry.access.redhat.com/ubi9/ubi-minimal:latest 18.03.2026 01:48

🚀 Docker Pull

docker pull git.pi-farm.de/pi-farm/docker-baseimage-rhel:latest

🚀 Docker Compose

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

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: 18.03.2026 01:48

📜 Version History

Version Date Status
latest 18.03.2026 01:48 Merge pull request dev (#1) from dev into main Reviewed-on: #1
Description
No description provided
Readme Apache-2.0 96 KiB
Languages
Dockerfile 100%