can bootable containers be built using tools other than podman/buildah? #1923
Answered
by
jeckersb
tenturestept
asked this question in
Q&A
|
specifically i was wondering about regular old
|
Answered by
jeckersb
Jan 16, 2026
Replies: 2 comments 6 replies
|
It's not currently tested with docker. As a complete guess, I think building a derived bootc image ( |
1 reply
Answer selected by
tenturestept
|
At BlueBuild we use buildx by default in GitHub Actions. Works really well. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not currently tested with docker.
As a complete guess, I think building a derived bootc image (
FROM quay.io/fedora/fedora-bootc:f43or similar) would probably work fine. Building a new image from scratch is much more likely to encounter problems in the differences between podman/buildah and docker.