From: Sage Weil Date: Wed, 28 Jul 2021 18:18:26 +0000 (-0500) Subject: mgr/cephadm: DEFAULT_IMAGE from quay, not docker X-Git-Tag: v17.1.0~1156^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7ac2c39fede65dde3e617813a3c6f59beafe9ab5;p=ceph.git mgr/cephadm: DEFAULT_IMAGE from quay, not docker Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index d0609184a83..c798b938b0d 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -91,7 +91,7 @@ Host * """ # Default container images ----------------------------------------------------- -DEFAULT_IMAGE = 'docker.io/ceph/ceph' +DEFAULT_IMAGE = 'quay.io/ceph/ceph' DEFAULT_PROMETHEUS_IMAGE = 'docker.io/prom/prometheus:v2.18.1' DEFAULT_NODE_EXPORTER_IMAGE = 'docker.io/prom/node-exporter:v0.18.1' DEFAULT_GRAFANA_IMAGE = 'docker.io/ceph/ceph-grafana:6.7.4'