Files
external-snapshotter/Dockerfile
xing-yang eca951f614 Add Makefile and Gopkg files
This PR adds Makefile, Dockerfile, Gopkg file, and other scripts.
2018-07-31 10:41:32 -07:00

7 lines
172 B
Docker

FROM alpine
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI External Snapshotter"
COPY ./bin/csi-snapshotter csi-snapshotter
ENTRYPOINT ["/csi-snapshotter"]