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