Skip to content

Commit 7396d9d

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
chore: use a fixed version for azfilesauth install
1 parent b9844af commit 7396d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefileplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN chmod +x /azurefile-proxy/*.sh && \
4545
chmod +x /azurefile-proxy/azurefile-proxy
4646

4747
COPY --from=builder --chown=root:root /tmp/packages-microsoft-prod-22.04.deb /azurefile-proxy/packages-microsoft-prod-22.04.deb
48-
RUN dpkg -i /azurefile-proxy/packages-microsoft-prod-22.04.deb && apt update && apt install -y azfilesauth && rm -f /azurefile-proxy/packages-microsoft-prod-22.04.deb
48+
RUN dpkg -i /azurefile-proxy/packages-microsoft-prod-22.04.deb && apt update && apt install -y azfilesauth=1.0-8 && rm -f /azurefile-proxy/packages-microsoft-prod-22.04.deb
4949

5050
LABEL maintainers="andyzhangx"
5151
LABEL description="AzureFile CSI Driver"

0 commit comments

Comments
 (0)