blue-build / cli

BlueBuild's command line program that builds custom Fedora Atomic images based on your recipe.yml
https://blue-build.org/
Apache License 2.0
71 stars 8 forks source link

feat: Update ostree labels before pushing images #188

Open gmpinder opened 4 months ago

gmpinder commented 4 months ago

In order to better support the development of https://github.com/blue-build/modules/issues/241, we will need to be able to pull information about the image's ostree state. This would require querying ostree inside the image itself. Since this is something that would have to be done after the image is built, a change in the general workflow will have to be made to grab that information.