diff --git a/Dockerfile.createctconfig.rh b/Dockerfile.createctconfig.rh index 8462fcd77..291f0b796 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:fd41c001abc243076cc28b63c409ae6d9cbcad401c8124fb67d20fe57a2aa63a 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 52e86c408..c6038c138 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:fd41c001abc243076cc28b63c409ae6d9cbcad401c8124fb67d20fe57a2aa63a 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 7f6c35dbc..a38a82d35 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:fd41c001abc243076cc28b63c409ae6d9cbcad401c8124fb67d20fe57a2aa63a 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 61c796fc5..188e51048 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:fd41c001abc243076cc28b63c409ae6d9cbcad401c8124fb67d20fe57a2aa63a 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 a104e9681..f8957a105 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:fd41c001abc243076cc28b63c409ae6d9cbcad401c8124fb67d20fe57a2aa63a 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 7e8755db9..55fa773c7 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:fd41c001abc243076cc28b63c409ae6d9cbcad401c8124fb67d20fe57a2aa63a 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..a5baa88b2 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:fd41c001abc243076cc28b63c409ae6d9cbcad401c8124fb67d20fe57a2aa63a AS build-env WORKDIR /tuf-server RUN git config --global --add safe.directory /tuf-server