Unable to get version via inspection

I'm building a custom image based on bazzite-nvidia:testing bluebuild build ./recipes/recipe.yml INFO => Templating for recipe at ./recipes/recipe.yml INFO => Retrieving OS version from ghcr.io/ublue-os/bazzite-nvidia:testing. This might take a bit WARN => Unable to get version via image inspection due to error: × Failed to parse version from metadata for ghcr.io/ublue-os/bazzite-nvidia:testing WARN => Pulling and running the image to retrieve the version. This will take a while... ⠐ Pulling image ghcr.io/ublue-os/bazzite-nvidia:testing to get version Is there a way to avoid pulling the full image? Can I override the OS version from recipe.yml or command line?
Solution:
Unfortunately, no, currently the only way we can get the version information is through a label or through actually executing inside the image to get the information
Jump to solution
2 Replies
Solution
Luke Skywunker
Luke Skywunker4mo ago
Unfortunately, no, currently the only way we can get the version information is through a label or through actually executing inside the image to get the information
ogglord
ogglordOP4mo ago
okay, thanks for the clarification then

Did you find this page helpful?