Failed to parse version from metadata for ghcr.io/ublue-os/aurora-dx:41
For whatever reason, it is failing to pull any aurora images. I have tried with aurora:41, aurora:latest, and its dx counterparts. It hangs on this step for a while, tripling the total build time. It had not done this before. The build that fails is recipe-plasma.yml. Repo: https://github.com/arcbarkzap/supernova/
GitHub
GitHub - arcbarkzap/supernova
Contribute to arcbarkzap/supernova development by creating an account on GitHub.
Solution:Jump to solution
This is a problem with Ublue changing the
org.opencontainers.image.version
label on the image from the upstream version that Fedora sets4 Replies
Solution
This is a problem with Ublue changing the
org.opencontainers.image.version
label on the image from the upstream version that Fedora setsThe fallback is to pull the image and run it to find the OS version from inside the image directly
I've brought it up to them before and they have fixed it on other images, but it seems they tend to forget about that
alright, thanks for the fast reply
Glad to help!