Skip to content

Commit

Permalink
Merge pull request #1663 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1660-to-release-1.24

[release-1.24] fix: blobfuse install failure in install-blobfuse-proxy initContainer
  • Loading branch information
k8s-ci-robot authored Oct 25, 2024
2 parents 1753ea2 + 8cdb07b commit 4d01a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
RUN if [ "$ARCH" = "amd64" ] ; then \
clean-install libcurl4-gnutls-dev \
&& dpkg -i /blobfuse-proxy/packages-microsoft-prod-18.04.deb \
&& rm /blobfuse-proxy/packages-microsoft-prod-18.04.deb \
&& apt update \
&& apt install -y blobfuse blobfuse2 fuse; fi

Expand Down

0 comments on commit 4d01a2a

Please sign in to comment.