Skip to content

Commit

Permalink
[azure-cli] - add support for noble numbat (#986)
Browse files Browse the repository at this point in the history
* [azure-cli] - add support for noble numbat

* changes requested
gauravsaini04 authored May 31, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent b32aa5f commit dbb1354
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/azure-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "azure-cli",
"version": "1.2.4",
"version": "1.2.5",
"name": "Azure CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/azure-cli",
"description": "Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
2 changes: 1 addition & 1 deletion src/azure-cli/install.sh
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ AZ_INSTALLBICEP=${INSTALLBICEP:-false}
INSTALL_USING_PYTHON=${INSTALLUSINGPYTHON:-false}
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
AZCLI_ARCHIVE_ARCHITECTURES="amd64 arm64"
AZCLI_ARCHIVE_VERSION_CODENAMES="stretch bookworm buster bullseye bionic focal jammy"
AZCLI_ARCHIVE_VERSION_CODENAMES="stretch bookworm buster bullseye bionic focal jammy noble"

if [ "$(id -u)" -ne 0 ]; then
echo -e 'Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.'

0 comments on commit dbb1354

Please sign in to comment.