Browse Source

looks like private registry is the way to go

Grega Bremec 2 năm trước cách đây
mục cha
commit
aaa83f8cd8
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      images/Containerfile-psacct
  2. 1 1
      images/Containerfile-sysstat

+ 1 - 1
images/Containerfile-psacct

@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
+FROM registry.redhat.io/ubi9/ubi-minimal:latest
 
 USER 0
 

+ 1 - 1
images/Containerfile-sysstat

@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
+FROM registry.redhat.io/ubi9/ubi-minimal:latest
 
 USER 0