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:Jump to 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
2 Replies
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
okay, thanks for the clarification then