Guide for building custom node images - #97
Open
HarshwardhanPatil07 wants to merge 2 commits into
Open
Conversation
HarshwardhanPatil07
force-pushed
the
docs-custom-node-images
branch
from
July 11, 2026 10:32
9cac3ed to
8ed631d
Compare
Document how to build a disk image with a custom or patched package and test it with bink. Covers two approaches: - Runtime update via bootc switch (no disk rebuild) - Full disk image rebuild for boot-critical changes Includes concrete examples for COPR repos, local RPMs, binary replacement, and building bootc from source using the bootc repo's Dockerfile with the bink node image as base. Closes: bootc-dev#91 Signed-off-by: HarshwardhanPatil07 <harshpat@redhat.com>
HarshwardhanPatil07
force-pushed
the
docs-custom-node-images
branch
from
July 11, 2026 10:47
8ed631d to
f6363ce
Compare
alicefr
reviewed
Jul 16, 2026
Collaborator
|
Very nice guide, thanks for writing this! |
- Add composefs origin path variant alongside ostree path - Add composefs verification commands after reboot - Add bootc status store field check to identify deployment backend - Expand composefs variant section with build, verify, and integration test commands using bootc status JSON fields (.store, .composefs) - Add composefs row to decision table and NODE_IMAGE_COMPOSEFS to Makefile reference - Rework privilege warning to N.B. with full podman build example - Remove COPR opt-in warning note (contradicts current direction) - Drop "Testing with Multiple Nodes" section (superfluous) - Drop entire Troubleshooting section (lint is self-explanatory, rest unnecessary) - Simplify Scenario C to use bootc node image as base instead of duplicating build-rootfs Signed-off-by: HarshwardhanPatil07 <harshpat@redhat.com>
HarshwardhanPatil07
force-pushed
the
docs-custom-node-images
branch
from
July 27, 2026 12:40
e64d607 to
143e4e5
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.
how to build a disk image with a custom or patched package and test it with bink. Covers two approaches:
Closes: #91