From c8af6c62f0dc07044759fb367c3ad9dd830f8176 Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Thu, 30 May 2024 00:24:25 +0000 Subject: [PATCH] :robot: Update registry.access.redhat.com/ubi9/ubi-minimal image ref in Dockerfiles from cb6f20b9225 to adbac3083c2 --- Dockerfile.logserver.rh | 2 +- Dockerfile.logsigner.rh | 2 +- Dockerfile.netcat.rh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.logserver.rh b/Dockerfile.logserver.rh index 8fd9a8bc76..23ecd6a7e0 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:cb6f20b9225031c8d704af95932c0331cfe0b229cd5b3dd805681d92a439186e AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:adbac3083c2f340bee7cce4563665a1555901bee048bca6842b4fa0a1e6b875b 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 bc107928d4..722842a3cc 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:cb6f20b9225031c8d704af95932c0331cfe0b229cd5b3dd805681d92a439186e AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:adbac3083c2f340bee7cce4563665a1555901bee048bca6842b4fa0a1e6b875b 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 8c2f3a30f0..53b3672b86 100644 --- a/Dockerfile.netcat.rh +++ b/Dockerfile.netcat.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:cb6f20b9225031c8d704af95932c0331cfe0b229cd5b3dd805681d92a439186e +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:adbac3083c2f340bee7cce4563665a1555901bee048bca6842b4fa0a1e6b875b 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."