#101 Revert "F42: use subvariant with bootc containers"
Merged by pbrobinson. Opened by pwhalen.
fedora-iot/ pwhalen/pungi-iot revert-subvariant2  into  main

Download 101.patch

This reverts commit 71f65004d89abd08ff5674d85370363332130f7c.

The subvariant option is not currently valid for an ostree_container, error:

Failed validation in ostree_container.^bootc$: {'version': '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN', 'config_url': 'https://pagure.io/fedora-iot/base-images', 'config_branch': 'main', 'treefile': 'fedora-bootc.yaml', 'repo': ['https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/'], 'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x'], 'failable': ['*'], 'subvariant': 'bootc'} is not valid under any of the given schemas
    Possible reason: Additional properties are not allowed ('subvariant' was unexpected)

Pull-Request has been merged by pbrobinson

ugh, the code definitely looks for one to some extent, but I'm guessing this path has never been used or tested :/ I remember that validation stuff, I'll take a look at it later.

https://pagure.io/pungi/pull-request/1789

Metadata