File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ IMAGES_TO_PRELOAD=(
2626 quay.io/calico/node:v3.30.3
2727 quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
2828 ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
29- registry.access.redhat.com/ubi9 /ubi:latest
30- registry.access.redhat.com/ubi9 /ubi-minimal:latest
29+ registry.access.redhat.com/ubi10 /ubi:latest
30+ registry.access.redhat.com/ubi10 /ubi-minimal:latest
3131 quay.io/operator-framework/configmap-operator-registry:latest
3232 ghcr.io/k8snetworkplumbingwg/whereabouts:latest
3333 quay.io/jitesoft/alpine:latest
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9 /ubi:9.6
1+ FROM registry.access.redhat.com/ubi10 /ubi:10.0-1760519443@sha256:9bd3aebdfdf6eebb6a18541d838cac9e9a35d2f807aa8e36d9518978cc86371f
22ARG USERNAME=tnf-user
33ARG USER_UID=1000
44ARG USER_GID=$USER_UID
Original file line number Diff line number Diff line change 1919 git checkout v4.9.5 \
2020 && make
2121
22- FROM registry.access.redhat.com/ubi9 /ubi:9.6
22+ FROM registry.access.redhat.com/ubi10 /ubi:10.0-1760519443@sha256:9bd3aebdfdf6eebb6a18541d838cac9e9a35d2f807aa8e36d9518978cc86371f
2323# hadolint ignore=DL3041
2424RUN \
2525 dnf update --assumeyes --disableplugin=subscription-manager \
You can’t perform that action at this time.
0 commit comments