fix: bump ubuntu:20.04 examples to ubuntu:22.04#213
Open
mesutoezdil wants to merge 1 commit intoProject-HAMi:masterfrom
Open
fix: bump ubuntu:20.04 examples to ubuntu:22.04#213mesutoezdil wants to merge 1 commit intoProject-HAMi:masterfrom
mesutoezdil wants to merge 1 commit intoProject-HAMi:masterfrom
Conversation
Ubuntu 20.04 (Focal) reaches standard support EOL in April 2025. Bump the remaining four example manifests to 22.04 (Jammy) so the docs don't steer new users toward an almost-EOL base image. Affected files: - docs/developers/dynamic-mig.md (2 occurrences) - docs/userguide/volcano-vgpu/nvidia-gpu/examples/default-use.md - docs/userguide/volcano-vgpu/nvidia-gpu/examples/use-exclusive-gpu.md This is a follow-up to the 18.04 bump covered by Project-HAMi#204. Signed-off-by: Mesut Oezdil <versusfinem@gmail.com>
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mesutoezdil The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for project-hami ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Ubuntu 20.04 (Focal) reaches standard support EOL in April 2025. Bump the remaining four example manifests to Ubuntu 22.04 (Jammy) so the docs don't steer new users toward an almost-EOL base image.
Changes
docs/developers/dynamic-mig.md— two pod examplesdocs/userguide/volcano-vgpu/nvidia-gpu/examples/default-use.mddocs/userguide/volcano-vgpu/nvidia-gpu/examples/use-exclusive-gpu.mdFour
ubuntu:20.04references in total, all switched toubuntu:22.04. This is a small follow-up to #204, which bumped theubuntu:18.04references. After that lands, 20.04 becomes the oldest base image still referenced in the docs, so it makes sense to align the rest before 20.04's EOL.