From daf4be09ca572000386da101cc976fe635e33452 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:07:22 +0000 Subject: [PATCH] chore(deps): update brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21 docker digest to 4e525a2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.backfill-redis.rh | 2 +- Dockerfile.rekor-cli.rh | 2 +- Dockerfile.rekor-server.rh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.backfill-redis.rh b/Dockerfile.backfill-redis.rh index 3c3c7310c..0260f7000 100644 --- a/Dockerfile.backfill-redis.rh +++ b/Dockerfile.backfill-redis.rh @@ -1,6 +1,6 @@ # Build stage -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21@sha256:98a0ff138c536eee98704d6909699ad5d0725a20573e2c510a60ef462b45cce0 AS build-env +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21@sha256:4e525a29662e1ff2f7b2ee2c2339e2e0c35717dcfcfd77f0a68a638b2f234b38 AS build-env USER root RUN mkdir /opt/app-root && mkdir /opt/app-root/src && git config --global --add safe.directory /opt/app-root/src diff --git a/Dockerfile.rekor-cli.rh b/Dockerfile.rekor-cli.rh index 0c06e9921..bc5dff933 100644 --- a/Dockerfile.rekor-cli.rh +++ b/Dockerfile.rekor-cli.rh @@ -1,5 +1,5 @@ #Build stage -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21@sha256:98a0ff138c536eee98704d6909699ad5d0725a20573e2c510a60ef462b45cce0 AS build-env +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21@sha256:4e525a29662e1ff2f7b2ee2c2339e2e0c35717dcfcfd77f0a68a638b2f234b38 AS build-env USER root RUN mkdir /opt/app-root && mkdir /opt/app-root/src && git config --global --add safe.directory /opt/app-root/src diff --git a/Dockerfile.rekor-server.rh b/Dockerfile.rekor-server.rh index a96aaa8eb..47390aeb8 100644 --- a/Dockerfile.rekor-server.rh +++ b/Dockerfile.rekor-server.rh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21@sha256:98a0ff138c536eee98704d6909699ad5d0725a20573e2c510a60ef462b45cce0 AS build-env +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.21@sha256:4e525a29662e1ff2f7b2ee2c2339e2e0c35717dcfcfd77f0a68a638b2f234b38 AS build-env RUN mkdir /opt/app-root && mkdir /opt/app-root/src && mkdir /opt/app-root/src/cmd && mkdir /opt/app-root/src/pkg && git config --global --add safe.directory /opt/app-root/src