File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
deploy/blobfuse-proxy/v0.1.1 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ COPY ./_output/blobplugin /blobplugin
17
17
RUN apt update && apt-mark unhold libcap2
18
18
RUN clean-install ca-certificates libfuse-dev libcurl4-gnutls-dev libgnutls28-dev uuid-dev libgcrypt20-dev util-linux mount udev wget e2fsprogs nfs-common libssl1.1
19
19
RUN mkdir /blobfuse-proxy/
20
+ # for compatibility, remove this after v1.6.0 release (todo)
20
21
COPY deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb /blobfuse-proxy/
22
+ COPY deploy/blobfuse-proxy/v0.1.1/blobfuse-proxy.deb /blobfuse-proxy/
21
23
RUN wget -O /blobfuse-proxy/packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
22
24
RUN dpkg -i /blobfuse-proxy/packages-microsoft-prod.deb && apt update && apt install blobfuse fuse -y
23
25
# this is a workaround to install nfs-kernel-server and don't quit with error
You can’t perform that action at this time.
0 commit comments