Skip to content

Commit 4f41748

Browse files
authored
Update images to ubi9/ubi9-minimal (#390)
1 parent bc3d025 commit 4f41748

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

scripts/preload-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509
1+
FROM registry.access.redhat.com/ubi9/ubi:9.3-1476
22
ARG USERNAME=tnf-user
33
ARG USER_UID=1000
44
ARG USER_GID=$USER_UID

test-partner/Dockerfile.debug-partner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
33
RUN \
44
dnf update --assumeyes --disableplugin=subscription-manager \
@@ -17,7 +17,7 @@ RUN \
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
2222
RUN \
2323
dnf update --assumeyes --disableplugin=subscription-manager \

0 commit comments

Comments
 (0)