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:b498b3ea26111ab4b81d65139f2ebd2ef9a2abb7a4588b7fdcc54889f95e9caa AS ubi-micro-base
22
3- FROM registry.access.redhat.com/ubi9/ubi@sha256:1b99266db480e8aa6dfda6900697a07ec99334095b4f87d1687edfc06c965132 AS package_installer
3+ FROM registry.access.redhat.com/ubi9/ubi@sha256:13a41a28c5479292bcaed42255532f64f891d976340f83a7d8546ad0a2f55a51 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:1b99266db480e8aa6dfda6900697a07ec99334095b4f87d1687edfc06c965132 AS builder
22+ FROM registry.access.redhat.com/ubi9/ubi@sha256:13a41a28c5479292bcaed42255532f64f891d976340f83a7d8546ad0a2f55a51 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