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
4 changes: 2 additions & 2 deletions scripts/preload-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ IMAGES_TO_PRELOAD=(
quay.io/calico/node:v3.30.3
quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
registry.access.redhat.com/ubi9/ubi:latest
registry.access.redhat.com/ubi9/ubi-minimal:latest
registry.access.redhat.com/ubi10/ubi:latest
registry.access.redhat.com/ubi10/ubi-minimal:latest
quay.io/operator-framework/configmap-operator-registry:latest
ghcr.io/k8snetworkplumbingwg/whereabouts:latest
quay.io/jitesoft/alpine:latest
Expand Down
2 changes: 1 addition & 1 deletion test-partner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.6
FROM registry.access.redhat.com/ubi10/ubi:10.0-1760519443@sha256:9bd3aebdfdf6eebb6a18541d838cac9e9a35d2f807aa8e36d9518978cc86371f
ARG USERNAME=tnf-user
ARG USER_UID=1000
ARG USER_GID=$USER_UID
Expand Down
2 changes: 1 addition & 1 deletion test-partner/Dockerfile.debug-partner
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
git checkout v4.9.5 \
&& make

FROM registry.access.redhat.com/ubi9/ubi:9.6
FROM registry.access.redhat.com/ubi10/ubi:10.0-1760519443@sha256:9bd3aebdfdf6eebb6a18541d838cac9e9a35d2f807aa8e36d9518978cc86371f
# hadolint ignore=DL3041
RUN \
dnf update --assumeyes --disableplugin=subscription-manager \
Expand Down
Loading