1 Commits

Author SHA1 Message Date
330ab02b39 fix s6-package url and extract 2026-03-18 02:47:35 +01:00
5 changed files with 15 additions and 62 deletions

View File

@@ -76,8 +76,8 @@ RUN echo "**** create user and folders ****" && \
mkdir -p /app /config /defaults /lsiopy
# 7. Lokale Skripte kopieren und Ausführungsrechte für S6 reparieren
ADD https://git.pi-farm.de/pi-farm/s6-overlay/archive/stable.tar.gz /tmp
RUN tar -C / -zxpf /tmp/stable.tar.gz && rm -rf /tmp/stable.tar.gz
ADD https://git.pi-farm.de/pi-farm/s6-overlay/archive/new-stable.tar.gz /tmp
RUN tar -C /etc/ -zxpf /tmp/new-stable.tar.gz && rm -rf /tmp/new-stable.tar.gz
RUN find /etc/s6-overlay/s6-rc.d/ -type f \( -name "run" -o -name "up" \) -exec chmod +x {} +
ENTRYPOINT ["/init"]

View File

@@ -74,8 +74,8 @@ RUN echo "**** create user and folders ****" && \
mkdir -p /app /config /defaults /lsiopy
# 7. Lokale Skripte kopieren und Ausführungsrechte für S6 reparieren
ADD https://git.pi-farm.de/pi-farm/s6-overlay/archive/stable.tar.gz /tmp
RUN tar -C / -zxpf /tmp/stable.tar.gz && rm -rf /tmp/stable.tar.gz
ADD https://git.pi-farm.de/pi-farm/s6-overlay/archive/new-stable.tar.gz /tmp
RUN tar -C /etc/ -zxpf /tmp/new-stable.tar.gz && rm -rf /tmp/new-stable.tar.gz
RUN find /etc/s6-overlay/s6-rc.d/ -type f \( -name "run" -o -name "up" \) -exec chmod +x {} +
ENTRYPOINT ["/init"]

View File

@@ -1,52 +1,16 @@
# 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__)
# Projekt: {{.RepoName}} [![Build Status](https://git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}/actions/workflows/build-and-push.yaml/badge.svg)](https://git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}/actions)
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
```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: 18.03.2026 01:48*
### 📜 Version History
| Version | Date | Status |
| Architecture | Status | Base-Image |
| :--- | :--- | :--- |
| **latest** | 18.03.2026 01:48 | Merge pull request dev (#1) from dev into main Reviewed-on: https://git.pi-farm.de/pi-farm/docker-baseimage-rhel/pulls/1 ✅ |
| **x86_64** (amd64) | ✅ Active | `__BASE_IMAGE__` |
| **aarch64** (arm64) | __ARM_STATUS__ | `__BASE_IMAGE__` |
### 🚀 Docker Pull Command
```bash
docker pull git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}:latest
```
---
*Last updated on: __DATE__*

View File

@@ -1 +0,0 @@
| **latest** | 18.03.2026 01:48 | Merge pull request dev (#1) from dev into main Reviewed-on: https://git.pi-farm.de/pi-farm/docker-baseimage-rhel/pulls/1 ✅ |

View File

@@ -1,11 +1 @@
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