mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 06:40:23 +00:00
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
|
# /etc/containers/registries.conf
|
||
|
#
|
||
|
# This file contains the registry that is hosted in the CentOS CI OpenShift
|
||
|
# deployment for Ceph-CSI.
|
||
|
#
|
||
|
# By overwriting /etc/containers/registries.conf, short-names for
|
||
|
# container-images can NOT be used anymore.
|
||
|
#
|
||
|
# The CI jobs do a "podman login" for the local registry. Only after that, the
|
||
|
# local mirror is accessible.
|
||
|
#
|
||
|
|
||
|
[[registry]]
|
||
|
prefix = "docker.io"
|
||
|
location = "docker.io"
|
||
|
[[registry.mirror]]
|
||
|
location = "registry-ceph-csi.apps.ocp.ci.centos.org"
|