Skip to content

Commit

Permalink
chore(deps): update registry.redhat.io/rhel9/go-toolset docker digest…
Browse files Browse the repository at this point in the history
… to fd41c00

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 3, 2024
1 parent df97e79 commit 171b386
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.createctconfig.rh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ctlog-managectroots.rh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ctlog-verifyfulcio.rh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fulcio-createcerts.rh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.trillian-createdb.rh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.trillian-createtree.rh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tuf-server.rh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 171b386

Please sign in to comment.