From 12406fbfab60aa988fdf45f33fa0d9b0c4c9969a Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Thu, 19 Sep 2024 00:28:19 +0000 Subject: [PATCH 1/4] :robot: Update registry.access.redhat.com/ubi9/go-toolset image ref in Dockerfiles from 34492a70838 to ab6e4ea8707 --- Dockerfile.createtree.rh | 2 +- Dockerfile.logserver.rh | 2 +- Dockerfile.logsigner.rh | 2 +- Dockerfile.updatetree.rh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.createtree.rh b/Dockerfile.createtree.rh index cccbfaca1d..b7a9cc5d98 100644 --- a/Dockerfile.createtree.rh +++ b/Dockerfile.createtree.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset@sha256:34492a70838d50a40f72adb126eeaae41d2cb6e054af829d16121da4dc7048e1 AS build-env +FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ab6e4ea87075b71c67cae7c5f5131ce4508ac62d5c1b048781fed310573b4e95 AS build-env ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT ENV CGO_ENABLED=false diff --git a/Dockerfile.logserver.rh b/Dockerfile.logserver.rh index cc27a8e278..c4b312689b 100644 --- a/Dockerfile.logserver.rh +++ b/Dockerfile.logserver.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset@sha256:34492a70838d50a40f72adb126eeaae41d2cb6e054af829d16121da4dc7048e1 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ab6e4ea87075b71c67cae7c5f5131ce4508ac62d5c1b048781fed310573b4e95 AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT ENV CGO_ENABLED=false diff --git a/Dockerfile.logsigner.rh b/Dockerfile.logsigner.rh index 0c020ab0e7..495febab50 100644 --- a/Dockerfile.logsigner.rh +++ b/Dockerfile.logsigner.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset@sha256:34492a70838d50a40f72adb126eeaae41d2cb6e054af829d16121da4dc7048e1 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ab6e4ea87075b71c67cae7c5f5131ce4508ac62d5c1b048781fed310573b4e95 AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT ENV CGO_ENABLED=false diff --git a/Dockerfile.updatetree.rh b/Dockerfile.updatetree.rh index d77236d233..5678f39df2 100644 --- a/Dockerfile.updatetree.rh +++ b/Dockerfile.updatetree.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset@sha256:34492a70838d50a40f72adb126eeaae41d2cb6e054af829d16121da4dc7048e1 AS build-env +FROM registry.access.redhat.com/ubi9/go-toolset@sha256:ab6e4ea87075b71c67cae7c5f5131ce4508ac62d5c1b048781fed310573b4e95 AS build-env ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT ENV CGO_ENABLED=false From 7a742dff80ec8b53383aa621ba46b7c94c100170 Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Thu, 19 Sep 2024 00:28:19 +0000 Subject: [PATCH 2/4] :robot: Update registry.access.redhat.com/ubi9/ubi-minimal image ref in Dockerfiles from 73f7dcacb46 to efadc50470c --- 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 b7a9cc5d98..d618a61256 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:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998 AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:efadc50470c32141c257341694c6312234c0700e0407ed2a60c8b5c26b6af6fc 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 c4b312689b..4e58ae7238 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:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998 AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:efadc50470c32141c257341694c6312234c0700e0407ed2a60c8b5c26b6af6fc 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 495febab50..0f54c65196 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:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998 AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:efadc50470c32141c257341694c6312234c0700e0407ed2a60c8b5c26b6af6fc 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 5f056cd812..d4f2bd69f0 100644 --- a/Dockerfile.netcat.rh +++ b/Dockerfile.netcat.rh @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998 +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:efadc50470c32141c257341694c6312234c0700e0407ed2a60c8b5c26b6af6fc 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 5678f39df2..6fff4f6126 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:73f7dcacb460dad137a58f24668470a5a2e47378838a0190eef0ab532c6e8998 AS deploy +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:efadc50470c32141c257341694c6312234c0700e0407ed2a60c8b5c26b6af6fc AS deploy # Retrieve the binary from the previous stage COPY --from=build-env /opt/app-root/src/updatetree / From ed301d3f4b989d989c3e4f27d617b63be8e62046 Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Thu, 19 Sep 2024 00:28:20 +0000 Subject: [PATCH 3/4] :robot: Update registry.redhat.io/rhel9/mariadb-105 image ref in Dockerfiles from 5d42c984ea6 to f5caff2f09a --- Dockerfile.database.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.database.rh b/Dockerfile.database.rh index 22327433eb..06fee758e4 100644 --- a/Dockerfile.database.rh +++ b/Dockerfile.database.rh @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel9/mariadb-105@sha256:5d42c984ea6f203bc3e39d737b2b632f1611704428ddd4635cb89dea6cf4b725 +FROM registry.redhat.io/rhel9/mariadb-105@sha256:f5caff2f09aa6b2acee99e818849e32f6d33e4e09d698f8debecf968ff0ec4c9 USER root From 9b9ce5f0e4c07c3ba844f494650c7aec7775018c Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Thu, 19 Sep 2024 00:28:21 +0000 Subject: [PATCH 4/4] :robot: Update registry.redhat.io/rhel9/redis-6 image ref in Dockerfiles from cc4a8b076a1 to 09357f3e2f2 --- Dockerfile.redis.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.redis.rh b/Dockerfile.redis.rh index b8a2e693f7..cc913d250d 100644 --- a/Dockerfile.redis.rh +++ b/Dockerfile.redis.rh @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel9/redis-6@sha256:cc4a8b076a1f80f759b5b6ff7ba83b331dd3e02eda04e022789eeb63b2ffdaa5 +FROM registry.redhat.io/rhel9/redis-6@sha256:09357f3e2f2e920f28f1e87217345c332825ef76de104cbb713c1c88862210c0 LABEL description="Securesign redis is built ontop of rhel9/redis-6 but accepts external connections and runs appendonly mode with full durability." LABEL io.k8s.description="Securesign redis is built ontop of rhel9/redis-6 but accepts external connections and runs appendonly mode with full durability."