mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-15 02:40:23 +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"]
|