This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
AZ_VERSION=${1:- " latest" }
15
15
MICROSOFT_GPG_KEYS_URI=" https://packages.microsoft.com/keys/microsoft.asc"
16
16
AZCLI_ARCHIVE_ARCHITECTURES=" amd64"
17
- AZCLI_ARCHIVE_VERSION_CODENAMES=" stretch buster bullseye bionic focal"
17
+ AZCLI_ARCHIVE_VERSION_CODENAMES=" stretch buster bullseye bionic focal jammy "
18
18
19
19
if [ " $( id -u) " -ne 0 ]; then
20
20
echo -e ' Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ GIT_LFS_CHECKSUM_GPG_KEYS="0x88ace9b29196305ba9947552f1ba225c0223b187 0x86cd3297
11
11
POWERSHELL_ARCHIVE_ARCHITECTURES = " amd64"
12
12
POWERSHELL_ARCHIVE_VERSION_CODENAMES = " stretch buster bionic focal"
13
13
AZCLI_ARCHIVE_ARCHITECTURES = " amd64"
14
- AZCLI_ARCHIVE_VERSION_CODENAMES = " stretch buster bullseye bionic focal"
14
+ AZCLI_ARCHIVE_VERSION_CODENAMES = " stretch buster bullseye bionic focal jammy "
15
15
DOTNET_ARCHIVE_ARCHITECTURES = " amd64"
16
16
DOTNET_ARCHIVE_VERSION_CODENAMES = " buster bullseye bionic focal hirsute jammy"
17
17
DOTNET_VERSION_CODENAMES_REQUIRE_OLDER_LIBSSL_1 = " buster bullseye bionic focal hirsute"
You can’t perform that action at this time.
0 commit comments