Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9 docker digest to …
Browse files Browse the repository at this point in the history
…53d6c19
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent 3869714 commit 82db5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ default:

build:
image:
name: registry.access.redhat.com/ubi9@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb
name: registry.access.redhat.com/ubi9@sha256:53d6c19d664f4f418ce5c823d3a33dbb562a2550ea249cf07ef10aa063ace38f
entrypoint: [""]
stage: build
cache:
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:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb
FROM registry.access.redhat.com/ubi9@sha256:53d6c19d664f4f418ce5c823d3a33dbb562a2550ea249cf07ef10aa063ace38f

RUN dnf -y --noplugins --setopt=install_weak_deps=0 --setopt=tsflags=nodocs upgrade
RUN INSTALL_PKGS="jq wget unzip zip git skopeo" && \
Expand Down

0 comments on commit 82db5c3

Please sign in to comment.