Initial commit

This commit is contained in:
André Helberg
2022-07-21 12:21:17 +02:00
parent 95f91cd87d
commit 0be4bce96f
13 changed files with 221 additions and 0 deletions

3
bin/build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker build -t ahelberg/gluster-dir-csi .

3
bin/gen-protos.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
python -m grpc_tools.protoc -Icsi-spec/ --python_out=. --grpc_python_out=. csi-spec/csi.proto

3
bin/push.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker push ahelberg/gluster-dir-csi