Podman Backend problem: executable file bash
not found in $PATH
#1532
Labels
question
Further information is requested
bash
not found in $PATH
#1532
I've been using zombienet pretty successfully with the native provider for a few weeks now.
I would now like to publish a zombienet file that works with the podman backend as well. This should make it easier for newcomers to try out my code without having to compile it locally. So I've created a Tuxedo Parachain docker image. And the docker image works fine when I use it manually.
However, when I try to use it with zombienet, the process crashes pretty early on. I believe the relevant error is
executable file bash not found in $PATH
. So I guess zombienet is assuming some things about the docker image that I am not satisfying? But I'm not clear what the assumptions are.Here is my parachain dockerfile in case that helps.
And here is the complete output of the process.
The text was updated successfully, but these errors were encountered: