diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 370f29025..ada757c5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ default: ensure-images: image: - name: registry.access.redhat.com/ubi9@sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 + name: registry.access.redhat.com/ubi9@sha256:1fafb0905264413501df60d90a92ca32df8a2011cbfb4876ddff5ceb20c8f165 entrypoint: [""] stage: .pre resource_group: deploy @@ -63,7 +63,7 @@ deploy-stage: e2e-stage: image: - name: registry.access.redhat.com/ubi9@sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 + name: registry.access.redhat.com/ubi9@sha256:1fafb0905264413501df60d90a92ca32df8a2011cbfb4876ddff5ceb20c8f165 entrypoint: [""] stage: deploy cache: @@ -98,7 +98,7 @@ e2e-stage: promote: image: - name: registry.access.redhat.com/ubi9@sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 + name: registry.access.redhat.com/ubi9@sha256:1fafb0905264413501df60d90a92ca32df8a2011cbfb4876ddff5ceb20c8f165 entrypoint: [""] stage: deploy when: manual @@ -127,7 +127,7 @@ deploy-prod: pages: image: - name: registry.access.redhat.com/ubi9@sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 + name: registry.access.redhat.com/ubi9@sha256:1fafb0905264413501df60d90a92ca32df8a2011cbfb4876ddff5ceb20c8f165 entrypoint: [""] stage: deploy script: diff --git a/images/sbomer-generator/Containerfile b/images/sbomer-generator/Containerfile index 76d56bac0..58b2f2670 100644 --- a/images/sbomer-generator/Containerfile +++ b/images/sbomer-generator/Containerfile @@ -1,5 +1,5 @@ # https://catalog.redhat.com/software/containers/ubi9/618326f8c0d15aff4912fe0b -FROM registry.access.redhat.com/ubi9@sha256:fc300be6adbdf2ca812ad01efd0dee2a3e3f5d33958ad6cd99159e25e9ee1398 +FROM registry.access.redhat.com/ubi9@sha256:1fafb0905264413501df60d90a92ca32df8a2011cbfb4876ddff5ceb20c8f165 RUN INSTALL_PKGS="jq wget unzip zip git" && \ dnf --disableplugin=subscription-manager -y --nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \