Dusty Mabe
Dusty Mabe
This particular OS Extensions example is useful because we did change the default text editor (as Fedora did) to `nano` and so we can point people at this when they...
> _maybe_ restricting repositories where the OS provider ships code, to be signed by keys from that OS provider That's what we do today. We (the OS provider being Fedora/Red...
Thanks for the discussion.
added a comment to the issue but linking it here: https://github.com/containers/podman/issues/21873#issuecomment-2025643611
Provide shims for well-known binaries, which can only run on the host, inside the toolbox containers
I build a derivative toolbox `FROM registry.fedoraproject.org/f31/fedora-toolbox:31`. In this derivative toolbox I solved this problem by creating a `host-runner` script in `/usr/local/bin/host-runner` ``` $ cat /usr/local/bin/host-runner #!/bin/bash executable=$(basename $0) set...
> Thanks for narrowing it down to those _working_ and _broken_ versions. No problem :) - It's worth noting those were just two data points. I don't know exactly when...
Right, but what we need is for the owner of the tty device on the host to be the user who started `toolbox`. For example, to fix this problem right...
I'm not sure if this can be done inside the container or if it needs to be done as part of container setup (i.e. `podman`). I can't do the `sudo...
@heyakyra, I'm not sure that's a sufficient workaround for the problem I experience. My gpg agent is always run from outside of `toolbox`. The problem I have is that when...
Since this ticket touches on friction related to moving from fedmsg followers might find the RFE I just made in https://github.com/fedora-infra/fedora-messaging/issues/173 interesting.