Skip to content

Commit

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

[release-1.25] feat: upgrade aznfs package to v2.0.11
  • Loading branch information
andyzhangx authored Mar 4, 2025
2 parents e39171d + 77d6773 commit f80d4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt update \
&& apt install -y curl

# install aznfs
ARG aznfsVer=2.0.7
ARG aznfsVer=2.0.11
RUN if [ "$ARCH" = "arm64" ]; then \
curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.arm64.tar.gz | tar xvzf - -C / --keep-directory-symlink; \
else \
Expand Down

0 comments on commit f80d4b5

Please # to comment.