You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have issue generating ISO on my host machine (Manjaro) using bluebuild cli (same issue with 0.9.3 and 0.9.6).
When using bluebuild from VM via custom blue build image, it works as expected (so the recipe is ok).
Not sure if it is issue with bluebuild cli or docker one.
[output.log](https://github.com/user-attachments/files/18674474/output.log)
╰─ sudo bluebuild generate-iso --iso-name weird-os.iso recipe recipes/recipe.yml
INFO => Recipe recipes/recipe.yml is valid
INFO => Templating for recipe at recipes/recipe.yml
INFO => Retrieving OS version from ghcr.io/ublue-os/aurora-dx-nvidia-open:latest
WARN => Unable to get version via image inspection due to error:
× unknown flag: --format
│ See 'docker --help'.
│
│ Usage: docker [OPTIONS] COMMAND
│
│ A self-sufficient runtime for containers
... rest of docker man page ...
WARN => Pulling and running the image to retrieve the version. This will take a while...
ERROR => Failed:
× Failed to list images
╰─ sudo bluebuild -V
BlueBuild 0.9.6
╰─ sudo docker -v
Docker version 27.3.1, build ce1223035a
The text was updated successfully, but these errors were encountered:
Ok, looks like the error is around docker buildx. I'll have to add an extra check to make sure that is available before trying to run builds with docker.
Tested with version 0.9.8. It fixed it...it now stops right at the start with the info that I am missing buildx :) my bad, did not realized/know I need that. After installing buildx with docker it works flawlessly. Thanks!
I have issue generating ISO on my host machine (Manjaro) using bluebuild cli (same issue with 0.9.3 and 0.9.6).
When using bluebuild from VM via custom blue build image, it works as expected (so the recipe is ok).
Not sure if it is issue with bluebuild cli or docker one.
The error (-vv output.log:
The text was updated successfully, but these errors were encountered: