Skip to content

Enable Moby on Ubuntu 26.04 (Resolute) - #1738

Open
Kaniska (v-Kaniska244) with Copilot wants to merge 6 commits into
mainfrom
copilot/enable-moby-on-ubuntu-26-04
Open

Kaniska (v-Kaniska244) with Copilot wants to merge 6 commits into
mainfrom
copilot/enable-moby-on-ubuntu-26-04

Conversation

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Microsoft now publishes Moby packages for Ubuntu 26.04 (resolute) — moby-cli, moby-engine, moby-containerd, moby-buildx — but docker-in-docker and docker-outside-of-docker still hard-blocked resolute when moby: true. Debian trixie remains without Moby packages upstream and stays blocked.

Verified against packages.microsoft.com:

  • microsoft-ubuntu-resolute-prod: moby-cli, moby-engine, moby-containerd, moby-buildx, moby-compose, moby-runc, moby-tini present.
  • microsoft-debian-trixie-prod: no moby-* packages.

Changes

  • src/docker-in-docker/install.sh / src/docker-outside-of-docker/install.sh
    • Added resolute to DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES.
    • Narrowed the pre-install guard to block only Debian trixie (dropped resolute). Existing microsoft-ubuntu-resolute-prod repo setup and the iptables-nft fallback for resolute already cover install/runtime.
  • Tests — new install_moby_on_ubuntu_resolute scenarios (moby: true on ubuntu:resolute) + scripts for both features, asserting docker, docker buildx, and installed moby-cli/moby-engine.
  • DocsNOTES.md for both features updated to reflect Moby support on Ubuntu 26.04.

Guard behavior after change:

resolute + moby=true  → proceed (Microsoft repo)
trixie   + moby=true  → blocked (no upstream packages)
noble    + moby=true  → unchanged

Copilot AI and others added 2 commits September 15, 2026 05:47
Co-authored-by: v-Kaniska244 <186041440+v-Kaniska244@users.noreply.github.com>
Co-authored-by: v-Kaniska244 <186041440+v-Kaniska244@users.noreply.github.com>
Copilot AI changed the title [WIP] Enable Moby support for Ubuntu 26.04 Enable Moby on Ubuntu 26.04 (Resolute) Sep 15, 2026
@v-Kaniska244

Copy link
Copy Markdown
Contributor

Copilot Place the new ubuntu resolute related tests on top in the scenarios.json. Also remove all debian bullseye(11) tests cases from scenarios.json. Patch level bump of both features also required.

…atch versions

Co-authored-by: v-Kaniska244 <186041440+v-Kaniska244@users.noreply.github.com>

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

Copilot Place the new ubuntu resolute related tests on top in the scenarios.json. Also remove all debian bullseye(11) tests cases from scenarios.json. Patch level bump of both features also required.

Done. Moved the Ubuntu resolute scenarios to the top of both scenarios.json files, removed all Debian bullseye (11) test cases (the javascript-node:0-18-based scenarios), and bumped patch versions (docker-in-docker → 4.1.1, docker-outside-of-docker → 1.10.1).

@v-Kaniska244

Copy link
Copy Markdown
Contributor

Copilot Instead of removing tests with mcr.microsoft.com/devcontainers/javascript-node:0-18 base images, please replace the base images for those with mcr.microsoft.com/devcontainers/javascript-node:3-22

Co-authored-by: v-Kaniska244 <186041440+v-Kaniska244@users.noreply.github.com>

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

Copilot Instead of removing tests with mcr.microsoft.com/devcontainers/javascript-node:0-18 base images, please replace the base images for those with `mcr.microsoft.com/devcontainers/javascript-no...

Restored the previously-removed scenarios and updated their base image from javascript-node:0-18 to mcr.microsoft.com/devcontainers/javascript-node:3-22 in both scenarios.json files.

@v-Kaniska244

Copy link
Copy Markdown
Contributor

Copilot For docker_build_older test scenario in docker-in-docker, update the version to 23 from 20 and also update the test script accordingly if required

Co-authored-by: v-Kaniska244 <186041440+v-Kaniska244@users.noreply.github.com>

Copilot AI commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

Copilot For docker_build_older test scenario in docker-in-docker, update the version to 23 from 20 and also update the test script accordingly if required

Updated the docker_build_older scenario's version from 20 to 23. The test script (docker_build_older.sh) only checks generic buildx/build/ps behavior and doesn't assert a specific version, so no script change was needed.

@v-Kaniska244
Kaniska (v-Kaniska244) marked this pull request as ready for review September 15, 2026 10:18
@v-Kaniska244
Kaniska (v-Kaniska244) requested a review from a team as a code owner September 15, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable Moby on Ubuntu 26.04 (Resolute)

2 participants