ceph-csi/vendor/github.com/kubernetes-csi/drivers/app/hostpathplugin/Dockerfile

7 lines
165 B
Docker
Raw Normal View History

2018-01-09 18:57:14 +00:00
FROM alpine
LABEL maintainers="Kubernetes Authors"
2018-07-18 14:47:22 +00:00
LABEL description="HostPath Driver"
2018-01-09 18:57:14 +00:00
2018-07-18 14:47:22 +00:00
COPY ./_output/hostpathplugin /hostpathplugin
2018-01-09 18:57:14 +00:00
ENTRYPOINT ["/hostpathplugin"]