From bdf8fe7f93e0253b40c7f77afb8ac5dc0d2e2e58 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 26 Nov 2020 17:38:31 +0100 Subject: [PATCH] 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 --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 813324b00..1eea15f45 100644 --- a/build.env +++ b/build.env @@ -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