A minimal Docker image with curl, jq, and bash based on Alpine Linux.
- β Super lightweight (~5MB) β based on Alpine Linux
- β
Includes essential CLI tools:
curlβ for making HTTP requestsjqβ for processing JSONbashβ for scripting
- β Ideal for CI/CD pipelines, API interactions, and lightweight scripting
docker build -t lightweight-curl-jq-bash .
or
docker pull keymoad/lightweight-curl-jq-bash