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

docker-baseimage-rhel (9.2)

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

Installation

docker pull git.pi-farm.de/pi-farm/docker-baseimage-rhel:9.2
sha256:e834601ba575f7f1e65137ccc17618825a6e1c96cc556432178b039e572fa79d

Images

Digest OS / Arch Size
1a758a5470 linux/amd64 151 MiB
c44efbceca linux/arm64 148 MiB

Image Layers ( linux/amd64)

ADD file:139424fc60c0a17394da68faf4af3a17c9e959b6a1ce74c5b53ffc959145a63c in /
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem
ADD multi:eed63f5f84efa377cb20d8bc2a3294d6aeffff59ee5380d49f1903b9673516dd in /etc/yum.repos.d/
LABEL maintainer="Red Hat, Inc."
LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.2"
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/*
ADD file:d4e564939c7991d70e1c5392b02502c604ec36a1612a39fc922b8bb32a567932 in /root/buildinfo/content_manifests/ubi9-minimal-container-9.2-750.1697625013.json
ADD file:7aa78ccab5aa351a2b340ceba6ac1dad0988268ffec2b6ff113734e516c775f9 in /root/buildinfo/Dockerfile-ubi9-minimal-9.2-750.1697625013
LABEL "release"="750.1697625013" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-10-18T11:30:28" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7ef59505f75bf0c11c8d3addefebee5ceaaf4c41" "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.2-750.1697625013"
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-2460177-f3ccb.repo' '/etc/yum.repos.d/gitweb-a7836.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_amd64=x86_64
ARG BUILD_S6_OVERLAY_VERSION=3.2.2.0
ARG BUILD_DATE
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
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 |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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 |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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-x86_64.tar.xz /tmp # buildkit
RUN |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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_amd64}.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 |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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 |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # 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 |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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 |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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 |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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 |12 BUILD_APP_VERSION=ubi9 BUILD_S6_ARCH_amd64=x86_64 BUILD_S6_OVERLAY_VERSION=3.2.2.0 BUILD_DATE= MODS_VERSION=v3 PKG_INST_VERSION=v1 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 x86_64
build-date 2023-10-18T11:30:28
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 a104216bd15b91fec2d930fe9477aa07f5b831cf03f47dba7f3f2e42616217f9
pi_farm.base_digest sha256:c8c7a06ce1c5fa23c1cbd7a0fd891eacd099bc232aa9985ddb183cfe98d1deaf
release 750.1697625013
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.2-750.1697625013
vcs-ref 7ef59505f75bf0c11c8d3addefebee5ceaaf4c41
vcs-type git
vendor Red Hat, Inc.
version 9.2
Details
Container
2026-03-23 20:04:32 +00:00
0
OCI / Docker
Versions (3) View all
9.3 2026-03-23
latest 2026-03-23
9.2 2026-03-23