Custom Image Thread #2637
renner0e
started this conversation in
Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
If you are maintaining a custom image via bluebuild or the image-template then ask here for questions/support.
In recent times we have made some changes which might have broken your image build, particularly since #2349 reached the stable branch.
If you set up your image-template a while ago then you might have seen some failures caused by us now producing plain images without ostree objects (no
/sysroot/ostree) because of the aforementioned PR. This breaksrpm-ostree/ostreeoperations on the image build side.Use dnf instead to install/remove packages.
Remove instances of
ostree container commitand putRUN bootc container lintat the end of your Containerfile, like here.Also if you make something cool, then please post it here.
All reactions