| ADD file:e691ccb76303edd2d82b816fda94f210ce903198b687214308ff27960f8efe7e 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:4a13e96a4ab8bba5cc4ea503ebfefc7c94cec53a788f71e4c40f2e83ae23331e in /root/buildinfo/content_manifests/ubi9-minimal-container-9.2-750.1697625013.json |
| ADD file:07283ec4d328adf575cda694a931e0281866cd74c6c9a6fde161775cb6be8ddb 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"="aarch64" "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_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"] |