From 3ce1e2bbf8ead106364597e73db8b0b0be731341 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:09:25 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker digest to 94b434a Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.createtree.rh | 2 +- Dockerfile.logserver.rh | 2 +- Dockerfile.logsigner.rh | 2 +- Dockerfile.netcat.rh | 2 +- Dockerfile.updatetree.rh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile.createtree.rh b/Dockerfile.createtree.rh index 79933b00c8..4c3076a5a7 100644 --- a/Dockerfile.createtree.rh +++ b/Dockerfile.createtree.rh @@ -22,7 +22,7 @@ RUN go mod download && \ gzip createtree-windows-amd64.exe # Multi-Stage production build -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f AS deploy # Retrieve the binary from the previous stage COPY --from=build-env /opt/app-root/src/createtree / diff --git a/Dockerfile.logserver.rh b/Dockerfile.logserver.rh index 86d66f8b77..2b9365c6b0 100644 --- a/Dockerfile.logserver.rh +++ b/Dockerfile.logserver.rh @@ -15,7 +15,7 @@ ADD ./ $APP_ROOT/src/ RUN go build -v ./cmd/trillian_log_server # Multi-Stage production build -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f AS deploy # Retrieve the binary from the previous stage COPY --from=builder /opt/app-root/src/trillian_log_server / diff --git a/Dockerfile.logsigner.rh b/Dockerfile.logsigner.rh index aed5dc9036..4dbe8687ed 100644 --- a/Dockerfile.logsigner.rh +++ b/Dockerfile.logsigner.rh @@ -15,7 +15,7 @@ ADD ./ $APP_ROOT/src/ RUN go build -v ./cmd/trillian_log_signer # Multi-Stage production build -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f AS deploy # Retrieve the binary from the previous stage COPY --from=builder /opt/app-root/src/trillian_log_signer / diff --git a/Dockerfile.netcat.rh b/Dockerfile.netcat.rh index d68f27c37a..81dcdf36a8 100644 --- a/Dockerfile.netcat.rh +++ b/Dockerfile.netcat.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f LABEL description="Netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP." LABEL io.k8s.description="netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP." diff --git a/Dockerfile.updatetree.rh b/Dockerfile.updatetree.rh index 491c15eec5..01062a4866 100644 --- a/Dockerfile.updatetree.rh +++ b/Dockerfile.updatetree.rh @@ -23,7 +23,7 @@ RUN go mod download && \ # Multi-Stage production build -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f AS deploy # Retrieve the binary from the previous stage COPY --from=build-env /opt/app-root/src/updatetree /