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
f5787eed
Unverified
Commit
f5787eed
authored
May 21, 2024
by
Andy Li
Committed by
GitHub
May 21, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Ubuntu 24 Noble to `docker-outside-of-docker` (#978)
parent
ecbfd509
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
devcontainer-feature.json
src/docker-outside-of-docker/devcontainer-feature.json
+1
-1
install.sh
src/docker-outside-of-docker/install.sh
+2
-2
No files found.
src/docker-outside-of-docker/devcontainer-feature.json
View file @
f5787eed
{
"id"
:
"docker-outside-of-docker"
,
"version"
:
"1.
4.5
"
,
"version"
:
"1.
5.0
"
,
"name"
:
"Docker (docker-outside-of-docker)"
,
"documentationURL"
:
"https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker"
,
"description"
:
"Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands."
,
...
...
src/docker-outside-of-docker/install.sh
View file @
f5787eed
...
...
@@ -19,8 +19,8 @@ USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}"
INSTALL_DOCKER_BUILDX
=
"
${
INSTALLDOCKERBUILDX
:-
"true"
}
"
MICROSOFT_GPG_KEYS_URI
=
"https://packages.microsoft.com/keys/microsoft.asc"
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES
=
"bookworm buster bullseye bionic focal jammy"
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES
=
"bookworm buster bullseye bionic focal hirsute impish jammy"
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES
=
"bookworm buster bullseye bionic focal jammy
noble
"
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES
=
"bookworm buster bullseye bionic focal hirsute impish jammy
noble
"
set
-e
...
...
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