From 67843785b5d2c9d42414966d47ff41038233b4d4 Mon Sep 17 00:00:00 2001 From: Achyut Madhusudan Date: Mon, 20 May 2024 17:01:32 +0530 Subject: [PATCH] RHOAIENG-7423 - Updated ubi-minimal and ubi Signed-off-by: Achyut Madhusudan --- Dockerfile | 2 +- kfdef/kfdef.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 08f5d6e7..52519191 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY controllers/ controllers/ USER root RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest WORKDIR / COPY --from=builder /workspace/manager . COPY config/internal config/internal diff --git a/kfdef/kfdef.yaml b/kfdef/kfdef.yaml index 08736814..c6430305 100644 --- a/kfdef/kfdef.yaml +++ b/kfdef/kfdef.yaml @@ -15,11 +15,11 @@ spec: - name: IMAGES_SCHEDULEDWORKFLOW value: quay.io/opendatahub/ds-pipelines-scheduledworkflow:main - name: IMAGES_CACHE - value: registry.access.redhat.com/ubi8/ubi-minimal:8.8 + value: registry.access.redhat.com/ubi8/ubi-minimal:latest - name: IMAGES_DSPO value: quay.io/opendatahub/data-science-pipelines-operator:main - name: IMAGES_MOVERESULTSIMAGE - value: registry.access.redhat.com/ubi8/ubi-micro:8.8 + value: registry.access.redhat.com/ubi8/ubi-micro:latest - name: IMAGES_MARIADB value: registry.redhat.io/rhel8/mariadb-103:1-188 - name: IMAGES_OAUTHPROXY