blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
22 stars 26 forks source link

fix(default-flatpaks): Fail to set or modify any repo #149

Closed fiftydinar closed 4 months ago

fiftydinar commented 4 months ago

This also affects installing flatpaks, as repo is detected as "null" without this fix.

This happens on new templates because yq binary is not installed. Download & copy yq binary if it's not available to fix this.

I am testing this in the moment, that's why it's in draft.

fiftydinar commented 4 months ago

Hmm, in containerfile it detects yq as installed in /usr/bin.

But it's not installed in the built image afterwards.

I wonder what's going on here.

I suspect it's because bind-mount is used for yq in BlueBuild CLI.

fiftydinar commented 4 months ago

This issue is going to be solved in BlueBuild CLI, so I will close this issue.