mirror of https://github.com/minio/minio.git
upgrade container base image to ubi-9 (#18313)
This commit updates the container base image from ubi:8.8 to ubi:9.2. Signed-off-by: Andreas Auernhammer <github@aead.dev>
This commit is contained in:
parent
99c1a642a4
commit
3cc30bcc18
|
@ -1,4 +1,4 @@
|
|||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
|
||||
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
|
||||
|
||||
ARG RELEASE
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
|
||||
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
|
||||
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
|
|
Loading…
Reference in New Issue