File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ GOBIN ?= $(GOPATH)/bin
40
40
DOCKER_CLI_EXPERIMENTAL = enabled
41
41
export GOPATH GOBIN GO111MODULE DOCKER_CLI_EXPERIMENTAL
42
42
43
- all : blob blobfuse-proxy
43
+ all : blob
44
44
45
45
.PHONY : verify
46
46
verify : unit-test
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ spec:
38
38
- |
39
39
set -xe
40
40
apt update
41
- # update blobfuse version on the host
41
+ # update blobfuse version on the host to 1.3.6
42
42
wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
43
43
dpkg -i packages-microsoft-prod.deb
44
44
apt-get update
45
- apt-get install blobfuse
45
+ apt-get install -y blobfuse=1.3.6
46
46
# download blobfuse-proxy .deb package
47
47
wget https://github.com/boddumanohar/blob-csi-driver/raw/blobfuse-proxy-ds/deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb -O /tmp/blobfuse-proxy-v0.1.0.deb
48
48
dpkg -i /tmp/blobfuse-proxy-v0.1.0.deb
You can’t perform that action at this time.
0 commit comments