From 182a7a3604a45759d145272390a8e3cbf68358da Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:05:54 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker digest to d85040b 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 0a227e660..d735a4f6f 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:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b +FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be 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 81d1f2b6c..758c1e83a 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:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b +FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be RUN \ microdnf --assumeyes --nodocs install git git-lfs && \ diff --git a/.konflux/image-bundler/Dockerfile b/.konflux/image-bundler/Dockerfile index 17b3ebdfa..6ee273df5 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:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b +FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be RUN \ microdnf clean all && \ diff --git a/.konflux/image-processing/Dockerfile b/.konflux/image-processing/Dockerfile index ae2cae298..635aee793 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:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b +FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be RUN \ microdnf clean all && \ diff --git a/.konflux/waiter/Dockerfile b/.konflux/waiter/Dockerfile index 1bd729109..773ee7bd8 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:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b +FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be RUN \ microdnf --assumeyes --nodocs install tar && \ diff --git a/.konflux/webhook/Dockerfile b/.konflux/webhook/Dockerfile index ccfdebd31..d0db24a39 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:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b +FROM registry.access.redhat.com/ubi9-minimal@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be COPY --from=builder /opt/app-root/src/openshift-builds-webhook . COPY LICENSE /licenses/