File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/ubi-micro@sha256:f332c99eb8f798a8486821c91937f10ad64ee83d7e739303be2df051040918f6 AS ubi-micro-base
22
3- FROM registry.access.redhat.com/ubi9/ubi@sha256:25a147defd01e19674714f55d17538c8dbe55d8c305fa157ecc3f9c8977b05b6 AS package_installer
3+ FROM registry.access.redhat.com/ubi9/ubi@sha256:206b65b8ee0f04b992818c9a51b29081b14974630d4850bc358097d0c44ea156 AS package_installer
44
55COPY --from=ubi-micro-base / /out/
66
@@ -19,7 +19,7 @@ RUN dnf install -y \
1919 dnf clean all --installroot=/out/ && \
2020 rm -rf /out/var/cache/dnf /out/var/cache/yum
2121
22- FROM registry.access.redhat.com/ubi9/ubi@sha256:25a147defd01e19674714f55d17538c8dbe55d8c305fa157ecc3f9c8977b05b6 AS builder
22+ FROM registry.access.redhat.com/ubi9/ubi@sha256:206b65b8ee0f04b992818c9a51b29081b14974630d4850bc358097d0c44ea156 AS builder
2323
2424ARG FACT_TAG
2525RUN echo "Checking required FACT_TAG" ; [[ "${FACT_TAG}" != "" ]]
You can’t perform that action at this time.
0 commit comments