Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
dbb13540
Unverified
Commit
dbb13540
authored
May 31, 2024
by
Gaurav Saini
Committed by
GitHub
May 31, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[azure-cli] - add support for noble numbat (#986)
* [azure-cli] - add support for noble numbat * changes requested
parent
b32aa5f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
devcontainer-feature.json
src/azure-cli/devcontainer-feature.json
+1
-1
install.sh
src/azure-cli/install.sh
+1
-1
No files found.
src/azure-cli/devcontainer-feature.json
View file @
dbb13540
{
"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."
,
...
...
src/azure-cli/install.sh
View file @
dbb13540
...
...
@@ -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.'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment