Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conmon bash not found in $PATH stderr with podman and alpine containers #95

Open
slvr32 opened this issue Jan 13, 2025 · 0 comments
Open

Comments

@slvr32
Copy link

slvr32 commented Jan 13, 2025

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" },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant