Skip to content

Commit a771e8c

Browse files
[Docker-in-docker] Support bookworm (#661)
* [Docker-in-docker] Support bookworm * Update devcontainer-feature.json
1 parent 8ad7c74 commit a771e8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/docker-in-docker/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "docker-in-docker",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"name": "Docker (Docker-in-Docker)",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-in-docker",
66
"description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",

src/docker-in-docker/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ DOCKER_DEFAULT_ADDRESS_POOL="${DOCKERDEFAULTADDRESSPOOL}"
1616
USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}"
1717
INSTALL_DOCKER_BUILDX="${INSTALLDOCKERBUILDX:-"true"}"
1818
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
19-
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal jammy"
20-
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal hirsute impish jammy"
19+
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="bookworm buster bullseye bionic focal jammy"
20+
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="bookworm buster bullseye bionic focal hirsute impish jammy"
2121

2222
# Default: Exit on any failure.
2323
set -e

0 commit comments

Comments
 (0)