Merge pull request #35 from arm64b/rbd-plugin-container-build-fixing

Fix the ceph csi `rbdplugin` container build issue
This commit is contained in:
Huamin Chen 2018-04-24 08:30:13 -04:00 committed by GitHub
commit 3720d95c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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