Skip to content

Commit

Permalink
Upgrade azure-keyvault to known compatible version (sonic-net#1906)
Browse files Browse the repository at this point in the history
* Upgrade azure-keyvault to known compatible version
* (fix typo)
  • Loading branch information
qiluo-msft authored Aug 9, 2018
1 parent 314eae5 commit 4d784d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN azure-cli_bundle_*/installer

# Known bug: azure keyvault cannot work behind a proxy
# Temporary fix: upgrade the azure-keyvault package within az cli
RUN ~/lib/azure-cli/bin/python -m pip install azure-keyvault -U
# TODO: if azure-cli contains newer version azure-keyvault, remove this
RUN ~/lib/azure-cli/bin/python -m pip install azure-keyvault==0.3.7 -U

RUN git clone https://github.com/Azure/sonic-mgmt

0 comments on commit 4d784d8

Please sign in to comment.