Set insecure to false for the registries
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
761db3f8ea
commit
bbd28986f4
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ _osbs_reactor_config_map:
|
||||||
|
|
||||||
registries:
|
registries:
|
||||||
- url: https://candidate-registry.fedoraproject.org/v2
|
- url: https://candidate-registry.fedoraproject.org/v2
|
||||||
insecure: True
|
insecure: False
|
||||||
auth:
|
auth:
|
||||||
cfg_path: /var/run/secrets/atomic-reactor/v2-registry-dockercfg
|
cfg_path: /var/run/secrets/atomic-reactor/v2-registry-dockercfg
|
||||||
|
|
||||||
|
|
|
@ -109,7 +109,7 @@ _osbs_reactor_config_map:
|
||||||
|
|
||||||
registries:
|
registries:
|
||||||
- url: https://candidate-registry.stg.fedoraproject.org/v2
|
- url: https://candidate-registry.stg.fedoraproject.org/v2
|
||||||
insecure: True
|
insecure: False
|
||||||
auth:
|
auth:
|
||||||
cfg_path: /var/run/secrets/atomic-reactor/v2-registry-dockercfg
|
cfg_path: /var/run/secrets/atomic-reactor/v2-registry-dockercfg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue