From aa893de58b0b2ef6cc09b8263c9b12e389a0f8c3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:13:26 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9-minimal docker digest to 9ffc5b7 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 62a254c5b..0a227e660 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:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b +FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b 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 643186782..81d1f2b6c 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:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b +FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b RUN \ microdnf --assumeyes --nodocs install git git-lfs && \ diff --git a/.konflux/image-bundler/Dockerfile b/.konflux/image-bundler/Dockerfile index dd8f367b9..17b3ebdfa 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:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b +FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b RUN \ microdnf clean all && \ diff --git a/.konflux/image-processing/Dockerfile b/.konflux/image-processing/Dockerfile index 53e35ccfa..ae2cae298 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:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b +FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b RUN \ microdnf clean all && \ diff --git a/.konflux/waiter/Dockerfile b/.konflux/waiter/Dockerfile index 9fc95247b..1bd729109 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:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b +FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b RUN \ microdnf --assumeyes --nodocs install tar && \ diff --git a/.konflux/webhook/Dockerfile b/.konflux/webhook/Dockerfile index bb99900f9..ccfdebd31 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:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b +FROM registry.access.redhat.com/ubi9-minimal@sha256:9ffc5b7c447ba1918778c60e028216c8a98e3593aec0d3eca330817bc2e31e2b COPY --from=builder /opt/app-root/src/openshift-builds-webhook . COPY LICENSE /licenses/