You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
tenturestept
changed the title
fedora/fedora-toolbox:41 image's PATH doesn't match host
fedora/fedora-toolbox:41 image's PATH doesn't match Silverblue host
Dec 29, 2024
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 withecho $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
The text was updated successfully, but these errors were encountered: