mirror of
https://github.com/kubernetes-csi/csi-driver-nvmf.git
synced 2025-09-28 06:49:19 +00:00
update container to debian 13 and install missing e2fsprogs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM debian:9.13
|
||||
FROM debian:13
|
||||
|
||||
RUN apt-get update && apt-get install -y e2fsprogs && apt-get clean all
|
||||
COPY ./bin/nvmfplugin .
|
||||
|
||||
ENTRYPOINT ["/nvmfplugin"]
|
||||
|
Reference in New Issue
Block a user