From d4f367a7ea96c97c7aa437f79a1c2dabb2c7caf8 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 24 Mar 2020 11:46:30 -0500 Subject: [PATCH] mgr/cephadm: use docker.io in default container image name Not all hosts have docker.io configured as a default registry. Signed-off-by: Sage Weil --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 4b361abb548..fac6b3c05bc 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -590,7 +590,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule): }, { 'name': 'container_image_base', - 'default': 'ceph/ceph', + 'default': 'docker.io/ceph/ceph', 'desc': 'Container image name, without the tag', 'runtime': True, }, -- 2.39.5