mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
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 <dennis.chen@arm.com>
This commit is contained in:
parent
2da9522fe4
commit
1307327930
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ rbdplugin:
|
|||||||
|
|
||||||
rbdplugin-container: rbdplugin
|
rbdplugin-container: rbdplugin
|
||||||
cp _output/rbdplugin deploy/rbd/docker
|
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:
|
cephfsplugin:
|
||||||
if [ ! -d ./vendor ]; then dep ensure; fi
|
if [ ! -d ./vendor ]; then dep ensure; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user