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>
(cherry picked from commit bdf8fe7f93)
This commit is contained in:
Niels de Vos 2020-11-26 17:38:31 +01:00 committed by Madhu Rajanna
parent 067f77fbe1
commit cad6707071

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