forcedotcom/salesforcedx-docker

Make JQ part of this image

rsoesemann opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
While working on our internal Bitbucket / SFDX CD (details here https://salesforce.stackexchange.com/q/293629/256) we stumbled over the need for JQ in the shellscripts that we call from the Pipeline. As JQ is not part of the standard salesforce docker image we have to install it on ever pipeline run. This makes it really slow and increases our costs for minutes on Bitbucket.

Describe the solution you'd like
If standard tools like JQ would be part of the image we could be more efficient.

Describe alternatives you've considered
Described above

@rsoesemann - See #8 (comment)

There should be two tags. Is the full tag not working for you?

For JQ use this tag: salesforce/salesforcedx:latest-full

Per the other comments, use the full tag and jq is present.