Skip to content

Commit

Permalink
Merge pull request #336 from project-ncl/renovate-bot/registry.access…
Browse files Browse the repository at this point in the history
….redhat.com-ubi9

chore(deps): update registry.access.redhat.com/ubi9 docker digest to 1fafb09
  • Loading branch information
goldmann authored Jan 30, 2024
2 parents 53b5e23 + 9740581 commit 44db620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -99,7 +99,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
Expand Down Expand Up @@ -128,7 +128,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:
Expand Down
2 changes: 1 addition & 1 deletion images/sbomer-generator/Containerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 44db620

Please sign in to comment.