I keep getting an ISO based on Fedora 39 and not 41 when building an ISO on silverblue image.

The Repo : https://github.com/ZoeTheTransHoe/zoeys-first-image
Im trying to make my own silverblue spin. I want to base it off of Fedora 41, but despite adding
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 41
, going to then build an ISO from that repo makes it use Fedora SB 39 as the base, and not 41 as specified. Using latest instead of 41 doesnt fix my issue either.
Im using podman but I can replicate the same issue with docker. The command Im using to build the ISO is:
mkdir ./iso-output

sudo podman run --rm --privileged --volume ./iso-output:/build-container-installer/build --security-opt label=disable --pull=newer ghcr.io/jasonn3/build-container-installer:latest \ 
IMAGE_REPO=ghcr.io/zoethetranshoe/zoeys-first-image \
IMAGE_NAME=weird-os \ 
IMAGE_TAG=latest \
VARIANT=Silverblue

Im using Fedora Silverblue 41 to build the ISO on. Im not sure why even after specifing multiple times for it to build the latest Fedora it picks one 2 releases old 😭.

Im going to bed now so I wont respond for a while. This is acc gonna be the death of me and I know Ive just missed some obvious parameter I need to add or change and im too tired to spot it,
GitHub
Contribute to ZoeTheTransHoe/zoeys-first-image development by creating an account on GitHub.
Was this page helpful?