From 82d955435141ad5915bf2194771ef94992564f41 Mon Sep 17 00:00:00 2001 From: JasonPowr Date: Mon, 6 Jan 2025 10:29:07 +0000 Subject: [PATCH] :robot: Update registry.access.redhat.com/ubi9-minimal image ref in Dockerfiles from 8b6978d5557 to 94b434a29a8 --- Dockerfile.createctconfig.rh | 2 +- Dockerfile.ctlog-managectroots.rh | 2 +- Dockerfile.ctlog-verifyfulcio.rh | 2 +- Dockerfile.fulcio-createcerts.rh | 2 +- Dockerfile.trillian-createdb.rh | 2 +- Dockerfile.trillian-createtree.rh | 2 +- Dockerfile.tuf-server.rh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile.createctconfig.rh b/Dockerfile.createctconfig.rh index a249b20ce..ebde7a62d 100644 --- a/Dockerfile.createctconfig.rh +++ b/Dockerfile.createctconfig.rh @@ -9,7 +9,7 @@ RUN go mod vendor RUN make build-ctlog-createctconfig # Install server -FROM registry.access.redhat.com/ubi9-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de +FROM registry.access.redhat.com/ubi9-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f COPY --from=build-env /createctconfig/createctconfig /usr/local/bin/createctconfig RUN chown root:0 /usr/local/bin/createctconfig && chmod g+wx /usr/local/bin/createctconfig diff --git a/Dockerfile.ctlog-managectroots.rh b/Dockerfile.ctlog-managectroots.rh index 74b59acf0..0b582d85d 100644 --- a/Dockerfile.ctlog-managectroots.rh +++ b/Dockerfile.ctlog-managectroots.rh @@ -10,7 +10,7 @@ RUN go mod vendor RUN make build-ctlog-managectroots # Install server -FROM registry.access.redhat.com/ubi9-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de +FROM registry.access.redhat.com/ubi9-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f COPY --from=build-env /ctlog-managectroots/managectroots /usr/local/bin/managectroots RUN chown root:0 /usr/local/bin/managectroots && chmod g+wx /usr/local/bin/managectroots diff --git a/Dockerfile.ctlog-verifyfulcio.rh b/Dockerfile.ctlog-verifyfulcio.rh index 15c744cae..3a92d5ea2 100644 --- a/Dockerfile.ctlog-verifyfulcio.rh +++ b/Dockerfile.ctlog-verifyfulcio.rh @@ -10,7 +10,7 @@ RUN go mod vendor RUN make build-ctlog-verifyfulcio # Install server -FROM registry.access.redhat.com/ubi9-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de +FROM registry.access.redhat.com/ubi9-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f COPY --from=build-env /ctlog-verifyfulcio/verifyfulcio /usr/local/bin/verifyfulcio RUN chown root:0 /usr/local/bin/verifyfulcio && chmod g+wx /usr/local/bin/verifyfulcio diff --git a/Dockerfile.fulcio-createcerts.rh b/Dockerfile.fulcio-createcerts.rh index 127986de7..ed151cd9d 100644 --- a/Dockerfile.fulcio-createcerts.rh +++ b/Dockerfile.fulcio-createcerts.rh @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 go mod vendor RUN CGO_ENABLED=0 go build -o createcerts -mod=readonly -trimpath ./cmd/fulcio/createcerts # Install server -FROM registry.access.redhat.com/ubi9-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de +FROM registry.access.redhat.com/ubi9-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f COPY --from=build-env /createcerts/createcerts /usr/local/bin/createcerts RUN chown root:0 /usr/local/bin/createcerts && chmod g+wx /usr/local/bin/createcerts diff --git a/Dockerfile.trillian-createdb.rh b/Dockerfile.trillian-createdb.rh index e4cc7a9b4..51f6768b9 100644 --- a/Dockerfile.trillian-createdb.rh +++ b/Dockerfile.trillian-createdb.rh @@ -9,7 +9,7 @@ RUN go mod vendor RUN make build-trillian-createdb # Install server -FROM registry.access.redhat.com/ubi9-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de +FROM registry.access.redhat.com/ubi9-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f COPY --from=build-env /createdb/createdb /usr/local/bin/createdb RUN chown root:0 /usr/local/bin/createdb && chmod g+wx /usr/local/bin/createdb diff --git a/Dockerfile.trillian-createtree.rh b/Dockerfile.trillian-createtree.rh index 8ff4124d5..17c5d7886 100644 --- a/Dockerfile.trillian-createtree.rh +++ b/Dockerfile.trillian-createtree.rh @@ -9,7 +9,7 @@ RUN go mod vendor RUN make build-trillian-createtree # Install server -FROM registry.access.redhat.com/ubi9-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de +FROM registry.access.redhat.com/ubi9-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f COPY --from=build-env /createtree/createtree /usr/local/bin/createtree RUN chown root:0 /usr/local/bin/createtree && chmod g+wx /usr/local/bin/createtree diff --git a/Dockerfile.tuf-server.rh b/Dockerfile.tuf-server.rh index 18c8f4902..858367250 100644 --- a/Dockerfile.tuf-server.rh +++ b/Dockerfile.tuf-server.rh @@ -9,7 +9,7 @@ RUN go mod vendor RUN make build-tuf-server # Install server -FROM registry.access.redhat.com/ubi9-minimal@sha256:8b6978d555746877c73f52375f60fd7b6fd27d6aca000eaed27d0995303c13de +FROM registry.access.redhat.com/ubi9-minimal@sha256:94b434a29a894129301f6ff52dbddb19422fc800a109170c634b056da8cd704f COPY --from=build-env /tuf-server/server /usr/local/bin/tuf-server RUN chown root:0 /usr/local/bin/tuf-server && chmod g+wx /usr/local/bin/tuf-server