File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export GOPATH GOBIN GO111MODULE DOCKER_CLI_EXPERIMENTAL
26
26
include release-tools/build.make
27
27
LDFLAGS = "-X ${PKG}/pkg/nfs.driverVersion=${IMAGE_VERSION} -s -w -extldflags '-static'"
28
28
GIT_COMMIT ?= $(shell git rev-parse HEAD)
29
- IMAGE_VERSION ?= v0.5 .0
29
+ IMAGE_VERSION ?= v3.0 .0
30
30
# Use a custom version for E2E tests if we are testing in CI
31
31
ifdef CI
32
32
ifndef PUBLISH
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const (
51
51
)
52
52
53
53
var (
54
- version = "2 .0.0"
54
+ version = "3 .0.0"
55
55
)
56
56
57
57
func NewNFSdriver (nodeID , endpoint string , perm * uint32 ) * Driver {
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ function provision_nfs_server {
43
43
apt-get update -y
44
44
apt-get install -y nfs-common
45
45
docker run -d --name nfs --privileged -p 2049:2049 -v $( pwd) /nfsshare:/nfsshare -e SHARED_DIRECTORY=/nfsshare itsthenetwork/nfs-server-alpine:latest
46
+ sleep 10
46
47
}
47
48
48
49
provision_nfs_server
You can’t perform that action at this time.
0 commit comments