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:35de56a9413112f1474e392ebc35e0cf6f0fb484c8e8877bbae59b513694b41f AS ubi-micro-base
22
3- FROM registry.access.redhat.com/ubi9/ubi@sha256:8bf0e8f20737e9c8a68c8a498299e9504ab397b1b1f2837acb2fef12ec698f0e AS package_installer
3+ FROM registry.access.redhat.com/ubi9/ubi@sha256:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b 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:8bf0e8f20737e9c8a68c8a498299e9504ab397b1b1f2837acb2fef12ec698f0e AS builder
22+ FROM registry.access.redhat.com/ubi9/ubi@sha256:00e592b8a4c30632bab23d7548f12b1f51a9b8b5a358b986069d6846ac908e6b 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