ceph-csi/vendor/github.com/kubernetes-csi/drivers/app/hostpathplugin/Dockerfile
2018-07-31 14:53:26 +02:00

7 lines
165 B
Docker

FROM alpine
LABEL maintainers="Kubernetes Authors"
LABEL description="HostPath Driver"
COPY ./_output/hostpathplugin /hostpathplugin
ENTRYPOINT ["/hostpathplugin"]