We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40fbd87 + b171fb5 commit bd8f05cCopy full SHA for bd8f05c
cmd/cloudstack-csi-driver/Dockerfile
@@ -11,8 +11,10 @@ RUN apk add --no-cache \
11
e2fsprogs-extra \
12
# Provides mkfs.xfs
13
xfsprogs \
14
- # Provides blkid, also used by k8s.io/mount-utils
15
- blkid
+ # blkid, mount and umount are required by k8s.io/mount-utils \
+ blkid \
16
+ mount \
17
+ umount
18
19
COPY ./bin/cloudstack-csi-driver /cloudstack-csi-driver
20
ENTRYPOINT ["/cloudstack-csi-driver"]
0 commit comments