build: use BASE_IMAGE from build.env

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2020-06-22 15:54:18 +02:00
committed by mergify[bot]
parent f1da7d9bd1
commit 4fd973b924
6 changed files with 14 additions and 12 deletions

View File

@ -9,6 +9,9 @@
# get proporly expanded.
#
# Ceph version to use
BASE_IMAGE=ceph/ceph:v15
# standard Golang options
GOLANG_VERSION=1.13.9
GO111MODULE=on