containers / containers/toolbox

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

Open
#1,603 0 comments 0 reactions 0 assignees View on GitHub
1. Bug
Dominant language
Go
Stars
3.5k
Forks
262
Avg merge
3d 1h
Merged PRs (30d)
1

Description

**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

Contributor guide

Open the contributing guide

Research direction

Start by inspecting how the fedora-toolbox:41 image establishes its default environment, then run `podman run --rm quay.io/fedora/fedora-toolbox:41 env` and compare PATH with the Fedora 41 Silverblue host. Done means the image's default PATH matches `/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin` before `.bash_profile` and `.bashrc` customizations.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.