allow specific precompiled images to be rebuilt#636
Open
rahulait wants to merge 1 commit intoNVIDIA:mainfrom
Open
allow specific precompiled images to be rebuilt#636rahulait wants to merge 1 commit intoNVIDIA:mainfrom
rahulait wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
Contributor
|
To override image in staging , we need to change: We should add an md5sum check between the staging and ghcr repo to verify whether the image is same or not . |
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com>
dc1ee9b to
65f583c
Compare
Contributor
Author
Fixed this in change https://github.com/NVIDIA/gpu-driver-container/compare/dc1ee9b75cb65c00cb3a4c8a9bf15779e11e53e4..65f583ce429aa61f709a5194346e18009afda582 |
shivakunv
reviewed
Mar 6, 2026
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.
This PR adds the following capability:
Manual workflow inputs for targeted builds — each matrix dimension (driver branch, kernel flavor, dist, LTS kernel) can be filtered to a single value via workflow_dispatch inputs, instead of always building the full matrix.
Force rebuild flag — a new force_rebuild input that bypasses the ghcr.io tag-existence check (nvcr.io is still treated as authoritative). This will enable us to build and push updated images to ghcr.io which then can be published to nvcr.io