File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ IMAGES_TO_PRELOAD=(
2727 quay.io/testnetworkfunction/nginx-operator-bundle:v0.0.1
2828 ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
2929 ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
30- registry.access.redhat.com/ubi8 /ubi:latest
31- registry.access.redhat.com/ubi8 /ubi-minimal:latest
30+ registry.access.redhat.com/ubi9 /ubi:latest
31+ registry.access.redhat.com/ubi9 /ubi-minimal:latest
3232 quay.io/operator-framework/configmap-operator-registry:latest
3333 ghcr.io/k8snetworkplumbingwg/whereabouts:latest
3434 quay.io/jitesoft/alpine:latest
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8 /ubi:8.9-1107.1705420509
1+ FROM registry.access.redhat.com/ubi9 /ubi:9.3-1476
22ARG USERNAME=tnf-user
33ARG USER_UID=1000
44ARG USER_GID=$USER_UID
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8 /ubi:8.9-1107.1705420509 as podman-builder
1+ FROM registry.access.redhat.com/ubi9 /ubi:9.3-1476 as podman-builder
22# hadolint ignore=DL3041
33RUN \
44 dnf update --assumeyes --disableplugin=subscription-manager \
1717 git checkout v4.8.3 \
1818 && make
1919
20- FROM registry.access.redhat.com/ubi8 /ubi:8.9-1107.1705420509
20+ FROM registry.access.redhat.com/ubi9 /ubi:9.3-1476
2121# hadolint ignore=DL3041
2222RUN \
2323 dnf update --assumeyes --disableplugin=subscription-manager \
You can’t perform that action at this time.
0 commit comments