feat(ci): use older image as baseline for rechunker#126
Draft
Lumaeris wants to merge 2 commits intozirconium-dev:mainfrom
Draft
feat(ci): use older image as baseline for rechunker#126Lumaeris wants to merge 2 commits intozirconium-dev:mainfrom
Lumaeris wants to merge 2 commits intozirconium-dev:mainfrom
Conversation
Contributor
|
Don't bother with this for now, the current rpm-ostree version which has a new flag which will do exactly this but get all the metadata with skopeo inspect instead and you don't have to pull the entire image for this. It just hasn't made it into fedora yet. Clearing the rechunker plan like this is a good idea, ideally this would just be automated and would be run automatically once a month or something. |
Contributor
Author
|
BlueBuild I think already does a cleanup once in a month, that would be a nice addition. I see what you mean, but looks like new |
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 pulls an older image to use as baseline for rechunker to do better updates and implements an input for workflow dispatch to clear rechunk history only whenever applicable, similar on how it was done for Legacy Rechunker used in Universal Blue images.
Ironically CentOS Bootc image is now used to get newer rpm-ostree package because Fedora repos still contains an older version that causes an failure while composing a new commit in edge cases, see a relevant issue attached to the code.