Skip to content

Commit 922f145

Browse files
committed
images: update OCP base image to ubi9-micro
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 1d67b92 commit 922f145

20 files changed

+20
-20
lines changed

build/docker/intel-deviceplugin-operator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG CMD=operator
2525
## (see build-image.sh).
2626
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2727
## The RedHat build tool does not allow additional image build parameters.
28-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
28+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2929
###
3030
##
3131
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-dlb-initcontainer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## (see build-image.sh).
2525
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2626
## The RedHat build tool does not allow additional image build parameters.
27-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
27+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2828
###
2929
##
3030
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-dlb-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG CMD=dlb_plugin
2525
## (see build-image.sh).
2626
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2727
## The RedHat build tool does not allow additional image build parameters.
28-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
28+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2929
###
3030
##
3131
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-dsa-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG CMD=dsa_plugin
2525
## (see build-image.sh).
2626
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2727
## The RedHat build tool does not allow additional image build parameters.
28-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
28+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2929
###
3030
##
3131
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-fpga-admissionwebhook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG CMD=fpga_admissionwebhook
2525
## (see build-image.sh).
2626
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2727
## The RedHat build tool does not allow additional image build parameters.
28-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
28+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2929
###
3030
##
3131
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-fpga-initcontainer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## (see build-image.sh).
2525
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2626
## The RedHat build tool does not allow additional image build parameters.
27-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
27+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2828
###
2929
##
3030
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-fpga-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG CMD=fpga_plugin
2525
## (see build-image.sh).
2626
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2727
## The RedHat build tool does not allow additional image build parameters.
28-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
28+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2929
###
3030
##
3131
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-gpu-fakedev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG CMD=gpu_fakedev
2525
## (see build-image.sh).
2626
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2727
## The RedHat build tool does not allow additional image build parameters.
28-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
28+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2929
###
3030
##
3131
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-gpu-initcontainer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
## (see build-image.sh).
2525
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2626
## The RedHat build tool does not allow additional image build parameters.
27-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
27+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2828
###
2929
##
3030
## GOLANG_BASE can be used to make the build reproducible by choosing an

build/docker/intel-gpu-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG CMD=gpu_plugin
2525
## (see build-image.sh).
2626
## 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
2727
## The RedHat build tool does not allow additional image build parameters.
28-
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro:latest
28+
ARG FINAL_BASE=registry.access.redhat.com/ubi9-micro:latest
2929
###
3030
##
3131
## GOLANG_BASE can be used to make the build reproducible by choosing an

0 commit comments

Comments
 (0)