Skip to content

Commit a2a19c8

Browse files
authored
Merge pull request #531 from andyzhangx/blobfuse-proxy-v0.1.1
feat: add blobfuse-proxy v0.1.1 package
2 parents 7615d0d + 4007d0b commit a2a19c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
2.31 MB
Binary file not shown.

pkg/blobplugin/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ COPY ./_output/blobplugin /blobplugin
1717
RUN apt update && apt-mark unhold libcap2
1818
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
1919
RUN mkdir /blobfuse-proxy/
20+
# for compatibility, remove this after v1.6.0 release (todo)
2021
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/
2123
RUN wget -O /blobfuse-proxy/packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
2224
RUN dpkg -i /blobfuse-proxy/packages-microsoft-prod.deb && apt update && apt install blobfuse fuse -y
2325
# this is a workaround to install nfs-kernel-server and don't quit with error

0 commit comments

Comments
 (0)