csi-driver-nvmf/Dockerfile
Meinhard Zhou 3e07ae4e60 style&chore: modity Makefile and some code style
1. add .prow.sh
2. add a symlink in Makefile related to release-tools.
3. modify some code style to pass fmt test.

Signed-off-by: Meinhard Zhou <zhouenhua@bytedance.com>
2022-03-16 12:43:44 +08:00

6 lines
70 B
Docker

FROM debian:9.13
COPY ./bin/nvmfplugin .
ENTRYPOINT ["/nvmfplugin"]