use the latest UBI image (#18497)

This commit is contained in:
Harshavardhana
2023-11-22 09:34:49 -08:00
committed by GitHub
parent d67e4d5b17
commit 0b074d0fae
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ RUN curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc -o /go
RUN minisign -Vqm /go/bin/minio -x /go/bin/minio.minisig -P RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav && \
minisign -Vqm /go/bin/mc -x /go/bin/mc.minisig -P RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav
FROM registry.access.redhat.com/ubi9/ubi-micro:9.2
FROM registry.access.redhat.com/ubi9/ubi-micro:latest
ARG RELEASE