Skip to content

Commit

Permalink
Merge pull request #63 from rphillips/fixes/enable_repositories
Browse files Browse the repository at this point in the history
add docker.io registry
  • Loading branch information
openshift-merge-robot authored Sep 14, 2018
2 parents bc5a2aa + 42e013c commit 16dbf47
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
contents:
source: data:,%5Bregistries.search%5D%0Aregistries%20%3D%20%5B'registry.access.redhat.com'%2C%20'docker.io'%5D%0A
verification: {}
filesystem: root
mode: 420
path: /etc/containers/registries.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
contents:
source: data:,%5Bregistries.search%5D%0Aregistries%20%3D%20%5B'registry.access.redhat.com'%2C%20'docker.io'%5D%0A
verification: {}
filesystem: root
mode: 420
path: /etc/containers/registries.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
contents:
source: data:,%5Bregistries.search%5D%0Aregistries%20%3D%20%5B'registry.access.redhat.com'%2C%20'docker.io'%5D%0A
verification: {}
filesystem: root
mode: 420
path: /etc/containers/registries.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
contents:
source: data:,%5Bregistries.search%5D%0Aregistries%20%3D%20%5B'registry.access.redhat.com'%2C%20'docker.io'%5D%0A
verification: {}
filesystem: root
mode: 420
path: /etc/containers/registries.conf
7 changes: 7 additions & 0 deletions templates/_base/master/files/container-registries.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
filesystem: "root"
mode: 0644
path: "/etc/containers/registries.conf"
contents:
inline: |
[registries.search]
registries = ['registry.access.redhat.com', 'docker.io']
7 changes: 7 additions & 0 deletions templates/_base/worker/files/container-registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
filesystem: "root"
mode: 0644
path: "/etc/containers/registries.conf"
contents:
inline: |
[registries.search]
registries = ['registry.access.redhat.com', 'docker.io']

0 comments on commit 16dbf47

Please sign in to comment.