From 1307327930eea9922cf9f2bbc9bb244871a354b0 Mon Sep 17 00:00:00 2001 From: Dennis Chen Date: Tue, 24 Apr 2018 17:02:46 +0800 Subject: [PATCH] Fix the ceph csi `rbdplugin` container build issue This PR is trying to fix the issue #34. We use 'RBD_IMAGE_NAME' and 'RBD_IMAGE_VERSION' instead of the obsolete 'IMAGE_NAME' and 'IMAGE_VERSION' to address this issue. Signed-off-by: Dennis Chen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd5d5d5d3..4f0451bcf 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ rbdplugin: rbdplugin-container: rbdplugin cp _output/rbdplugin deploy/rbd/docker - docker build -t $(IMAGE_NAME):$(IMAGE_VERSION) deploy/rbd/docker + docker build -t $(RBD_IMAGE_NAME):$(RBD_IMAGE_VERSION) deploy/rbd/docker cephfsplugin: if [ ! -d ./vendor ]; then dep ensure; fi