Skip to content

Commit 77dbcc3

Browse files
CopilotKaniska244
andauthored
fix: use correct Ubuntu 26.04 codename 'resolute' instead of 'plucky'
Agent-Logs-Url: https://github.com/devcontainers/features/sessions/60277e16-b948-4f67-8140-1d3f1cda6941 Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
1 parent 02a7383 commit 77dbcc3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/docker-in-docker/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ INSTALL_DOCKER_BUILDX="${INSTALLDOCKERBUILDX:-"true"}"
1919
INSTALL_DOCKER_COMPOSE_SWITCH="${INSTALLDOCKERCOMPOSESWITCH:-"false"}"
2020
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
2121
MICROSOFT_GPG_KEYS_ROLLING_URI="https://packages.microsoft.com/keys/microsoft-rolling.asc"
22-
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="trixie bookworm buster bullseye bionic focal jammy noble plucky"
23-
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="trixie bookworm buster bullseye bionic focal hirsute impish jammy noble plucky"
22+
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="trixie bookworm buster bullseye bionic focal jammy noble resolute"
23+
DOCKER_LICENSED_ARCHIVE_VERSION_CODENAMES="trixie bookworm buster bullseye bionic focal hirsute impish jammy noble resolute"
2424
DISABLE_IP6_TABLES="${DISABLEIP6TABLES:-false}"
2525

2626
# Default: Exit on any failure.
File renamed without changes.

test/docker-in-docker/scenarios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@
154154
}
155155
}
156156
},
157-
"docker_build_ubuntu_plucky": {
158-
"image": "ubuntu:plucky",
157+
"docker_build_ubuntu_resolute": {
158+
"image": "ubuntu:resolute",
159159
"features": {
160160
"docker-in-docker": {
161161
"version": "latest",

0 commit comments

Comments
 (0)