From ec21a4fe2de2135a8caea667be8630e2941de094 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:08:12 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/rhel9/go-toolset docker digest to ead3518 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- 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 2fbb0c633..a96633a9d 100644 --- a/Dockerfile.createctconfig.rh +++ b/Dockerfile.createctconfig.rh @@ -1,5 +1,5 @@ # Build the createctconfig binary -FROM registry.redhat.io/rhel9/go-toolset@sha256:04be9e51263ab743cbcb778921b23527a3e35d493136fd353a90670d84ac457f AS build-env +FROM registry.redhat.io/rhel9/go-toolset@sha256:ead35188c5748efe2b9420352aba56b02b43d8fcd7e879cc96c6b9ac2548e454 AS build-env WORKDIR /createctconfig RUN git config --global --add safe.directory /createctconfig diff --git a/Dockerfile.ctlog-managectroots.rh b/Dockerfile.ctlog-managectroots.rh index e2ee5e79a..ad24204dc 100644 --- a/Dockerfile.ctlog-managectroots.rh +++ b/Dockerfile.ctlog-managectroots.rh @@ -1,5 +1,5 @@ # Build the managectroots binary -FROM registry.redhat.io/rhel9/go-toolset@sha256:04be9e51263ab743cbcb778921b23527a3e35d493136fd353a90670d84ac457f AS build-env +FROM registry.redhat.io/rhel9/go-toolset@sha256:ead35188c5748efe2b9420352aba56b02b43d8fcd7e879cc96c6b9ac2548e454 AS build-env WORKDIR /ctlog-managectroots RUN git config --global --add safe.directory /ctlog-managectroots diff --git a/Dockerfile.ctlog-verifyfulcio.rh b/Dockerfile.ctlog-verifyfulcio.rh index 390259c89..7a0549a82 100644 --- a/Dockerfile.ctlog-verifyfulcio.rh +++ b/Dockerfile.ctlog-verifyfulcio.rh @@ -1,5 +1,5 @@ # Build the verifyfulcio binary -FROM registry.redhat.io/rhel9/go-toolset@sha256:04be9e51263ab743cbcb778921b23527a3e35d493136fd353a90670d84ac457f AS build-env +FROM registry.redhat.io/rhel9/go-toolset@sha256:ead35188c5748efe2b9420352aba56b02b43d8fcd7e879cc96c6b9ac2548e454 AS build-env WORKDIR /ctlog-verifyfulcio RUN git config --global --add safe.directory /ctlog-verifyfulcio diff --git a/Dockerfile.fulcio-createcerts.rh b/Dockerfile.fulcio-createcerts.rh index ebb5abe38..8eadf799c 100644 --- a/Dockerfile.fulcio-createcerts.rh +++ b/Dockerfile.fulcio-createcerts.rh @@ -1,5 +1,5 @@ # Build the createcerts binary -FROM registry.redhat.io/rhel9/go-toolset@sha256:04be9e51263ab743cbcb778921b23527a3e35d493136fd353a90670d84ac457f AS build-env +FROM registry.redhat.io/rhel9/go-toolset@sha256:ead35188c5748efe2b9420352aba56b02b43d8fcd7e879cc96c6b9ac2548e454 AS build-env WORKDIR /createcerts RUN git config --global --add safe.directory /createcerts diff --git a/Dockerfile.trillian-createdb.rh b/Dockerfile.trillian-createdb.rh index 06dd89c42..8f6e53fba 100644 --- a/Dockerfile.trillian-createdb.rh +++ b/Dockerfile.trillian-createdb.rh @@ -1,5 +1,5 @@ # Build the createdb binary -FROM registry.redhat.io/rhel9/go-toolset@sha256:04be9e51263ab743cbcb778921b23527a3e35d493136fd353a90670d84ac457f AS build-env +FROM registry.redhat.io/rhel9/go-toolset@sha256:ead35188c5748efe2b9420352aba56b02b43d8fcd7e879cc96c6b9ac2548e454 AS build-env WORKDIR /createdb RUN git config --global --add safe.directory /createdb diff --git a/Dockerfile.trillian-createtree.rh b/Dockerfile.trillian-createtree.rh index 488bf29cf..e96760685 100644 --- a/Dockerfile.trillian-createtree.rh +++ b/Dockerfile.trillian-createtree.rh @@ -1,5 +1,5 @@ # Build the createtree binary -FROM registry.redhat.io/rhel9/go-toolset@sha256:04be9e51263ab743cbcb778921b23527a3e35d493136fd353a90670d84ac457f AS build-env +FROM registry.redhat.io/rhel9/go-toolset@sha256:ead35188c5748efe2b9420352aba56b02b43d8fcd7e879cc96c6b9ac2548e454 AS build-env WORKDIR /createtree RUN git config --global --add safe.directory /createtree diff --git a/Dockerfile.tuf-server.rh b/Dockerfile.tuf-server.rh index 49ae602ff..e22239b29 100644 --- a/Dockerfile.tuf-server.rh +++ b/Dockerfile.tuf-server.rh @@ -1,5 +1,5 @@ # Build the tuf server binary -FROM registry.redhat.io/rhel9/go-toolset@sha256:04be9e51263ab743cbcb778921b23527a3e35d493136fd353a90670d84ac457f AS build-env +FROM registry.redhat.io/rhel9/go-toolset@sha256:ead35188c5748efe2b9420352aba56b02b43d8fcd7e879cc96c6b9ac2548e454 AS build-env WORKDIR /tuf-server RUN git config --global --add safe.directory /tuf-server