mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
build: use BASE_IMAGE from build.env
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
f1da7d9bd1
commit
4fd973b924
@ -1,4 +1,5 @@
|
||||
FROM ceph/ceph:v15
|
||||
ARG BASE_IMAGE
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
ARG GOROOT=/usr/local/go
|
||||
|
||||
|
Reference in New Issue
Block a user