diff --git a/azure-cli/Dockerfile b/azure-cli/Dockerfile index 485ec92..2fa2e43 100644 --- a/azure-cli/Dockerfile +++ b/azure-cli/Dockerfile @@ -15,4 +15,9 @@ RUN set -x \ --no-cache-dir \ && apk del .build-deps +# Add extentions +ENV AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION 0.0.10 +RUN az extension add -y \ + --source "https://github.com/noelbundick/azure-cli-extension-noelbundick/releases/download/v${AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION}/noelbundick-${AZURE_CLI_EXTENSION_NOELBUNDICK_VERSION}-py2.py3-none-any.whl" + ENTRYPOINT [ "az" ] diff --git a/latest-versions.sh b/latest-versions.sh index ae51c34..5d382e8 100755 --- a/latest-versions.sh +++ b/latest-versions.sh @@ -86,7 +86,7 @@ compare() { echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}" else # add to the bad versions - if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]]; then + if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]] && [[ "$dir" != "azure-cli-extension-noelbundick" ]]; then bad_versions+=( "${dir}" ) fi echo -e "\e[31m${dir}:\e[39m current ${current} | ${tag} | ${name} | ${releases}" @@ -94,6 +94,7 @@ compare() { } projects=( +noelbundick/azure-cli-extension-noelbundick certbot/certbot hashicorp/consul coredns/coredns