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 current main, I am unable to enter containers due to fish: command substitutions not allowed here.
To Reproduce
$ git show -s --format=%H
5201a2d2e547bf1fe6a89cfdbe29274096b95be8
$ ./distrobox create -i ghcr.io/nathanchance/dev/arch -n dev-arch-test
Creating 'dev-arch-test' using image ghcr.io/nathanchance/dev/arch [ OK ]
Distrobox 'dev-arch-test' successfully created.
To enter, run:
distrobox enter dev-arch-test
$ ./distrobox enter dev-arch-test
Starting container... [ OK ]
Installing basic packages... [ OK ]
Setting up devpts mounts... [ OK ]
Setting up read-only mounts... [ OK ]
Setting up read-write mounts... [ OK ]
Setting up host's sockets integration... [ OK ]
Integrating host's themes, icons, fonts... [ OK ]
Setting up package manager exceptions... [ OK ]
Setting up rpm exceptions... [ OK ]
Setting up dpkg exceptions... [ OK ]
Setting up pacman exceptions... [ OK ]
Setting up pacman hooks... [ OK ]
Setting up distrobox profile... [ OK ]
Setting up sudo... [ OK ]
Setting up groups... [ OK ]
Setting up users... [ OK ]
Setting up skel... [ OK ]
Container Setup Complete!
fish: command substitutions not allowed here
$(getent passwd nathan | cut -f 7 -d :) -l
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
Expected behavior
I expect to be able to enter the container.
Logs
I am not sure my environment variables are sanitized, so I'd rather not upload the logs. If this is not easily reproducible, I can look at scrubbing them.
Desktop (please complete the following information):
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
On current
main
, I am unable to enter containers due tofish: command substitutions not allowed here
.To Reproduce
Expected behavior
I expect to be able to enter the container.
Logs
I am not sure my environment variables are sanitized, so I'd rather not upload the logs. If this is not easily reproducible, I can look at scrubbing them.
Desktop (please complete the following information):
podman
4.9.2
git
The text was updated successfully, but these errors were encountered: