BlueBuildB
BlueBuild11mo ago
Meexin

Building ISO from custom Blue Build images based on Aurora - boots as Fedora Base 41

Hi,

I am using Blue Build template to create slightly customized Aurora-DX image (just adding couple of flatpaks, rpm packages and custom justfile). When I build image and rebase to it from standard Aurora-DX (installed via official ISO), it works as expected. I have it as my ghcr.io/mygithubacc/myaurora package with all standard aurora stuff as well as my custom ones.

But when I build IOS from this as sudo bluebuild generate-iso --iso-name weird-os.iso recipe recipes/recipe.yml (version 0.9.6) , it works, but when I install it and boot this image, it shows as Fedora Base 41 and rpm-ostree status output is quay.io/fedora-desktops/base:41 instead of expected ghcr.io/mygithubacc/myaurora. So updates are not working etc. But on the other hand aurora customizations are in place, my custom packages from myaurora are also there. Just the "source" address is pointing to wrong image. What I am doing wrong with the build?
Thanks a lot!
Solution
You aren't actually doing anything wrong. Unfortunately, we can't just generate the exact image name to pass to the ISO Builder, so you will need to make sure when you build an ISO from a recipe that you rebase to the proper image.
Was this page helpful?