A small alpine-based Docker image with curl package to run some http hooks.
Tagging is based on Alpine linux image tags
docker-curl is built by Evil Martians, an American design and engineering consultancy for developer tools, AI, and cybersecurity startups.
docker pull quay.io/evl.ms/curl:3.8docker run --rm -it quay.io/evl.ms/curl:3.8 curl -v jsonip.comThis image was assembled to use with Kubernetes & Helm to run http hooks during a deployment process.
You can mount your shell script via ConfigMap volumes or simply run a bare curl cmd.