Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
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:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
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:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
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