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
Since distroless images do not contain a shell, the InternalCommandPortListeningCheck fails when called from HostPortWaitStrategy.
Would it be possible to make this check either optional or check if the files /bin/sh and /bin/bash exist inside the container before doing the checks?
The text was updated successfully, but these errors were encountered:
I had an issue like this recently. I changed this to a health check and now it works. We did had to figure out a way to do the health check, but it works now.
Since distroless images do not contain a shell, the
InternalCommandPortListeningCheck
fails when called fromHostPortWaitStrategy
.Would it be possible to make this check either optional or check if the files
/bin/sh
and/bin/bash
exist inside the container before doing the checks?The text was updated successfully, but these errors were encountered: