Skip to content

Building a bootc anaconda-iso from Fedora fails with unset vendor #421

@supakeen

Description

@supakeen

When doing:

sudo image-builder build --bootc-ref quay.io/fedora/fedora-bootc:rawhide --bootc-default-fs ext4 anaconda-iso

We seem to not set the vendor for the org.osbuild.grub2.iso stage causing the build to fail with:

Traceback (most recent call last):
File "/run/osbuild/bin/org.osbuild.grub2.iso", line 136, in <module>
    ret = main(args["tree"], args["options"])
  File "/run/osbuild/bin/org.osbuild.grub2.iso", line 70, in main
    vendor = options["vendor"]
             ~~~~~~~^^^^^^^^^^
KeyError: 'vendor'

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐞 bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions