Skip to content

Commit

Permalink
Merge pull request #161 from digitalocean/xfs
Browse files Browse the repository at this point in the history
Support XFS
  • Loading branch information
Steven Normore authored Jun 20, 2019
2 parents d168f2c + 5d8194f commit 637e3ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## unreleased

* Set a custom user agent for the godo client. [[GH-156](https://github.com/digitalocean/csi-digitalocean/pull/156)]
* Include `xfsprogs` in the base Docker image so that XFS can be used

## v1.1.0 - 2019.04.29

Expand Down
5 changes: 4 additions & 1 deletion cmd/do-csi-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

FROM alpine:3.7

RUN apk add --no-cache ca-certificates e2fsprogs findmnt
RUN apk add --no-cache ca-certificates \
e2fsprogs \
findmnt \
xfsprogs

ADD do-csi-plugin /bin/

Expand Down

0 comments on commit 637e3ad

Please sign in to comment.