This docker image is FROM appropriate/curl, and just adds
jq
and bash on top.
This docker image is to facilitate the curl-based e2e script development.
You can build this image for your project in the following way:
gcloud builds submit --tag=gcr.io/$PROJECT_ID/e2e-script-runtime .