mCaptcha
mCaptcha copied to clipboard
Add curl in the image
Would it be possible to include curl in the image ?
The goal is to have a healthcheck like curl -f http://localhost:7000/api/v1/meta/health
Meanwhile, we can use bash -c 'exec 5<>/dev/tcp/127.0.0.1/7000 && echo -e "GET /api/v1/meta/health HTTP/1.1\n\n" >&5 && cat <&5 | head -n 1 | grep 200'