Skip to content

Commit

Permalink
Update base images SHA in Dockerfiles
Browse files Browse the repository at this point in the history
- Update base image SHA for 'registry.access.redhat.com/ubi9/ubi-minimal' to 'sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5'

Signed-off-by: Tekton CI <[email protected]>
  • Loading branch information
Tekton CI authored and Roming22 committed Mar 13, 2024
1 parent 55d430e commit 854f0ff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/images/ci-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
RUN set -x \
&& mkdir ~/.kube \
&& mkdir -p /tmp/image-build \
Expand Down
2 changes: 1 addition & 1 deletion ci/images/e2e-test-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
RUN set -x \
&& mkdir ~/.kube \
&& mkdir -p /tmp/image-build \
Expand Down
2 changes: 1 addition & 1 deletion ci/images/quay-upload/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
LABEL build-date= \
com.redhat.build-host= \
description="This image provides binaries and a script to tag images with the latest commit ID on quay.io" \
Expand Down
2 changes: 1 addition & 1 deletion ci/images/static-checks/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
LABEL build-date= \
com.redhat.build-host= \
description="This image provides the static checks binaries." \
Expand Down
2 changes: 1 addition & 1 deletion ci/images/vulnerability-scan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
LABEL build-date= \
com.redhat.build-host= \
description="This image provides a script to scan Clair for security vulnerabilities on container images via Quay." \
Expand Down
2 changes: 1 addition & 1 deletion developer/images/dependencies-update/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
LABEL build-date= \
com.redhat.build-host= \
description="This image provides the scripts to update the repository dependencies." \
Expand Down

0 comments on commit 854f0ff

Please sign in to comment.