mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +00:00
7 lines
165 B
Docker
7 lines
165 B
Docker
FROM alpine
|
|
LABEL maintainers="Kubernetes Authors"
|
|
LABEL description="HostPath Driver"
|
|
|
|
COPY ./_output/hostpathplugin /hostpathplugin
|
|
ENTRYPOINT ["/hostpathplugin"]
|