Skip to content

Commit

Permalink
Issue #3870 - Updated all ppc64el Dockerfiles to use correct UBI9 bas…
Browse files Browse the repository at this point in the history
…e image path

Signed-off-by: Ben Courliss <[email protected]>
  • Loading branch information
Ben Courliss authored and LiilyZhang committed Aug 17, 2023
1 parent 41169f4 commit b3f81ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.auto-upgrade-cron.ppc64el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

LABEL vendor="IBM"
LABEL summary="The agent auto upgrade cron job for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.ppc64el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

LABEL vendor="IBM"
LABEL summary="The agent for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion ess/image/edge-sync-service-ppc64el/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

LABEL vendor="IBM"
LABEL summary="Edge node Model Management System."
Expand Down

0 comments on commit b3f81ad

Please sign in to comment.