build: use docker.io/ceph/ceph:v15 as BASE_IMAGE

Use a qualified image name, including the registry where it should come
from. This makes it possible to pull the image from the right location,
and consume it in CI jobs without trying to pull again.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-11-26 17:38:31 +01:00 committed by mergify[bot]
parent 591d097320
commit bdf8fe7f93

View File

@ -10,7 +10,7 @@
#
# Ceph version to use
BASE_IMAGE=ceph/ceph:v15
BASE_IMAGE=docker.io/ceph/ceph:v15
CEPH_VERSION=nautilus
# standard Golang options