Skip to content

Generate raw partitioning mode in Image Builder blueprints#2353

Merged
Mab879 merged 1 commit into
OpenSCAP:mainfrom
officialasishkumar:fix_2334
May 12, 2026
Merged

Generate raw partitioning mode in Image Builder blueprints#2353
Mab879 merged 1 commit into
OpenSCAP:mainfrom
officialasishkumar:fix_2334

Conversation

@officialasishkumar
Copy link
Copy Markdown
Contributor

Summary

  • emit [customizations] partitioning_mode = "raw" in generated Image Builder blueprints
  • update the blueprint remediation golden fixture

Fixes #2334.

Testing

  • cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_PROBES=OFF -DENABLE_PYTHON3=OFF -DENABLE_PERL=OFF -DENABLE_DOCS=OFF -DENABLE_OSCAP_UTIL_DOCKER=OFF -DENABLE_OSCAP_UTIL_AS_RPM=OFF ..
  • make -j2 oscap
  • ctest -R 'API/XCCDF/unittests/test_remediation_blueprint.sh' --output-on-failure\n- git diff --check

Emit partitioning_mode = "raw" in generated Image Builder blueprints so composer produces raw disk images instead of qcow2 output.

Update the blueprint remediation golden fixture to cover the generated customizations section.

Fixes OpenSCAP#2334.
@sonarqubecloud
Copy link
Copy Markdown

@Mab879 Mab879 self-assigned this May 11, 2026
@Mab879 Mab879 added this to the 1.4.5 milestone May 11, 2026
Copy link
Copy Markdown
Member

@Mab879 Mab879 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Mab879 Mab879 merged commit 1493d4f into OpenSCAP:main May 12, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update OpenSCAP to generate Image Builder blueprints with partitioning_mode = "raw"

2 participants