mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add az cli extension
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
f9d4e19828
commit
c87bee0812
|
@ -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" ]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user