Skip to content

Commit

Permalink
Merge pull request #3878 from bencourliss/master
Browse files Browse the repository at this point in the history
Issue #3870 - Updated all ppc64el Dockerfiles to use correct UBI9 base image path
  • Loading branch information
bencourliss authored Aug 17, 2023
2 parents 5b702c8 + a5fab6c commit 8f4d081
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 8f4d081

Please sign in to comment.