From: Sage Weil Date: Thu, 14 Nov 2019 03:49:41 +0000 (+0000) Subject: qa/tasks/ceph2: docker needs quay.io/ prefix for image name X-Git-Tag: v15.1.0~790^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9ea41b8abedff6c42db730fb69bceb16774066b4;p=ceph.git qa/tasks/ceph2: docker needs quay.io/ prefix for image name Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph2.py b/qa/tasks/ceph2.py index 9a4fe61ea3e0..a4e9791fbb40 100644 --- a/qa/tasks/ceph2.py +++ b/qa/tasks/ceph2.py @@ -763,8 +763,7 @@ def task(ctx, config): if branch in ['master', 'nautilus']: ctx.image = 'ceph/daemon-base:latest-%s-devel' % branch else: - ctx.image = 'ceph-ci/ceph:%s' % branch -# ctx.image = 'cephci/daemon-base:%s' % branch + ctx.image = 'quay.io/ceph-ci/ceph:%s' % branch log.info('Cluster image is %s' % ctx.image) # uuid