From 62dde9bada28482257b1dc842ab134353e08ff30 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:07:38 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker digest to 344b1c5 Signed-off-by: konflux-internal-p02 <126015336+konflux-internal-p02[bot]@users.noreply.github.com> --- Dockerfiles/Dockerfile.konflux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile.konflux b/Dockerfiles/Dockerfile.konflux index f93960bd810..d6f8a688d32 100644 --- a/Dockerfiles/Dockerfile.konflux +++ b/Dockerfiles/Dockerfile.konflux @@ -35,7 +35,7 @@ COPY config/osd-configs/ /opt/manifests/osd-configs/ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o manager main.go ################################################################################ -FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:599016a2df42946faf9f3743caa92ee9c96e0d9d4babff301ea7f445356edb31 +FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:344b1c54f8c7e34680b7ebbad333f3d95ce6f746b1ff33d986738b0ee059861e WORKDIR / COPY --from=builder /workspace/manager . COPY --chown=1001:0 --from=builder /opt/manifests /opt/manifests