From 210a30b19465ad64876563507c5a4fdcc326aa60 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:14:43 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi9/ubi-minimal docker digest to c0e7038 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- bundle.Dockerfile | 2 +- testbundle.Containerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index deeb7d5a..01dc6ca5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ USER 0 RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go -FROM registry.redhat.io/ubi9/ubi-minimal@sha256:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2 +FROM registry.redhat.io/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392 WORKDIR / COPY --from=builder /workspace/manager . diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 39cc4a9b..4e4a9f94 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/ubi-minimal@sha256:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2 +FROM registry.redhat.io/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392 # Core bundle labels. LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 diff --git a/testbundle.Containerfile b/testbundle.Containerfile index c69f074f..69845e9f 100644 --- a/testbundle.Containerfile +++ b/testbundle.Containerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/ubi-minimal@sha256:1b6d711648229a1c987f39cfdfccaebe2bd92d0b5d8caa5dbaa5234a9278a0b2 +FROM registry.redhat.io/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392 # Core bundle labels. LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1