support Ubuntu 26.04 (resolute)#1848
Merged
abdurriq merged 8 commits intodevcontainers:mainfrom Apr 28, 2026
Merged
Conversation
|
please merge ts |
|
also do universal and all devcontainer features |
|
universal with resolute when? |
Kaniska244
previously approved these changes
Apr 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds support for Ubuntu 26.04 (“resolute”) to the base-ubuntu devcontainer image, updating tagging/docs and adjusting tests/build logic for the new LTS.
Changes:
- Added the
resolutevariant tosrc/base-ubuntu/manifest.json, including architectures and updated variant tag aliases, and bumped the manifest version to3.0.0. - Updated
src/base-ubuntu/README.mdto document the newubuntu26.04/resolutevariant and refreshed the semver examples to3.x. - Updated the test project and Dockerfile logic to recognize
resolute, and added a timezone file write to satisfy the timezone verification test.
Show a summary per file
| File | Description |
|---|---|
| src/base-ubuntu/test-project/test.sh | Extends Ubuntu-user check to run for resolute in addition to noble. |
| src/base-ubuntu/manifest.json | Adds resolute variant/tag mapping and bumps image version to 3.0.0. |
| src/base-ubuntu/README.md | Documents the new LTS variant and updates versioned tag examples. |
| src/base-ubuntu/.devcontainer/Dockerfile | Defaults VARIANT to resolute, updates ubuntu-user deletion condition, and writes /etc/timezone. |
Copilot's findings
- Files reviewed: 4/4 changed files
- Comments generated: 1
abdurriq
reviewed
Apr 28, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
abdurriq
approved these changes
Apr 28, 2026
|
daily drive ts and the 26.04 actions runners |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: ##1464 and https://wiki.ubuntu.com/Releases
Supports the latest LTS version of Ubuntu