mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Merge pull request #35 from arm64b/rbd-plugin-container-build-fixing
Fix the ceph csi `rbdplugin` container build issue
This commit is contained in:
commit
3720d95c81
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user