Skip to content

main: bootc inspect#529

Draft
supakeen wants to merge 1 commit into
osbuild:mainfrom
supakeen:bootc-inspect-subcommand
Draft

main: bootc inspect#529
supakeen wants to merge 1 commit into
osbuild:mainfrom
supakeen:bootc-inspect-subcommand

Conversation

@supakeen
Copy link
Copy Markdown
Member

@supakeen supakeen commented May 26, 2026

Introduce a new bootc subcommand where we can grow various helpers for working with bootable containers.

The first one of these is the inspect subcommand, this allows a user to dump the struct we get from images to determine what image-builder thinks about the container.

Usage as follows:

€ sudo ./image-builder bootc inspect --format json --ref localhost/fedora-kinoite-iso:44 | jq .OSInfo.KernelInfo
{
  "Version": "7.0.10-200.fc44.x86_64",
  "HasAbootImg": false
}

@supakeen supakeen force-pushed the bootc-inspect-subcommand branch 2 times, most recently from 1e5be81 to 231019e Compare May 26, 2026 05:48
Introduce a new `bootc` subcommand where we can grow various helpers for
working with bootable containers.

The first one of these is the `inspect` subcommand, this allows a user
to dump the struct we get from `images` to determine what
`image-builder` thinks about the container.

Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
@supakeen supakeen force-pushed the bootc-inspect-subcommand branch from 231019e to b0bc510 Compare May 26, 2026 05:50
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.

1 participant