Skip to content

Commit

Permalink
Merge pull request #6 from Sh4d1/fix_docker_image
Browse files Browse the repository at this point in the history
feat: add xfsprog to the docker image
  • Loading branch information
Sh4d1 authored Mar 23, 2020
2 parents 95cfb29 + 08486ef commit 38e22d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG BUILD_DATE
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -ldflags "-w -s -X github.com/scaleway/scaleway-csi/driver.driverVersion=${TAG} -X github.com/scaleway/scaleway-csi/driver.buildDate=${BUILD_DATE} -X github.com/scaleway/scaleway-csi/driver.gitCommit=${COMMIT_SHA} " -o scaleway-csi ./cmd/scaleway-csi

FROM alpine:3.11
RUN apk update && apk add --no-cache e2fsprogs ca-certificates && update-ca-certificates
RUN apk update && apk add --no-cache e2fsprogs xfsprogs ca-certificates && update-ca-certificates
WORKDIR /
COPY --from=builder /go/src/github.com/scaleway/scaleway-csi/scaleway-csi .
ENTRYPOINT ["/scaleway-csi"]

0 comments on commit 38e22d4

Please sign in to comment.