Skip to content

Commit

Permalink
Updating go.mod for csi-s3 (#391)
Browse files Browse the repository at this point in the history
* ci: new action for pushing CSI images

Signed-off-by: SRIKUMAR VENUGOPAL <[email protected]>

* ci: updating csi-s3 go.mod

Signed-off-by: SRIKUMAR VENUGOPAL <[email protected]>

* fix: reverting csi-s3 go.mod

Signed-off-by: SRIKUMAR VENUGOPAL <[email protected]>

* ci: removing mercurial from nfs docker imag

Signed-off-by: SRIKUMAR VENUGOPAL <[email protected]>

---------

Signed-off-by: SRIKUMAR VENUGOPAL <[email protected]>
  • Loading branch information
srikumar003 authored Nov 22, 2024
1 parent 073d243 commit 8f50a01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/push-updated-csi-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
paths:
- "src/csi-s3/**"
- "src/csi-driver-nfs/**"

jobs:
csi-s3:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/csi-driver-nfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.22-bookworm as base
RUN apt-get update && \
apt-get install -y \
git wget gcc make mercurial && \
git wget gcc make && \
rm -rf /var/lib/apt/lists/*

ENV GO111MODULE=on
Expand Down

0 comments on commit 8f50a01

Please sign in to comment.