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
I'm seeing the following errors w/podman 4.9.4 and conman 2.0.29 with alpine containers.
Alpine containers of course use busybox/sh, and bash isn't expected to exist
Jan 8 17:10:23 container-1234 conmon[3739387]: conmon f7d4b97d5f3a400eca1d : runtime stderr: executable file bash not found in $PATH: No such file or directory
Jan 8 17:10:23 container-1234 conmon[3739387]: conmon f7d4b97d5f3a400eca1d : Failed to create container: exit status 255
Might be related to the following in the southalc-podman puppet module?
podman/.devcontainer/devcontainer.json
// Set default container specific settings.json values on container create. "settings": { "terminal.integrated.shell.linux": "/bin/bash" },
The text was updated successfully, but these errors were encountered:
podman 4.9.4
conmon 2.0.29
I'm seeing the following errors w/podman 4.9.4 and conman 2.0.29 with alpine containers.
Alpine containers of course use busybox/sh, and bash isn't expected to exist
Jan 8 17:10:23 container-1234 conmon[3739387]: conmon f7d4b97d5f3a400eca1d : runtime stderr: executable file bash not found in $PATH: No such file or directory
Jan 8 17:10:23 container-1234 conmon[3739387]: conmon f7d4b97d5f3a400eca1d : Failed to create container: exit status 255
Might be related to the following in the southalc-podman puppet module?
podman/.devcontainer/devcontainer.json
// Set default container specific settings.json values on container create. "settings": { "terminal.integrated.shell.linux": "/bin/bash" },
The text was updated successfully, but these errors were encountered: