2024-12-08 01:35:01 UTC
116 MB
ubi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:3d252ab42824f0f833f0fcf3c660065bd878cb4de12b9c69b6a1758287e338e8 - 32.87% (38 MB)
[#001] sha256:5b98276ead8a9c2b7961856002e38957b2d575a92f9fe178dc86ecb063fcb219 - 0.05% (62.1 KB)
[#002] sha256:bb114fad50536bff102829dd56a4210ed82d7abc7a9f8356eb6b13d6d0deb590 - 0.0% (3.86 KB)
[#003] sha256:4e20aed530f9d5088300474af5c656b5356117522206b8a8518e03f8ba2a4719 - 47.81% (55.3 MB)
[#004] sha256:88d96bcb8c8863c6522ed0b357eb2976788a39626ece42b179ba23e8f84a8ce4 - 1.34% (1.55 MB)
[#005] sha256:58e65ba1c8e2c71505a4eab80f20c5f79b02b76312fe63c9c68b8321572ee729 - 14.17% (16.4 MB)
[#006] sha256:40e10c7d9f86359aa1bc98259a535201c70cb5246965ad08eb8fb746cbf58a85 - 0.01% (7.09 KB)
[#007] sha256:640be07121f4a65cf1c8ddc035290285ffa61158770116d48536340ef593bbe2 - 3.76% (4.35 MB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-14 14:18:01 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."
2024-11-14 14:18:01 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."
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-14 14:18:01 UTC/bin/sh -c #(nop) ENV container oci
2024-11-14 14:18:02 UTC/bin/sh -c #(nop) COPY dir:26d047f52016e2a9f64a7f20013880d3158f648f83df82762d23c38cacbb891e in /
2024-11-14 14:18:02 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-14 14:18:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-14 14:18:03 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-14 14:18:03 UTC/bin/sh -c #(nop) LABEL "build-date"="2024-11-14T14:09:46" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="ed8745a7a03752cc96aedcff40c4eb3ee49117c5" "build-date"="2024-11-14T14:03:48Z" "release"="1731593028"
2024-11-14 14:18:27 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:ed8745a7a03752cc96aedcff40c4eb3ee49117c5-linux-x86-64)/bin/sh
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)LABEL name=NGINX Ingress Controller maintainer=kubernetes@nginx.com vendor=NGINX Inc version=3.7.2 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
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2024-11-25 10:57:04 UTC (buildkit.dockerfile.v0)RUN |1 IC_VERSION=3.7.2 /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
2024-11-25 10:57:04 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2024-11-25 10:57:04 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-11-25 10:57:04 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2024-11-25 10:57:04 UTC (buildkit.dockerfile.v0)ARG NAP_MODULES=none
2024-11-25 10:57:04 UTC (buildkit.dockerfile.v0)ENV BUILD_OS=ubi
2024-11-25 10:57:06 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_OS=ubi IC_VERSION=3.7.2 TARGETPLATFORM=linux/amd64 NAP_MODULES=none /bin/bash -o pipefail -c patch-os.sh && common.sh # buildkit
2024-11-25 10:57:06 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2024-11-25 10:57:06 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-11-25 10:57:06 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/nginx-ingress"]
2024-11-25 10:57:06 UTC (buildkit.dockerfile.v0)USER 101
2024-11-25 10:57:06 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=3.7.2 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=
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)LABEL org.nginx.kic.image.build.version=goreleaser
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)COPY /nginx-ingress / # buildkit
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)USER 0
2024-11-25 11:00:52 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
2024-11-25 11:00:52 UTC (buildkit.dockerfile.v0)USER 101
2024-12-08 01:35:01 UTC (buildkit.dockerfile.v0)ARG IMAGE_NAME
2024-12-08 01:35:01 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-12-08 01:35:01 UTC (buildkit.dockerfile.v0)LABEL version=3.7.2 org.opencontainers.image.version=3.7.2
2024-12-08 01:35:01 UTC (buildkit.dockerfile.v0)USER 0
2024-12-08 01:35:01 UTC (buildkit.dockerfile.v0)RUN |2 IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/nginx-ingress:3.7.2-ubi IC_VERSION=3.7.2 /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
2024-12-08 01:35:01 UTC (buildkit.dockerfile.v0)USER 101
2024-12-08 01:35:13 UTC
112 MB
ubi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:06efaada693c8039399aa295b10cf1156c7c64eb4814487ce00c94f0f3312913 - 32.27% (36.3 MB)
[#001] sha256:b61b2e9481ca4da337dc5e273b5e6c1e9a053035fb040222bf843ef269dc0699 - 0.05% (62.1 KB)
[#002] sha256:bb114fad50536bff102829dd56a4210ed82d7abc7a9f8356eb6b13d6d0deb590 - 0.0% (3.86 KB)
[#003] sha256:8c5a9c94612f49c8df447aa03746e6da13acf794411b41217f59f63e73b1abea - 49.07% (55.2 MB)
[#004] sha256:51a142b177a7ab270a67de1b054c0a2c3284edb8d4fb33e9ede389a448982174 - 1.4% (1.57 MB)
[#005] sha256:81aee57dba1bb15c385f800ef2e9021d7d07a20b3b225f78eb90ff74d53ecf1e - 13.28% (14.9 MB)
[#006] sha256:40e10c7d9f86359aa1bc98259a535201c70cb5246965ad08eb8fb746cbf58a85 - 0.01% (7.09 KB)
[#007] sha256:1b0fe9a081d4a8f81e6bec841fb5e51eb45ec64b7c2af91d6266bad3408b754b - 3.91% (4.4 MB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-14 14:11:22 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."
2024-11-14 14:11:22 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."
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-14 14:11:22 UTC/bin/sh -c #(nop) ENV container oci
2024-11-14 14:11:24 UTC/bin/sh -c #(nop) COPY dir:7fe66f5f8373d1d6b22336da5ccea9872ce92f8e71c6661e555027e35af9fc8d in /
2024-11-14 14:11:24 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-14 14:11:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-14 14:11:24 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-14 14:11:24 UTC/bin/sh -c #(nop) LABEL "build-date"="2024-11-14T14:10:44" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="ed8745a7a03752cc96aedcff40c4eb3ee49117c5" "build-date"="2024-11-14T14:03:48Z" "release"="1731593028"
2024-11-14 14:11:45 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:ed8745a7a03752cc96aedcff40c4eb3ee49117c5-linux-arm64)/bin/sh
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)LABEL name=NGINX Ingress Controller maintainer=kubernetes@nginx.com vendor=NGINX Inc version=3.7.2 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
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2024-11-25 10:59:02 UTC (buildkit.dockerfile.v0)RUN |1 IC_VERSION=3.7.2 /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
2024-11-25 10:59:02 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2024-11-25 10:59:02 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-11-25 10:59:02 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2024-11-25 10:59:02 UTC (buildkit.dockerfile.v0)ARG NAP_MODULES=none
2024-11-25 10:59:02 UTC (buildkit.dockerfile.v0)ENV BUILD_OS=ubi
2024-11-25 10:59:13 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_OS=ubi IC_VERSION=3.7.2 TARGETPLATFORM=linux/arm64 NAP_MODULES=none /bin/bash -o pipefail -c patch-os.sh && common.sh # buildkit
2024-11-25 10:59:13 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2024-11-25 10:59:13 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-11-25 10:59:13 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/nginx-ingress"]
2024-11-25 10:59:13 UTC (buildkit.dockerfile.v0)USER 101
2024-11-25 10:59:13 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=3.7.2 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=
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)LABEL org.nginx.kic.image.build.version=goreleaser
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)COPY /nginx-ingress / # buildkit
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)USER 0
2024-11-25 11:00:52 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
2024-11-25 11:00:52 UTC (buildkit.dockerfile.v0)USER 101
2024-12-08 01:35:13 UTC (buildkit.dockerfile.v0)ARG IMAGE_NAME
2024-12-08 01:35:13 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-12-08 01:35:13 UTC (buildkit.dockerfile.v0)LABEL version=3.7.2 org.opencontainers.image.version=3.7.2
2024-12-08 01:35:13 UTC (buildkit.dockerfile.v0)USER 0
2024-12-08 01:35:13 UTC (buildkit.dockerfile.v0)RUN |2 IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/nginx-ingress:3.7.2-ubi IC_VERSION=3.7.2 /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
2024-12-08 01:35:13 UTC (buildkit.dockerfile.v0)USER 101
2024-12-08 01:35:17 UTC
122 MB
ubi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:ba55045592163ae9fdfe176806916bcad280c11028539767400b680f8aa54bf4 - 34.6% (42.3 MB)
[#001] sha256:851b2c1a1842b755bf70a503867ac6650b8362aaa07d4e3596f8ec456a377ae7 - 0.05% (62.1 KB)
[#002] sha256:bb114fad50536bff102829dd56a4210ed82d7abc7a9f8356eb6b13d6d0deb590 - 0.0% (3.86 KB)
[#003] sha256:5a9d47b8d741561abf26202ef4272014d0150aa9e5a21dc55ea54c9a20850581 - 48.14% (58.8 MB)
[#004] sha256:d0f0ccd45955ca2fbe609c243b8f91219e58fb10a13d0f5b839f5e97696634cd - 1.57% (1.91 MB)
[#005] sha256:d3bf672f3b8ac0fc3f1f1d7127ebe34ef72a96f0321ee5eeb9f1d05898deb025 - 11.9% (14.5 MB)
[#006] sha256:40e10c7d9f86359aa1bc98259a535201c70cb5246965ad08eb8fb746cbf58a85 - 0.01% (7.09 KB)
[#007] sha256:e503a320ae4f8bb02434b88b3b7f25f7af6e96d743f38b4671fa23a5317ffcef - 3.73% (4.55 MB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-14 14:59:52 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."
2024-11-14 14:59:52 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."
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-14 14:59:52 UTC/bin/sh -c #(nop) ENV container oci
2024-11-14 14:59:53 UTC/bin/sh -c #(nop) COPY dir:d2a8722a4dd7b1d0cd44e2eb99d2153a3f0587d33eb0a412159a6143bce9563e in /
2024-11-14 14:59:54 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-14 14:59:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-14 14:59:54 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-14 14:59:55 UTC/bin/sh -c #(nop) LABEL "build-date"="2024-11-14T14:59:28" "architecture"="ppc64le" "vcs-type"="git" "vcs-ref"="ed8745a7a03752cc96aedcff40c4eb3ee49117c5" "build-date"="2024-11-14T14:03:48Z" "release"="1731593028"
2024-11-14 15:00:23 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:ed8745a7a03752cc96aedcff40c4eb3ee49117c5-linux-ppc64le)/bin/sh
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)LABEL name=NGINX Ingress Controller maintainer=kubernetes@nginx.com vendor=NGINX Inc version=3.7.2 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
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2024-11-25 10:59:20 UTC (buildkit.dockerfile.v0)RUN |1 IC_VERSION=3.7.2 /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
2024-11-25 10:59:20 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2024-11-25 10:59:20 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-11-25 10:59:20 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2024-11-25 10:59:20 UTC (buildkit.dockerfile.v0)ARG NAP_MODULES=none
2024-11-25 10:59:20 UTC (buildkit.dockerfile.v0)ENV BUILD_OS=ubi
2024-11-25 10:59:28 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_OS=ubi IC_VERSION=3.7.2 TARGETPLATFORM=linux/ppc64le NAP_MODULES=none /bin/bash -o pipefail -c patch-os.sh && common.sh # buildkit
2024-11-25 10:59:28 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2024-11-25 10:59:28 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-11-25 10:59:28 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/nginx-ingress"]
2024-11-25 10:59:28 UTC (buildkit.dockerfile.v0)USER 101
2024-11-25 10:59:28 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=3.7.2 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=
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)LABEL org.nginx.kic.image.build.version=goreleaser
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)COPY /nginx-ingress / # buildkit
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)USER 0
2024-11-25 11:00:52 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
2024-11-25 11:00:52 UTC (buildkit.dockerfile.v0)USER 101
2024-12-08 01:35:17 UTC (buildkit.dockerfile.v0)ARG IMAGE_NAME
2024-12-08 01:35:17 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-12-08 01:35:17 UTC (buildkit.dockerfile.v0)LABEL version=3.7.2 org.opencontainers.image.version=3.7.2
2024-12-08 01:35:17 UTC (buildkit.dockerfile.v0)USER 0
2024-12-08 01:35:17 UTC (buildkit.dockerfile.v0)RUN |2 IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/nginx-ingress:3.7.2-ubi IC_VERSION=3.7.2 /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
2024-12-08 01:35:17 UTC (buildkit.dockerfile.v0)USER 101
2024-12-08 01:35:15 UTC
114 MB
ubi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:c21c4caf6c15f91610a555c667b57afdcc48e2d0f5434c0077162a874a743541 - 31.91% (36.2 MB)
[#001] sha256:768fe5fae363fdc94ec36a5d72b496812ff5d0a7c20395b415c2f7d39bbca5a2 - 0.05% (62.1 KB)
[#002] sha256:bb114fad50536bff102829dd56a4210ed82d7abc7a9f8356eb6b13d6d0deb590 - 0.0% (3.86 KB)
[#003] sha256:fe21e7bdc865e5abb0931cf0e95d06e622b9af199db845f7fbc74195cd0cd913 - 48.74% (55.4 MB)
[#004] sha256:9247d27823c3f686ade0aac45f18c3e9b936a4c87c3686b9743fa9393195bf5e - 1.39% (1.58 MB)
[#005] sha256:06f60f26e6a2501fe13ecf6194e3b65854df46c7970f88431142c299b490323f - 13.99% (15.9 MB)
[#006] sha256:40e10c7d9f86359aa1bc98259a535201c70cb5246965ad08eb8fb746cbf58a85 - 0.01% (7.09 KB)
[#007] sha256:fe852a24661a2c6e82f720fc9e4cc34f3fe6bd72a96bf40d677376655225ccd0 - 3.91% (4.44 MB)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container" name="ubi9-minimal" version="9.5" distribution-scope="public"
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
2024-11-14 14:14:32 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."
2024-11-14 14:14:32 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."
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
2024-11-14 14:14:32 UTC/bin/sh -c #(nop) ENV container oci
2024-11-14 14:14:33 UTC/bin/sh -c #(nop) COPY dir:958a24c6c96abf98339b55dff343fa51b290f7250f0291ec25f8287a18a93135 in /
2024-11-14 14:14:33 UTC/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.
2024-11-14 14:14:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-11-14 14:14:33 UTC/bin/sh -c . /cachi2/cachi2.env && rm -rf /var/log/*
2024-11-14 14:14:33 UTC/bin/sh -c #(nop) LABEL "build-date"="2024-11-14T14:13:44" "architecture"="s390x" "vcs-type"="git" "vcs-ref"="ed8745a7a03752cc96aedcff40c4eb3ee49117c5" "build-date"="2024-11-14T14:03:48Z" "release"="1731593028"
2024-11-14 14:14:52 UTC (FROM quay.io/redhat-user-workloads/osci-rhel-containers-tenant/rhel-9-5/ubi9-minimal-9-5:ed8745a7a03752cc96aedcff40c4eb3ee49117c5-linux-s390x)/bin/sh
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)LABEL name=NGINX Ingress Controller maintainer=kubernetes@nginx.com vendor=NGINX Inc version=3.7.2 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
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2024-11-25 10:56:21 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2024-11-25 10:59:40 UTC (buildkit.dockerfile.v0)RUN |1 IC_VERSION=3.7.2 /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
2024-11-25 10:59:40 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2024-11-25 10:59:40 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-11-25 10:59:40 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2024-11-25 10:59:40 UTC (buildkit.dockerfile.v0)ARG NAP_MODULES=none
2024-11-25 10:59:40 UTC (buildkit.dockerfile.v0)ENV BUILD_OS=ubi
2024-11-25 10:59:49 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_OS=ubi IC_VERSION=3.7.2 TARGETPLATFORM=linux/s390x NAP_MODULES=none /bin/bash -o pipefail -c patch-os.sh && common.sh # buildkit
2024-11-25 10:59:49 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2024-11-25 10:59:49 UTC (buildkit.dockerfile.v0)STOPSIGNAL SIGTERM
2024-11-25 10:59:49 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/nginx-ingress"]
2024-11-25 10:59:49 UTC (buildkit.dockerfile.v0)USER 101
2024-11-25 10:59:49 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=3.7.2 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=
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)ARG BUILD_OS
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)LABEL org.nginx.kic.image.build.version=goreleaser
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)COPY /nginx-ingress / # buildkit
2024-11-25 11:00:50 UTC (buildkit.dockerfile.v0)USER 0
2024-11-25 11:00:52 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
2024-11-25 11:00:52 UTC (buildkit.dockerfile.v0)USER 101
2024-12-08 01:35:15 UTC (buildkit.dockerfile.v0)ARG IMAGE_NAME
2024-12-08 01:35:15 UTC (buildkit.dockerfile.v0)ARG IC_VERSION
2024-12-08 01:35:15 UTC (buildkit.dockerfile.v0)LABEL version=3.7.2 org.opencontainers.image.version=3.7.2
2024-12-08 01:35:15 UTC (buildkit.dockerfile.v0)USER 0
2024-12-08 01:35:15 UTC (buildkit.dockerfile.v0)RUN |2 IMAGE_NAME=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic/nginx-ingress:3.7.2-ubi IC_VERSION=3.7.2 /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
2024-12-08 01:35:15 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.