Skip to content

Commit

Permalink
RHOAIENG-7423 - Updated ubi-minimal and ubi
Browse files Browse the repository at this point in the history
Signed-off-by: Achyut Madhusudan <[email protected]>
  • Loading branch information
Achyut Madhusudan committed May 20, 2024
1 parent 2f172f1 commit 6784378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions kfdef/kfdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6784378

Please sign in to comment.