Where in the recipe do I query post installs?
I have a swap I want to do with dnf yet I cant seem to get it swapped because it doesnt exist yet when I run it
where in the recipe.yml would I place a script for after its installed?
7 Replies
The modules in a recipe file are executed from top to bottom
You can see the resulting
Containerfile
by running bluebuild generate recipe/path/to/recipe.yml
right I have it at the very bottom to query it last after terra is already installed so I can swap terra package with copr package instead. while thats building on my last attempt is there a better way to query latest of bluefin-hwe? latest tag of image-version seems to cause to query for upwards of 6 minutes before getting the image version
I have this
That 6 minutes is because the bluefin image doesn't set the version label properly so we have to pull the image and run it to find the version
How can I fix that you think?
You can't, that's on upstream to change it. I've put in issues about it before for other images but they don't keep it consistent
Ah okay was only wondering since bazzite doesn't have this issueb
Yeah. The most that can be done is create an issue for them