Skip to content

Commit

Permalink
fix(CSI-163) missing ca-certificates package in wekafs container image (
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky authored Oct 26, 2023
1 parent 3c1eec0 commit 69e3dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ LABEL maintainers="WekaIO, LTD"
LABEL description="Weka CSI Driver"
# Add util-linux to get a new version of losetup.
RUN apk add util-linux libselinux libselinux-utils util-linux pciutils usbutils coreutils binutils findutils grep bash
# Update CA certificates
RUN apk add ca-certificates
RUN update-ca-certificates
COPY --from=go-builder /bin/wekafsplugin /wekafsplugin
ARG binary=/bin/wekafsplugin
ENTRYPOINT ["/wekafsplugin"]

0 comments on commit 69e3dcd

Please sign in to comment.