I was creating scripts that parse a REST API with jq. I was wondering if it was possible to include jq in the default docker image, since its a fairly standard tool to parse json in bash scripts.
Obviously, I can build my own image, but perhaps more people could profit / save time if some common standard scripting tools are shipped with a docker image.
Thank you in advance for creating and maintaining this project :)
Hey!
I was creating scripts that parse a REST API with
jq
. I was wondering if it was possible to includejq
in the default docker image, since its a fairly standard tool to parse json in bash scripts.Obviously, I can build my own image, but perhaps more people could profit / save time if some common standard scripting tools are shipped with a docker image.
Thank you in advance for creating and maintaining this project :)