いなうらゆうま ( 稲浦悠馬 )
いなうらゆうま ( 稲浦悠馬 )
@blueyed @skywickenden thank answers and sorry late reply mine...! 🙌 it was so helpful.
- I needs wait-for-it sh script changing - maybe it is bad if statement judge busybox # how to resolve ? - change if statement - ah maybe it is...
- A Trouble log I found - probably same trouble as other people # e.g A docker image xueshanf/awscli - WAITFORIT_TIMEOUT_PATH has `/bin/busybox` - But timeout command does not have...
directly change wait-for-it.sh ```diff # check to see if timeout is from busybox? WAITFORIT_TIMEOUT_PATH=$(type -p timeout) WAITFORIT_TIMEOUT_PATH=$(realpath $WAITFORIT_TIMEOUT_PATH 2>/dev/null || readlink -f $WAITFORIT_TIMEOUT_PATH) if [[ $WAITFORIT_TIMEOUT_PATH =~ "busybox" ]]; then...