Add Makefile and Gopkg files
This PR adds Makefile, Dockerfile, Gopkg file, and other scripts.
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine
|
||||
LABEL maintainers="Kubernetes Authors"
|
||||
LABEL description="CSI External Snapshotter"
|
||||
|
||||
COPY ./bin/csi-snapshotter csi-snapshotter
|
||||
ENTRYPOINT ["/csi-snapshotter"]
|
Reference in New Issue
Block a user