KHanich
KHanich
So, from what I got from this Pull Request, is that it (EDIT: webfinger) is only used when an app registers to do something with it. Good to know, but...
Would be nice to know how this error wasn't caught by building it locally, but whatever.
Ok, I have no idea what the problem with this error is. It's calling "podman images" that fails, but it works on my machine for some reason.
> One quick question: other than the discussion on the original [issue](https://github.com/containers/toolbox/issues/1397), did you see the discussion on the previously attempted [pull request](https://github.com/containers/toolbox/pull/1401)? Yes, I did. On the one hand,...
On a different note, could it be that podman can't pull something in the tests? Because that would explain the failures...
I think I finally figured out what fails. podman build fails thanks to SELinux... To be exact, podman outputs at step 6 (`RUN rm /etc/rpm/macros.image-language-conf`): `/bin/sh: error while loading shared...
Don't approve of it yet, please.
Ok, so, there is still one problem here with the build pipeline: Since bats create a temporary image repository under a tmpdir which are labeled with e.g. `unconfined_u:object_r:cache_home_t:s0` which SELinux...
> One thing that might be worth checking is whether your account's membership in a particular group is translated into a toolbx. If not, then we probably have a bug...
To add to this, being able to tell toolbox to "update all toolboxes" would be quite a nice QoL. Obviously, the image would need to specify how to do this,...