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