Skip to content

Commit

Permalink
Merge pull request #128 from Leaseweb/safe_not_mounted
Browse files Browse the repository at this point in the history
fix: Safe not mounted detection
  • Loading branch information
hrak authored Jun 20, 2024
2 parents 40fbd87 + b171fb5 commit bd8f05c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/cloudstack-csi-driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ RUN apk add --no-cache \
e2fsprogs-extra \
# Provides mkfs.xfs
xfsprogs \
# Provides blkid, also used by k8s.io/mount-utils
blkid
# blkid, mount and umount are required by k8s.io/mount-utils \
blkid \
mount \
umount

COPY ./bin/cloudstack-csi-driver /cloudstack-csi-driver
ENTRYPOINT ["/cloudstack-csi-driver"]

0 comments on commit bd8f05c

Please sign in to comment.