From a7702141acb954923541482f066c2d0683cf2442 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:07:05 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker digest to daa61d6 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .konflux/controller/Dockerfile | 2 +- .konflux/git-cloner/Dockerfile | 2 +- .konflux/image-bundler/Dockerfile | 2 +- .konflux/image-processing/Dockerfile | 2 +- .konflux/waiter/Dockerfile | 2 +- .konflux/webhook/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.konflux/controller/Dockerfile b/.konflux/controller/Dockerfile index d735a4f6f..795bb6727 100644 --- a/.konflux/controller/Dockerfile +++ b/.konflux/controller/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-controller ./cmd/shipwright-build-controller -FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9-minimal@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 COPY --from=builder /opt/app-root/src/openshift-builds-controller . COPY LICENSE /licenses/ diff --git a/.konflux/git-cloner/Dockerfile b/.konflux/git-cloner/Dockerfile index 758c1e83a..ad76ba6b3 100644 --- a/.konflux/git-cloner/Dockerfile +++ b/.konflux/git-cloner/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-git-cloner ./cmd/git -FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9-minimal@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 RUN \ microdnf --assumeyes --nodocs install git git-lfs && \ diff --git a/.konflux/image-bundler/Dockerfile b/.konflux/image-bundler/Dockerfile index 6ee273df5..a49a06bd1 100644 --- a/.konflux/image-bundler/Dockerfile +++ b/.konflux/image-bundler/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-image-bundler ./cmd/bundle -FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9-minimal@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 RUN \ microdnf clean all && \ diff --git a/.konflux/image-processing/Dockerfile b/.konflux/image-processing/Dockerfile index 635aee793..8754bbb0e 100644 --- a/.konflux/image-processing/Dockerfile +++ b/.konflux/image-processing/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-image-processing ./cmd/image-processing -FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9-minimal@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 RUN \ microdnf clean all && \ diff --git a/.konflux/waiter/Dockerfile b/.konflux/waiter/Dockerfile index 773ee7bd8..a2e4a6cde 100644 --- a/.konflux/waiter/Dockerfile +++ b/.konflux/waiter/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-waiter ./cmd/waiter -FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9-minimal@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 RUN \ microdnf --assumeyes --nodocs install tar && \ diff --git a/.konflux/webhook/Dockerfile b/.konflux/webhook/Dockerfile index d0db24a39..333d82223 100644 --- a/.konflux/webhook/Dockerfile +++ b/.konflux/webhook/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -ldflags="-s -w" -o openshift-builds-webhook ./cmd/shipwright-build-webhook -FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9-minimal@sha256:daa61d6103e98bccf40d7a69a0d4f8786ec390e2204fd94f7cc49053e9949360 COPY --from=builder /opt/app-root/src/openshift-builds-webhook . COPY LICENSE /licenses/