Document Ubuntu 26.04 support for 1.3.0 - #137
Merged
Merged
Conversation
Ubuntu 26.04 (Resolute) packages are already published for 1.3.0 on repo.radeon.com and install cleanly, but the docs still listed only 22.04 and 24.04. Add 26.04 to the supported OS list, the 1.3.0 compatibility matrix row, and the README requirements. Older matrix rows are left unchanged since those releases were never built for 26.04. No version bump is needed. 26.04 support came from the build matrix addition in ROCm#134, not a code change.
3 tasks
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.
Summary
Ubuntu 26.04 (Resolute) packages are already published for 1.3.0 on
repo.radeon.comand install cleanly, but the docs still listed only 22.04 and 24.04. This closes that gap.docs/container-runtime/requirements.rst: addUbuntu 26.04 LTS (Resolute Raccoon)to Supported Operating Systems.docs/container-runtime/release-notes.rst: the 1.3.0 compatibility matrix row now readsUbuntu 22.04, Ubuntu 24.04, Ubuntu 26.04. Rows for 1.0.0 through 1.2.0 are unchanged, those releases were never built for 26.04.README.md: Requirements line now includes 26.04.Docs only, 3 files, +3/-2. No version bump. 26.04 support came from the build matrix addition in #134, not a code change, and the published package is already versioned
1.3.0~26.04.Validation
Verified on a real MI308X (VFIO passthrough to an Ubuntu 26.04 guest, Docker 29.6.2) using the package installed by following the Quick Start Guide verbatim, which resolves the repo via
$VERSION_CODENAMEand pulledamd-container-toolkit 1.3.0~26.04(v1.3.0, commit5cba0a1):amd-ctk version,amd-ctk gpu listamd-ctk cdi generate/validate/list--device amd.com/gpu=all,--device amd.com/gpu=0, and Docker 29 native--gpus all--runtime=amdwithAMD_VISIBLE_DEVICES, runningrocminfoandamd-smiin-containerTest plan
list-tablestill has 3 cells per row..rst/.md; remaining 22.04/24.04 hits are historical matrix rows, the v1.0.0 highlight line, androcm/dev-ubuntu-24.04container image names.