I have just started getting the following kind of errors with various images:
docker run -it elasticsearch
> error: exec: "elasticsearch": executable file not found in $PATH
docker run -it kibana
> error: exec: "tini": executable file not found in $PATH
If I run the exact same commands from a different host they work fine, with the same exact image. So I am led to believe that there is a problem on this particular host and not the images themselves
I have even rolled back to versions of the images used at a time when it worked and still get the same error. I have no idea why these errors have started happening.