Skip to content

Commit f8f9a6e

Browse files
Pipeline Service CI RobotRoming22
authored andcommitted
Update base images SHA in Dockerfiles
- Update base image SHA for 'registry.access.redhat.com/ubi9/ubi-minimal' to 'sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8' Signed-off-by: Pipeline Service CI Robot <[email protected]>
1 parent a44c0cf commit f8f9a6e

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

ci/images/ci-runner/Dockerfile

Lines changed: 2 additions & 2 deletions
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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e AS hypershift
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8 AS hypershift
33
RUN set -x \
44
&& microdnf install -y \
55
cmake-3.20.2 \
@@ -11,7 +11,7 @@ COPY shared /tmp/image-build/shared
1111
RUN /tmp/image-build/shared/hack/install.sh --debug --bin go,hypershift
1212

1313
#@FROM registry.access.redhat.com/ubi9/ubi-minimal
14-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
14+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
1515
RUN set -x \
1616
&& mkdir ~/.kube \
1717
&& mkdir -p /tmp/image-build \

ci/images/e2e-test-runner/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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
33
RUN set -x \
44
&& mkdir ~/.kube \
55
&& mkdir -p /tmp/image-build \

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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
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." \

developer/images/dependencies-update/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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
33
LABEL build-date= \
44
com.redhat.build-host= \
55
description="This image provides the scripts to update the repository dependencies." \

operator/images/access-setup/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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
33
WORKDIR /
44
RUN mkdir /workspace && chmod 777 /workspace && chown 65532:65532 /workspace
55
ENV HOME /tmp/home

operator/images/cluster-setup/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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
33
LABEL build-date= \
44
com.redhat.build-host= \
55
description="This image provides binaries and a script to install tektoncd components on the workload clusters." \

operator/images/update-pipeline-service/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:61925d31338b7b41bfd5b6b8cf45eaf80753d415b0269fc03613c5c5049b879e
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:95413c8dacaac773421428947a431c1cb099d19b4b1125df77d5d1cd2f463ab8
33
LABEL build-date= \
44
com.redhat.build-host= \
55
description="This image provides the required tooling to update the image tags on the SRE gitops repository" \

0 commit comments

Comments
 (0)