2025-06-15 01:35:58 UTC
146 MB
ubi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:9d561c17444a5f9cb82fc40d3d0e3f59b9f53e51dfb1c9e3d71c5c3ff898d151 - 25.79% (37.6 MB)
[#001] sha256:adc97f92dbce4567ee13d265c17bca44426acd9f0e61a1f559344ae03bb336d2 - 0.0% (453 Bytes)
[#002] sha256:44b673abffc30bfa1b223261da3ac7aba1c6814d0a146bc360378d47b29921a3 - 0.0% (3.86 KB)
[#003] sha256:301ed96247df929026858f92bc63730f780fe008c7e1eb0f58bd00f1d225dd55 - 30.75% (44.8 MB)
[#004] sha256:af1a4d675b5dd8f7d6cb11505d3c09ce57367deced09a9c33537ae326ebad8da - 3.84% (5.6 MB)
[#005] sha256:21bc5f1550c97d0356a796b9e3e3d96fad9bf4f90a0ef7bc03ff7c0c177c396f - 11.53% (16.8 MB)
[#006] sha256:520ecbdf0a3bdcfaaf699952f4da76e283f86710b78944572eb4af80604b5831 - 0.0% (7 KB)
[#007] sha256:68ac43569c7d6c9805fd7e0215dd1237d928a2109fcf7f53b8c5602e01afad5a - 28.08% (40.9 MB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-03-25 15:00:05 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) 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."
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) LABEL 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."
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) ENV container oci
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) COPY dir:df27096315f97be2134faf11df5dc31f92c8dd671e0b8267905e1f2330865336 in /
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-03-25 15:00:06 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-25 15:00:06 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-03-25 15:00:07 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T14:59:41" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
2025-03-25 15:00:12 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-x86-64)/bin/sh
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)LABEL name=NGINX Ingress Controller maintainer=kubernetes@nginx.com vendor=NGINX Inc version=5.0.0 release=1 summary=The Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. description=The Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.k8s.description=NGINX Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.openshift.tags=nginx,ingress-controller,ingress,controller,kubernetes,openshift
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2025-04-14 10:50:40 UTC (buildkit.dockerfile.v0)RUN |1 IC_VERSION=5.0.0 /bin/bash -o pipefail -c ubi-setup.sh; if [ $(uname -p) = ppc64le ] || [ $(uname -p) = s390x ]; then rpm -qa --queryformat "%{NAME}\n" | sort > pkgs-installed && microdnf --nodocs --setopt=install_weak_deps=0 install -y diffutils dnf && rpm -qa --queryformat "%{NAME}\n" | sort > pkgs-new && dnf install -y /ubi-bin/*.rpm && dnf -q repoquery --resolve --requires --recursive --whatrequires nginx --queryformat "%{NAME}" > pkgs-nginx && dnf --setopt=protected_packages= remove -y $(comm -13 pkgs-installed pkgs-new | comm -13 pkgs-nginx -) && rm pkgs-installed pkgs-new pkgs-nginx; else printf "%s\n" "[nginx]" "name=nginx repo" "baseurl=https://nginx.org/packages/mainline/centos/9/\$basearch/" "gpgcheck=1" "enabled=1" "module_hotfixes=true" > /etc/yum.repos.d/nginx.repo && microdnf --nodocs install -y nginx nginx-module-njs nginx-module-image-filter nginx-module-xslt && rm /etc/yum.repos.d/nginx.repo; fi && ubi-clean.sh # buildkit
2025-04-14 10:50:40 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2025-04-14 10:50:40 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-04-14 10:50:40 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2025-04-14 10:50:40 UTC (buildkit.dockerfile.v0)ARG NAP_MODULES=none
2025-04-14 10:50:40 UTC (buildkit.dockerfile.v0)ENV BUILD_OS=ubi
2025-04-14 10:50:42 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_OS=ubi IC_VERSION=5.0.0 TARGETPLATFORM=linux/amd64 NAP_MODULES=none /bin/bash -o pipefail -c patch-os.sh && common.sh # buildkit
2025-04-14 10:50:42 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2025-04-14 10:50:42 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-04-14 10:50:42 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/nginx-ingress"]
2025-04-14 10:50:42 UTC (buildkit.dockerfile.v0)USER 101
2025-04-14 10:50:42 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=5.0.0 org.opencontainers.image.documentation=https://docs.nginx.com/nginx-ingress-controller org.opencontainers.image.vendor=NGINX Inc <kubernetes@nginx.com> org.nginx.kic.image.build.target=linux/amd64 org.nginx.kic.image.build.os=ubi org.nginx.kic.image.build.nginx.version=
2025-04-15 16:41:39 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2025-04-15 16:41:39 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2025-04-15 16:41:39 UTC (buildkit.dockerfile.v0)LABEL org.nginx.kic.image.build.version=goreleaser
2025-04-15 16:41:39 UTC (buildkit.dockerfile.v0)COPY /nginx-ingress / # buildkit
2025-04-15 16:41:39 UTC (buildkit.dockerfile.v0)USER 0
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=amd64 BUILD_OS=ubi /bin/bash -o pipefail -c [ -z "${BUILD_OS##*plus*}" ] && PLUS=-plus; cp -a /tmp/internal/configs/version1/nginx$PLUS.ingress.tmpl /tmp/internal/configs/version1/nginx$PLUS.tmpl /tmp/internal/configs/version2/nginx$PLUS.virtualserver.tmpl /tmp/internal/configs/version2/nginx$PLUS.transportserver.tmpl / && chown -R 101:0 /*.tmpl && chmod -R g=u /*.tmpl # buildkit
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)USER 101
2025-06-15 01:35:58 UTC (buildkit.dockerfile.v0)ARG IMAGE_NAME
2025-06-15 01:35:58 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-06-15 01:35:58 UTC (buildkit.dockerfile.v0)LABEL version=5.0.0 org.opencontainers.image.version=5.0.0
2025-06-15 01:35:58 UTC (buildkit.dockerfile.v0)USER 0
2025-06-15 01:35:58 UTC (buildkit.dockerfile.v0)RUN |2 IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/nginx-ingress:5.0.0-ubi IC_VERSION=5.0.0 /bin/bash -o pipefail -c if [ -f /etc/apk/repositories ]; then sed -i -e '/nginx.com/d' /etc/apk/repositories; fi && patch-os.sh # buildkit
2025-06-15 01:35:58 UTC (buildkit.dockerfile.v0)USER 101
2025-06-15 01:36:38 UTC
141 MB
ubi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:7b061f511294c383e785796c55415ec3bed7fbb0a98d6cee8c8c6a1436d4ada8 - 25.35% (35.8 MB)
[#001] sha256:3d6607d3dbc4fd04e0d544f944d20a47a5af1fa8a7520e1f37683ab236e23734 - 0.0% (456 Bytes)
[#002] sha256:44b673abffc30bfa1b223261da3ac7aba1c6814d0a146bc360378d47b29921a3 - 0.0% (3.86 KB)
[#003] sha256:81cf9b1fc3e5d18ef6a5e17659587f27931dc96d8ac827d7049564f189d4bf95 - 31.56% (44.6 MB)
[#004] sha256:48a274e3185044317cbc8e0d941e8a1e98959c0ae8d80c187e46c62faef4d3f9 - 3.96% (5.6 MB)
[#005] sha256:a7aca3ab38a4972fad7fdbb320904272e16eb958a8fc1db0cbe7a56bc73e8227 - 10.78% (15.2 MB)
[#006] sha256:520ecbdf0a3bdcfaaf699952f4da76e283f86710b78944572eb4af80604b5831 - 0.0% (7 KB)
[#007] sha256:e0a332bf69fd01a2a85e2914c7b9e861b3ea6c370618f066c23cbf25de0ecb27 - 28.34% (40.1 MB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-03-25 15:05:12 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-03-25 15:05:12 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-03-25 15:05:12 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-03-25 15:05:12 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-03-25 15:05:13 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-03-25 15:05:13 UTC/bin/sh -c #(nop) 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."
2025-03-25 15:05:13 UTC/bin/sh -c #(nop) LABEL 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."
2025-03-25 15:05:13 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-03-25 15:05:13 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-03-25 15:05:13 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-03-25 15:05:13 UTC/bin/sh -c #(nop) ENV container oci
2025-03-25 15:05:14 UTC/bin/sh -c #(nop) COPY dir:36dabe56d778e21d6cac6872809f7ae0932c9956fe7621a40aed471a4eb28b35 in /
2025-03-25 15:05:14 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-03-25 15:05:14 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-25 15:05:14 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-03-25 15:05:14 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T15:04:42" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
2025-03-25 15:05:25 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-arm64)/bin/sh
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)LABEL name=NGINX Ingress Controller maintainer=kubernetes@nginx.com vendor=NGINX Inc version=5.0.0 release=1 summary=The Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. description=The Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.k8s.description=NGINX Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.openshift.tags=nginx,ingress-controller,ingress,controller,kubernetes,openshift
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2025-04-14 10:51:22 UTC (buildkit.dockerfile.v0)RUN |1 IC_VERSION=5.0.0 /bin/bash -o pipefail -c ubi-setup.sh; if [ $(uname -p) = ppc64le ] || [ $(uname -p) = s390x ]; then rpm -qa --queryformat "%{NAME}\n" | sort > pkgs-installed && microdnf --nodocs --setopt=install_weak_deps=0 install -y diffutils dnf && rpm -qa --queryformat "%{NAME}\n" | sort > pkgs-new && dnf install -y /ubi-bin/*.rpm && dnf -q repoquery --resolve --requires --recursive --whatrequires nginx --queryformat "%{NAME}" > pkgs-nginx && dnf --setopt=protected_packages= remove -y $(comm -13 pkgs-installed pkgs-new | comm -13 pkgs-nginx -) && rm pkgs-installed pkgs-new pkgs-nginx; else printf "%s\n" "[nginx]" "name=nginx repo" "baseurl=https://nginx.org/packages/mainline/centos/9/\$basearch/" "gpgcheck=1" "enabled=1" "module_hotfixes=true" > /etc/yum.repos.d/nginx.repo && microdnf --nodocs install -y nginx nginx-module-njs nginx-module-image-filter nginx-module-xslt && rm /etc/yum.repos.d/nginx.repo; fi && ubi-clean.sh # buildkit
2025-04-14 10:51:22 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2025-04-14 10:51:22 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-04-14 10:51:22 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2025-04-14 10:51:22 UTC (buildkit.dockerfile.v0)ARG NAP_MODULES=none
2025-04-14 10:51:22 UTC (buildkit.dockerfile.v0)ENV BUILD_OS=ubi
2025-04-14 10:51:36 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_OS=ubi IC_VERSION=5.0.0 TARGETPLATFORM=linux/arm64 NAP_MODULES=none /bin/bash -o pipefail -c patch-os.sh && common.sh # buildkit
2025-04-14 10:51:36 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2025-04-14 10:51:36 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-04-14 10:51:36 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/nginx-ingress"]
2025-04-14 10:51:36 UTC (buildkit.dockerfile.v0)USER 101
2025-04-14 10:51:36 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=5.0.0 org.opencontainers.image.documentation=https://docs.nginx.com/nginx-ingress-controller org.opencontainers.image.vendor=NGINX Inc <kubernetes@nginx.com> org.nginx.kic.image.build.target=linux/arm64 org.nginx.kic.image.build.os=ubi org.nginx.kic.image.build.nginx.version=
2025-04-15 16:41:43 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2025-04-15 16:41:43 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2025-04-15 16:41:43 UTC (buildkit.dockerfile.v0)LABEL org.nginx.kic.image.build.version=goreleaser
2025-04-15 16:41:43 UTC (buildkit.dockerfile.v0)COPY /nginx-ingress / # buildkit
2025-04-15 16:41:43 UTC (buildkit.dockerfile.v0)USER 0
2025-04-15 16:41:44 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=arm64 BUILD_OS=ubi /bin/bash -o pipefail -c [ -z "${BUILD_OS##*plus*}" ] && PLUS=-plus; cp -a /tmp/internal/configs/version1/nginx$PLUS.ingress.tmpl /tmp/internal/configs/version1/nginx$PLUS.tmpl /tmp/internal/configs/version2/nginx$PLUS.virtualserver.tmpl /tmp/internal/configs/version2/nginx$PLUS.transportserver.tmpl / && chown -R 101:0 /*.tmpl && chmod -R g=u /*.tmpl # buildkit
2025-04-15 16:41:44 UTC (buildkit.dockerfile.v0)USER 101
2025-06-15 01:36:38 UTC (buildkit.dockerfile.v0)ARG IMAGE_NAME
2025-06-15 01:36:38 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-06-15 01:36:38 UTC (buildkit.dockerfile.v0)LABEL version=5.0.0 org.opencontainers.image.version=5.0.0
2025-06-15 01:36:38 UTC (buildkit.dockerfile.v0)USER 0
2025-06-15 01:36:38 UTC (buildkit.dockerfile.v0)RUN |2 IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/nginx-ingress:5.0.0-ubi IC_VERSION=5.0.0 /bin/bash -o pipefail -c if [ -f /etc/apk/repositories ]; then sed -i -e '/nginx.com/d' /etc/apk/repositories; fi && patch-os.sh # buildkit
2025-06-15 01:36:38 UTC (buildkit.dockerfile.v0)USER 101
2025-06-15 01:36:40 UTC
155 MB
ubi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:32cf36dcf251c02cfc81f25bda80482c1e6394e4c1c7cb07317eebdc82a6ef45 - 26.86% (41.8 MB)
[#001] sha256:37f45749a0d155c224422d2f971c243e88e0afd5c485b88efda6760e3b544483 - 0.0% (455 Bytes)
[#002] sha256:44b673abffc30bfa1b223261da3ac7aba1c6814d0a146bc360378d47b29921a3 - 0.0% (3.86 KB)
[#003] sha256:2648283b3626d132a451fdd78054b0f31deb9f122b24ef263f9ecaca575bc445 - 30.94% (48.1 MB)
[#004] sha256:01950343375d9d8bf4c70b5d6c6c308227c95718dedc13e3d69845d4ddb12166 - 3.91% (6.07 MB)
[#005] sha256:50a347ed174a838fd71d5b7ca86bf75dac5f918046773e8a2ce1ab4f822b2805 - 9.57% (14.9 MB)
[#006] sha256:520ecbdf0a3bdcfaaf699952f4da76e283f86710b78944572eb4af80604b5831 - 0.0% (7 KB)
[#007] sha256:be884a955f40659a7806b91bf05af9ee1667ba46af1e7f19a4385f8ed1d56729 - 28.73% (44.7 MB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) 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."
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL 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."
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-03-25 15:07:41 UTC/bin/sh -c #(nop) ENV container oci
2025-03-25 15:07:42 UTC/bin/sh -c #(nop) COPY dir:b00ac549f2dec3c1bd1264d0d7e9b7a2b7f966cc212ebc6aee6ca6e7f8acdce4 in /
2025-03-25 15:07:42 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-03-25 15:07:42 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-25 15:07:43 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-03-25 15:07:43 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T15:07:15" "architecture"="ppc64le" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
2025-03-25 15:08:06 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-ppc64le)/bin/sh
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)LABEL name=NGINX Ingress Controller maintainer=kubernetes@nginx.com vendor=NGINX Inc version=5.0.0 release=1 summary=The Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. description=The Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.k8s.description=NGINX Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.openshift.tags=nginx,ingress-controller,ingress,controller,kubernetes,openshift
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2025-04-14 10:52:07 UTC (buildkit.dockerfile.v0)RUN |1 IC_VERSION=5.0.0 /bin/bash -o pipefail -c ubi-setup.sh; if [ $(uname -p) = ppc64le ] || [ $(uname -p) = s390x ]; then rpm -qa --queryformat "%{NAME}\n" | sort > pkgs-installed && microdnf --nodocs --setopt=install_weak_deps=0 install -y diffutils dnf && rpm -qa --queryformat "%{NAME}\n" | sort > pkgs-new && dnf install -y /ubi-bin/*.rpm && dnf -q repoquery --resolve --requires --recursive --whatrequires nginx --queryformat "%{NAME}" > pkgs-nginx && dnf --setopt=protected_packages= remove -y $(comm -13 pkgs-installed pkgs-new | comm -13 pkgs-nginx -) && rm pkgs-installed pkgs-new pkgs-nginx; else printf "%s\n" "[nginx]" "name=nginx repo" "baseurl=https://nginx.org/packages/mainline/centos/9/\$basearch/" "gpgcheck=1" "enabled=1" "module_hotfixes=true" > /etc/yum.repos.d/nginx.repo && microdnf --nodocs install -y nginx nginx-module-njs nginx-module-image-filter nginx-module-xslt && rm /etc/yum.repos.d/nginx.repo; fi && ubi-clean.sh # buildkit
2025-04-14 10:52:07 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2025-04-14 10:52:07 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-04-14 10:52:07 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2025-04-14 10:52:07 UTC (buildkit.dockerfile.v0)ARG NAP_MODULES=none
2025-04-14 10:52:07 UTC (buildkit.dockerfile.v0)ENV BUILD_OS=ubi
2025-04-14 10:52:18 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_OS=ubi IC_VERSION=5.0.0 TARGETPLATFORM=linux/ppc64le NAP_MODULES=none /bin/bash -o pipefail -c patch-os.sh && common.sh # buildkit
2025-04-14 10:52:18 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2025-04-14 10:52:18 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-04-14 10:52:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/nginx-ingress"]
2025-04-14 10:52:18 UTC (buildkit.dockerfile.v0)USER 101
2025-04-14 10:52:18 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=5.0.0 org.opencontainers.image.documentation=https://docs.nginx.com/nginx-ingress-controller org.opencontainers.image.vendor=NGINX Inc <kubernetes@nginx.com> org.nginx.kic.image.build.target=linux/ppc64le org.nginx.kic.image.build.os=ubi org.nginx.kic.image.build.nginx.version=
2025-04-15 16:41:41 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2025-04-15 16:41:41 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2025-04-15 16:41:41 UTC (buildkit.dockerfile.v0)LABEL org.nginx.kic.image.build.version=goreleaser
2025-04-15 16:41:41 UTC (buildkit.dockerfile.v0)COPY /nginx-ingress / # buildkit
2025-04-15 16:41:41 UTC (buildkit.dockerfile.v0)USER 0
2025-04-15 16:41:42 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=ppc64le BUILD_OS=ubi /bin/bash -o pipefail -c [ -z "${BUILD_OS##*plus*}" ] && PLUS=-plus; cp -a /tmp/internal/configs/version1/nginx$PLUS.ingress.tmpl /tmp/internal/configs/version1/nginx$PLUS.tmpl /tmp/internal/configs/version2/nginx$PLUS.virtualserver.tmpl /tmp/internal/configs/version2/nginx$PLUS.transportserver.tmpl / && chown -R 101:0 /*.tmpl && chmod -R g=u /*.tmpl # buildkit
2025-04-15 16:41:42 UTC (buildkit.dockerfile.v0)USER 101
2025-06-15 01:36:40 UTC (buildkit.dockerfile.v0)ARG IMAGE_NAME
2025-06-15 01:36:40 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-06-15 01:36:40 UTC (buildkit.dockerfile.v0)LABEL version=5.0.0 org.opencontainers.image.version=5.0.0
2025-06-15 01:36:40 UTC (buildkit.dockerfile.v0)USER 0
2025-06-15 01:36:40 UTC (buildkit.dockerfile.v0)RUN |2 IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/nginx-ingress:5.0.0-ubi IC_VERSION=5.0.0 /bin/bash -o pipefail -c if [ -f /etc/apk/repositories ]; then sed -i -e '/nginx.com/d' /etc/apk/repositories; fi && patch-os.sh # buildkit
2025-06-15 01:36:40 UTC (buildkit.dockerfile.v0)USER 101
2025-06-15 01:36:44 UTC
142 MB
ubi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:74f4d563c72f05b431ebba5e82692949551dc223392c5db8c42b58bb6f55d86e - 25.17% (35.8 MB)
[#001] sha256:0ad3638df35816097dbfdec8d194c1189b9a49dd23bab5049024abcbef9c3efd - 0.0% (459 Bytes)
[#002] sha256:44b673abffc30bfa1b223261da3ac7aba1c6814d0a146bc360378d47b29921a3 - 0.0% (3.86 KB)
[#003] sha256:5274c1e3f6c5a28ca9723dbe857a0f094ece2905ce4e16c0f6999b1e0f9565d0 - 31.44% (44.7 MB)
[#004] sha256:68535e5c4d2e168db1dba705b8803b85ddb6da8f5c4150a94c7bc0967800f825 - 4.04% (5.74 MB)
[#005] sha256:67b55481b3bb6b383e5c433e0502fe2a2b968f27800a20cd1241ce67c33d4449 - 11.42% (16.2 MB)
[#006] sha256:520ecbdf0a3bdcfaaf699952f4da76e283f86710b78944572eb4af80604b5831 - 0.0% (7 KB)
[#007] sha256:f755759b6282256ff67afbfa684e016a4294ce513f5c381ccddf05be227e099d - 27.93% (39.7 MB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) 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."
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL 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."
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2025-03-25 15:02:51 UTC/bin/sh -c #(nop) ENV container oci
2025-03-25 15:02:52 UTC/bin/sh -c #(nop) COPY dir:a7bb5171f825e631f2fbfeb72bf76644ef5188e2e0888380a0572aaba26faac9 in /
2025-03-25 15:02:52 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2025-03-25 15:02:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-03-25 15:02:53 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2025-03-25 15:02:53 UTC/bin/sh -c #(nop) LABEL "build-date"="2025-03-25T15:02:03" "architecture"="s390x" "vcs-type"="git" "vcs-ref"="63823c7605fee63261a8e33cad8085bc4bb24676" "build-date"="2025-03-25T14:50:12Z" "release"="1742914212"
2025-03-25 15:03:05 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:63823c7605fee63261a8e33cad8085bc4bb24676-linux-s390x)/bin/sh
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)LABEL name=NGINX Ingress Controller maintainer=kubernetes@nginx.com vendor=NGINX Inc version=5.0.0 release=1 summary=The Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. description=The Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.k8s.description=NGINX Ingress Controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.openshift.tags=nginx,ingress-controller,ingress,controller,kubernetes,openshift
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2025-04-14 10:50:18 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2025-04-14 10:52:01 UTC (buildkit.dockerfile.v0)RUN |1 IC_VERSION=5.0.0 /bin/bash -o pipefail -c ubi-setup.sh; if [ $(uname -p) = ppc64le ] || [ $(uname -p) = s390x ]; then rpm -qa --queryformat "%{NAME}\n" | sort > pkgs-installed && microdnf --nodocs --setopt=install_weak_deps=0 install -y diffutils dnf && rpm -qa --queryformat "%{NAME}\n" | sort > pkgs-new && dnf install -y /ubi-bin/*.rpm && dnf -q repoquery --resolve --requires --recursive --whatrequires nginx --queryformat "%{NAME}" > pkgs-nginx && dnf --setopt=protected_packages= remove -y $(comm -13 pkgs-installed pkgs-new | comm -13 pkgs-nginx -) && rm pkgs-installed pkgs-new pkgs-nginx; else printf "%s\n" "[nginx]" "name=nginx repo" "baseurl=https://nginx.org/packages/mainline/centos/9/\$basearch/" "gpgcheck=1" "enabled=1" "module_hotfixes=true" > /etc/yum.repos.d/nginx.repo && microdnf --nodocs install -y nginx nginx-module-njs nginx-module-image-filter nginx-module-xslt && rm /etc/yum.repos.d/nginx.repo; fi && ubi-clean.sh # buildkit
2025-04-14 10:52:01 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2025-04-14 10:52:01 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-04-14 10:52:01 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2025-04-14 10:52:01 UTC (buildkit.dockerfile.v0)ARG NAP_MODULES=none
2025-04-14 10:52:01 UTC (buildkit.dockerfile.v0)ENV BUILD_OS=ubi
2025-04-14 10:52:14 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_OS=ubi IC_VERSION=5.0.0 TARGETPLATFORM=linux/s390x NAP_MODULES=none /bin/bash -o pipefail -c patch-os.sh && common.sh # buildkit
2025-04-14 10:52:14 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2025-04-14 10:52:14 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2025-04-14 10:52:14 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/nginx-ingress"]
2025-04-14 10:52:14 UTC (buildkit.dockerfile.v0)USER 101
2025-04-14 10:52:14 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=5.0.0 org.opencontainers.image.documentation=https://docs.nginx.com/nginx-ingress-controller org.opencontainers.image.vendor=NGINX Inc <kubernetes@nginx.com> org.nginx.kic.image.build.target=linux/s390x org.nginx.kic.image.build.os=ubi org.nginx.kic.image.build.nginx.version=
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)LABEL org.nginx.kic.image.build.version=goreleaser
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)COPY /nginx-ingress / # buildkit
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)USER 0
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)RUN |2 TARGETARCH=s390x BUILD_OS=ubi /bin/bash -o pipefail -c [ -z "${BUILD_OS##*plus*}" ] && PLUS=-plus; cp -a /tmp/internal/configs/version1/nginx$PLUS.ingress.tmpl /tmp/internal/configs/version1/nginx$PLUS.tmpl /tmp/internal/configs/version2/nginx$PLUS.virtualserver.tmpl /tmp/internal/configs/version2/nginx$PLUS.transportserver.tmpl / && chown -R 101:0 /*.tmpl && chmod -R g=u /*.tmpl # buildkit
2025-04-15 16:41:40 UTC (buildkit.dockerfile.v0)USER 101
2025-06-15 01:36:44 UTC (buildkit.dockerfile.v0)ARG IMAGE_NAME
2025-06-15 01:36:44 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2025-06-15 01:36:44 UTC (buildkit.dockerfile.v0)LABEL version=5.0.0 org.opencontainers.image.version=5.0.0
2025-06-15 01:36:44 UTC (buildkit.dockerfile.v0)USER 0
2025-06-15 01:36:44 UTC (buildkit.dockerfile.v0)RUN |2 IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/nginx-ingress:5.0.0-ubi IC_VERSION=5.0.0 /bin/bash -o pipefail -c if [ -f /etc/apk/repositories ]; then sed -i -e '/nginx.com/d' /etc/apk/repositories; fi && patch-os.sh # buildkit
2025-06-15 01:36:44 UTC (buildkit.dockerfile.v0)USER 101
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.