Initial commit
This commit is contained in:
3
bin/build.sh
Executable file
3
bin/build.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker build -t ahelberg/gluster-dir-csi .
|
3
bin/gen-protos.sh
Executable file
3
bin/gen-protos.sh
Executable 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
3
bin/push.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker push ahelberg/gluster-dir-csi
|
Reference in New Issue
Block a user