Hello @t-bast! sorry to disturb you again.
i tried your solution to fix tendermint 0.18.0 issue but i got that error message when i tried to create indigo process.
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/usr/bin/tendermint\": permission denied": unknown.
This is what i done:
1- get tendermint docker repository here : https://github.com/tendermint/tendermint/tree/master/DOCKER
2- get tendermint 0.18.0 binary here https://github.com/tendermint/tendermint/releases/download/v0.18.0-autodraft/tendermint_0.18.0_linux_amd64.zip and copied at root of DOCKER repository
3- at root of DOCKER repository run this command sudo docker build -t tendermint . and this sudo docker tag tendermint tendermint/tendermint:0.18.0
4- run this command sudo docker image ls to check if i have correctly created tendermint 0.18.0 image. I got this output
REPOSITORY TAG IMAGE ID CREATED SIZE
tendermint latest 5144420b518a 32 minutes ago 38.9MB
tendermint/tendermint 0.18.0 5144420b518a 32 minutes ago 38.9MB
alpine 3.7 3fd9065eaf02 4 months ago 4.15MB
But after when i tried to create my indigo process i got error below.
Can you tell me what i done wrong ? Sorry i'm not docker expert :(