We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f828783 + 7ff7f24 commit eaf5301Copy full SHA for eaf5301
pkg/blobplugin/Dockerfile
@@ -23,8 +23,6 @@ RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs
23
RUN clean-install libgmp10 bsdutils
24
RUN mkdir /blobfuse-proxy/
25
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
26
-# for compatibility, remove this after v1.6.0 release (todo)
27
-COPY deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb /blobfuse-proxy/
28
ARG ARCH=amd64
29
RUN if [ "$ARCH" = "amd64" ] ; then \
30
clean-install libcurl4-gnutls-dev && \
0 commit comments