fix(image_build_manager): catalog validation, registry verification, and aarch64 fixes - #5066
Closed
abhishek-sa1 wants to merge 6 commits into
Closed
Conversation
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
…log ID changes Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Updated copyright headers from 2025 to 2026 in all yml and py files in src/image_build_manager. Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
Signed-off-by: Abhishek S A <abhishek.sa3@dell.com>
abhishek-sa1
marked this pull request as ready for review
August 27, 2026 09:08
abhishek-sa1
requested review from
Rajeshkumar-s2,
Venu-p1,
balajikumaran-c-s,
priti-parate and
sujit-jadhav
and removed request for
balajikumaran-c-s
August 27, 2026 09:12
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.
PR Description
Issues resolved by this Pull Request
Description of the Solution
Summary: This PR fixes catalog validation to only check structure (not deep referential integrity), resolves registry verification failures when catalog ID changes between builds, fixes log path references, and updates copyright year to 2026.
Changes
Catalog Validation
catalog_validator.py. Catalogs produced by repo_manager may contain forward references or optional components that are resolved at build time byparse_catalog.pynameandcomponentsfields, groups is a dictionaryRegistry Verification & Log Path Fixes
host/rhel-{group}_omnia_*) to handle catalog ID changes. When catalog is updated between builds, cached images retain old catalog IDs but verification was reconstructing names with the new IDls *_compute_image.log) so users find the actual log filebuild_status.ymlentries for cached images/\→tag ls \in x86_64 tag checkCopyright Year Update
src/image_build_managerLint Fixes
Files Changed
src/image_build_manager/plugins/module_utils/input_validation/validators/catalog_validator.pysrc/image_build_manager/roles/build_os_images/tasks/build_compute_image_x86_64.ymlsrc/image_build_manager/roles/build_os_images/tasks/build_compute_image_aarch64.ymlsrc/image_build_manager/roles/build_os_images/tasks/main.ymlsrc/image_build_manager/docs/architecture.mdsrc/image_build_manager/docs/design/image-builder-design.mdsrc/image_build_manager/**/*.ymlsrc/image_build_manager/**/*.pyTesting
Backward Compatibility