Skip to content

Commit fc52acb

Browse files
Tekton CIgabemontero
authored andcommitted
Update base images SHA in Dockerfiles
- Update base image SHA for 'registry.access.redhat.com/ubi9/ubi-minimal' to 'sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3' Signed-off-by: Tekton CI <[email protected]>
1 parent d9aba15 commit fc52acb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/images/quay-upload/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
2-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
33
LABEL build-date= \
44
com.redhat.build-host= \
55
description="This image provides binaries and a script to tag images with the latest commit ID on quay.io" \

ci/images/static-checks/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
2-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
33
LABEL build-date= \
44
com.redhat.build-host= \
55
description="This image provides the static checks binaries." \

ci/images/vulnerability-scan/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
2-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
33
LABEL build-date= \
44
com.redhat.build-host= \
55
description="This image provides a script to scan Clair for security vulnerabilities on container images via Quay." \

0 commit comments

Comments
 (0)