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
Describe the bug
toolbox seems to resolve the final target of /etc/resolv.conf when creating the image. This is causing a set of weird side-effects
If /etc/resolv.conf is a real file when creating toolbox and is changed to point to /run/systemd/resolve/stub-resolv.conf after creating toolbox, there will be a broken symlink chain /etc/resolv.conf -> /run/host/etc/resolv.conf -> /run/systemd/resolve/stub-resolv.conf (this should be fixed through Also bind mount systemd-resolved /run directories #707)
If /etc/resolv.conf points to /run/systemd/resolve/stub-resolv.conf and it's change to /run/systemd/resolve/resolv.conf, the change is not reflected inside toolbox at all
Describe the bug
toolbox seems to resolve the final target of /etc/resolv.conf when creating the image. This is causing a set of weird side-effects
Steps how to reproduce the behaviour
Expected behaviour
Step 3 outputs /run/host/etc/resolv.conf, step 7 outputs /run/systemd/resolv/stub-resolv.conf
Actual behaviour
Step 3 outputs /run/host/etc/resolv.conf, step 7 outputs nothing because /etc/resolv.conf is now a symlink to a broken symlink
Output of
toolbox --version(v0.0.90+)toolbox version 0.0.99.1Toolbox package info (
rpm -q toolbox)toolbox-0.0.99.1-1.fc34.x86_64Output of
podman versionPodman package info (
rpm -q podman)podman-3.0.1-1.fc34.x86_64Info about your OS
Fedora SIlverblue 34