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:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055'

Signed-off-by: Tekton CI <[email protected]>
  • Loading branch information
Tekton CI authored and Roming22 committed Jan 31, 2024
1 parent 4bbdd46 commit 448cdcf
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:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
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:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
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:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
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:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
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:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
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:a340f4b9fb261a75c84666a3dccb88e193a116da3cebabaf9bcdc33609b61172
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
LABEL build-date= \
com.redhat.build-host= \
description="This image provides the scripts to update the repository dependencies." \
Expand Down

0 comments on commit 448cdcf

Please sign in to comment.