info@pi-farm.de pi-farm
  • Joined on 2025-09-21

docker-baseimage-rhel (latest)

Published 2026-03-23 20:31:33 +00:00 by pi-farm in pi-farm/docker-baseimage-rhel

Installation

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

Images

Digest OS / Arch Size
743f1e822a linux/amd64 150 MiB
0bc8b6a413 linux/arm64 148 MiB

Image Layers ( linux/arm64)

ADD file:437369795a208dae019ad106a8100166db532f040a1b0872857a6e2765904923 in /
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem
ADD multi:76ed2bd9c036240d42925ff871f73866e886bea98859bc8c40c9fb05e07b6fb9 in /etc/yum.repos.d/
LABEL maintainer="Red Hat, Inc."
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.3"
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="minimal rhel9"
ENV container oci
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
CMD ["/bin/bash"]
/bin/sh -c rm -rf /var/log/*
LABEL release=1612
ADD file:96d801555bcde0b213796fa230f06bd442ea605a02a35260236e9b419cfd729d in /root/buildinfo/content_manifests/ubi9-minimal-container-9.3-1612.json
ADD file:ae24bc70d71374ac8bbfcf5164284b94f4587f14ff3b75af2fe02d3bc797deac in /root/buildinfo/Dockerfile-ubi9-minimal-9.3-1612
LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-02-29T14:02:27" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="e8510c65a9be4b0635372fd09bee126ce7e08bc7" "io.k8s.description"="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.3-1612"
/bin/sh -c rm -f '/etc/yum.repos.d/repo-3cf8a.repo' '/etc/yum.repos.d/repo-e6c6f.repo'
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
ARG BUILD_APP_VERSION=ubi9
ARG BUILD_S6_ARCH_aarch64=aarch64
ARG BUILD_S6_OVERLAY_VERSION=3.2.2.0
ARG BUILD_DATE
ARG MODS_VERSION=v3
ARG LSIOWN_VERSION=v1
ARG WITHCONTENV_VERSION=v1
ARG BUILD_APP_USER=pi
ARG BUILD_APP_UID=1000
ARG BUILD_APP_GID=1000
ARG BUILD_MAINTAINER=pi-farm
LABEL build_version=pi-farm version: ubi9 Build-date:-
LABEL maintainer=pi-farm
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c microdnf install -y --nodocs ca-certificates && rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && microdnf update -y && microdnf install -y --nodocs xz tar shadow-utils tzdata && microdnf clean all # buildkit
ADD https://github.com/just-containers/s6-overlay/releases/download/v3.2.2.0/s6-overlay-noarch.tar.xz /tmp # buildkit
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz # buildkit
ADD https://github.com/just-containers/s6-overlay/releases/download/v3.2.2.0/s6-overlay-aarch64.tar.xz /tmp # buildkit
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c tar -C / -Jxpf /tmp/s6-overlay-${BUILD_S6_ARCH_aarch64}.tar.xz # buildkit
ADD https://github.com/just-containers/s6-overlay/releases/download/v3.2.2.0/s6-overlay-symlinks-noarch.tar.xz /tmp # buildkit
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c tar -C / -Jxpf /tmp/s6-overlay-symlinks-noarch.tar.xz && unlink /usr/bin/with-contenv # buildkit
ADD https://github.com/just-containers/s6-overlay/releases/download/v3.2.2.0/s6-overlay-symlinks-arch.tar.xz /tmp # buildkit
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c tar -C / -Jxpf /tmp/s6-overlay-symlinks-arch.tar.xz # buildkit
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
ENV HOME=/root LANGUAGE=de_DE.UTF-8 LANG=de_DE.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c echo "**** install packages ****" && microdnf install -y --nodocs glibc-all-langpacks jq nmap-ncat cronie && microdnf clean all # buildkit
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c echo "**** create user and folders ****" && if ! getent group ${BUILD_APP_GID} >/dev/null; then groupadd -g ${BUILD_APP_GID} ${BUILD_APP_USER}; fi && useradd -u ${BUILD_APP_UID} -g ${BUILD_APP_GID} -d /config -s /bin/false ${BUILD_APP_USER} && mkdir -p /app /config /defaults /lsiopy # buildkit
ADD https://git.pi-farm.de/pi-farm/s6-overlay/archive/new-stable.tar.gz /tmp # buildkit
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c tar -C /etc/ -zxpf /tmp/new-stable.tar.gz && rm -rf /tmp/new-stable.tar.gz # buildkit
RUN |11 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_aarch64=aarch64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 BUILD_APP_USER=pi BUILD_APP_UID=1000 BUILD_APP_GID=1000 BUILD_MAINTAINER=pi-farm /bin/sh -c find /etc/s6-overlay/s6-rc.d/ -type f \( -name "run" -o -name "up" \) -exec chmod +x {} + # buildkit
ENTRYPOINT ["/init"]

Labels

Key Value
architecture aarch64
build-date 2024-02-29T14:02:27
build_version pi-farm version: ubi9 Build-date:-
com.redhat.component ubi9-minimal-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
description The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
distribution-scope public
io.buildah.version 1.29.0
io.k8s.description The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
io.k8s.display-name Red Hat Universal Base Image 9 Minimal
io.openshift.expose-services
io.openshift.tags minimal rhel9
maintainer pi-farm
name ubi9-minimal
pi_farm.args_hash 1886688311aed943546e63c1345c40a0a0d5d2622a9e5ccd74c7213be322ecb5
pi_farm.base_digest sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
release 1612
summary Provides the latest release of the minimal Red Hat Universal Base Image 9.
url https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.3-1612
vcs-ref e8510c65a9be4b0635372fd09bee126ce7e08bc7
vcs-type git
vendor Red Hat, Inc.
version 9.3
Details
Container
2026-03-23 20:31:33 +00:00
0
OCI / Docker
Versions (3) View all
9.3 2026-03-23
latest 2026-03-23
9.2 2026-03-23