Skip to content

Commit

Permalink
Unpin Azure CLI version (#214)
Browse files Browse the repository at this point in the history
We had previously pinned `az` to version 2.33.1 to work around an issue
with a deprecation warning. The underlying issue in the Azure SDK has
since been fixed in
pulumi/pulumi-azure-native#1566

Note: we have tests that check that the `az` works (= can login and get
account info)
  • Loading branch information
julienp authored Jul 30, 2024
1 parent 24d8414 commit b6801a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Unpin Azure CLI tools ([#214])(https://github.com/pulumi/pulumi-docker-containers/pull/214)

- Ensure that the containers are compatible with deployments
([#219])(https://github.com/pulumi/pulumi-docker-containers/pull/219)

Expand Down
3 changes: 1 addition & 2 deletions docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ RUN apt-get update -y && \
# Install second wave of dependencies
apt-get update -y && \
apt-get install -y \
# Pin azure-cli to 2.33.1 as workaround for https://github.com/pulumi/pulumi-docker-containers/issues/106
"azure-cli=2.33.1-1~bullseye" \
azure-cli \
docker-ce \
google-cloud-sdk \
google-cloud-sdk-gke-gcloud-auth-plugin \
Expand Down

0 comments on commit b6801a0

Please sign in to comment.