BUG - Ostree container and its extracted commit
oglok opened this issue · 1 comments
oglok commented
When you create an image of type edge-container, the Ansible collection will expose the container artifact (.tar) in the http server located in the building host like:
$build_host_IP/$blueprint_name/images/$version/*.tar
In addition to this, a kickstart file and a repo directory appears under the blueprint name, expecting to be an ostree commit that is deployable during the anaconda install, or that could be used to upgrade a running device.
The ostree commit cannot be used for any of these purposes. It fails during installation time or it's not recognized as an upgrade:
matoval commented
PR merged to fix this issue.