Skip to content

Commit

Permalink
chore: bump azurecli in docker images (#5238)
Browse files Browse the repository at this point in the history
* chore: bump azurecli in docker images

* chore: update shasum
  • Loading branch information
twelvemo authored Oct 16, 2023
1 parent 33cfebc commit 454c29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions support/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ RUN rm -rf $(find /google-cloud-sdk/ -regex ".*/__pycache__") && rm -rf /google-
FROM garden-base-root as garden-azure-base

WORKDIR /
ENV AZURE_CLI_VERSION=2.50.0
ENV AZURE_CLI_VERSION=2.53.0

RUN wget -O requirements.txt https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-$AZURE_CLI_VERSION/src/azure-cli/requirements.py3.Linux.txt && \
echo "ff3dcee6677fbdeab3a9e2288caf27a5990514df2c5e7b4800418ffdef5430fd requirements.txt" | sha256sum -c
echo "833a12c837df6b9d8b27abf908073eb2da971c8506d2b112946be4a36e1db7af requirements.txt" | sha256sum -c
RUN wget -O trim_sdk.py https://raw.githubusercontent.com/Azure/azure-cli/azure-cli-$AZURE_CLI_VERSION/scripts/trim_sdk.py && \
echo "2e6292f5285b4fcedbe8efd77309fade550667d1c502a6ffa078f1aa97942c64 trim_sdk.py" | sha256sum -c

Expand Down
2 changes: 1 addition & 1 deletion support/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN ./google-cloud-sdk/bin/gcloud components install kubectl gke-gcloud-auth-plu
# garden-azure-base
#
FROM garden-base-root as garden-azure-base
ENV AZURE_CLI_VERSION=2.50.0
ENV AZURE_CLI_VERSION=2.53.0

RUN apt-get update
RUN apt-get install ca-certificates curl apt-transport-https lsb-release gnupg
Expand Down

0 comments on commit 454c29a

Please sign in to comment.