toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

fedora/fedora-toolbox:41 image's PATH doesn't match Silverblue host

Open tenturestept opened this issue 1 year ago • 0 comments

Describe the bug

On Fedora 41 the PATH (before a user's customizations in .bash_profile and .bashrc) is /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin. In the fedora-toolbox-41 image, the PATH has two extra entries: /bin and /sbin.

Steps how to reproduce the behaviour

Do podman run --rm quay.io/fedora/fedora-toolbox:41 env. Compare with echo $PATH on the host.

Expected behaviour

PATH matches the default for Fedora 41 Silverblue.

Actual behaviour

PATH does not match the default for Fedora 41 Silverblue

tenturestept avatar Dec 29 '24 17:12 tenturestept