Skip to content
Open
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 .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:dec374e05cc13ebbc0975c9f521f3db6942d27f8ccdf06b180160490eef8bdbc
name: registry.access.redhat.com/ubi9@sha256:22e95731596d661ff08daabaa5ef751b20ac42d0a58492dac5efa7373f471389
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:dec374e05cc13ebbc0975c9f521f3db6942d27f8ccdf06b180160490eef8bdbc
FROM registry.access.redhat.com/ubi9@sha256:22e95731596d661ff08daabaa5ef751b20ac42d0a58492dac5efa7373f471389

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