Allow building ISO on macos & verify it contains all required images#2332
Open
francoisferrand wants to merge 2 commits intow/2.14/improvement/ZENKO-5196/keep-build-tree-hashfrom
Open
Allow building ISO on macos & verify it contains all required images#2332francoisferrand wants to merge 2 commits intow/2.14/improvement/ZENKO-5196/keep-build-tree-hashfrom
francoisferrand wants to merge 2 commits intow/2.14/improvement/ZENKO-5196/keep-build-tree-hashfrom
Conversation
12729af to
0ae0b11
Compare
f6d3f13 to
5ee3777
Compare
delthas
approved these changes
Feb 20, 2026
5ee3777 to
f51ae12
Compare
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.
Add sanity check to verify ISO is correct: it verifies that every image referenced in the zenkoversion CR (which is bundled in the ISO) is indeed in the ISO.
This is not an actual "functional" test, but simply a sanity check to mitigate risk if the zenkoversion is updated in a way that is inconsistent with the registry images.
Also adds fixes to allow building ISO on macos, so that it possible to iterate locally.
Issue: ZENKO-5197