File tree Expand file tree Collapse file tree 3 files changed +1345
-71
lines changed Expand file tree Collapse file tree 3 files changed +1345
-71
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,10 @@ compile:
3333build-dev :
3434 @echo " ==> Building DEV docker images"
3535 @docker build -t $(DOCKER_REGISTRY ) /moosefs-csi-plugin:$(DEVTAG ) cmd/moosefs-csi-plugin
36- @docker build -t $(DOCKER_REGISTRY ) /moosefs-csi-plugin:latest-dev cmd/moosefs-csi-plugin
3736
3837push-dev :
3938 @echo " ==> Publishing DEV $( DOCKER_REGISTRY) /moosefs-csi-plugin:$( DEVTAG) "
4039 @docker push $(DOCKER_REGISTRY ) /moosefs-csi-plugin:$(DEVTAG )
41- @docker push $(DOCKER_REGISTRY ) /moosefs-csi-plugin:latest-dev
4240 @echo " ==> Your DEV image is now available at $( DOCKER_REGISTRY) /moosefs-csi-plugin:$( DEVTAG) "
4341
4442build-prod :
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ module github.com/moosefs/moosefs-csi
33go 1.14
44
55require (
6- github.com/container-storage-interface/spec v1.4 .0
7- github.com/golang/protobuf v1.4 .3
8- github.com/kubernetes-csi/csi-test/v3 v3.1.1
9- github.com/sirupsen/logrus v1 .8.0
10- golang.org/x/net v0.0.0-20200320220750-118fecf932d8 // indirect
11- golang.org/x/sys v0.0.0-20200321134203-328b4cd54aae // indirect
12- google.golang.org/grpc v1.36.0
13- gopkg.in/natefinch/lumberjack.v2 v2.0.0
6+ github.com/container-storage-interface/spec v1.8 .0
7+ github.com/golang/protobuf v1.5 .3
8+ github.com/sirupsen/logrus v1.9.0
9+ golang.org/x/net v0 .8.0 // indirect
10+ google. golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
11+ google. golang.org/grpc v1.53.0
12+ google.golang.org/protobuf v1.29.0 // indirect
13+ gopkg.in/natefinch/lumberjack.v2 v2.2.1
1414)
You can’t perform that action at this time.
0 commit comments