diff --git a/.konflux/controller/Dockerfile b/.konflux/controller/Dockerfile index 9eade9de1..baf7d0997 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:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 +FROM registry.access.redhat.com/ubi9-minimal@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490 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 923f0e707..e61217d54 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:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 +FROM registry.access.redhat.com/ubi9-minimal@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490 RUN \ microdnf --assumeyes --nodocs install git git-lfs && \ diff --git a/.konflux/image-bundler/Dockerfile b/.konflux/image-bundler/Dockerfile index cdf760c93..5b0d26778 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:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 +FROM registry.access.redhat.com/ubi9-minimal@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490 RUN \ microdnf clean all && \ diff --git a/.konflux/image-processing/Dockerfile b/.konflux/image-processing/Dockerfile index 79af6e0b5..38daad5d2 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:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 +FROM registry.access.redhat.com/ubi9-minimal@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490 RUN \ microdnf clean all && \ diff --git a/.konflux/waiter/Dockerfile b/.konflux/waiter/Dockerfile index 0032890bc..f0d7deaa4 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:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 +FROM registry.access.redhat.com/ubi9-minimal@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490 RUN \ microdnf --assumeyes --nodocs install tar && \ diff --git a/.konflux/webhook/Dockerfile b/.konflux/webhook/Dockerfile index d9b1e8ca3..643dab2eb 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:b87097994ed62fbf1de70bc75debe8dacf3ea6e00dd577d74503ef66452c59d6 +FROM registry.access.redhat.com/ubi9-minimal@sha256:66b99214cb9733e77c4a12cc3e3cbbe76769a213f4e2767f170a4f0fdf9db490 COPY --from=builder /opt/app-root/src/openshift-builds-webhook . COPY LICENSE /licenses/