Skip to content

Commit

Permalink
updated docker base image to alpine:3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 committed Oct 22, 2024
1 parent 6baca64 commit 7da6e8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ LABEL description="SPDK-CSI Plugin"

COPY spdkcsi /usr/local/bin/spdkcsi

RUN apk update && \
apk add --no-cache nvme-cli open-iscsi e2fsprogs xfsprogs blkid
RUN apk add nvme-cli open-iscsi e2fsprogs xfsprogs blkid

ENTRYPOINT ["/usr/local/bin/spdkcsi"]

0 comments on commit 7da6e8d

Please sign in to comment.