You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I like to use your 1st party images as the image in my GitLab Ci jobs to run API interactions with. I order to run JSON queries on the responses to jf * curl commands I need to either add apk install jq (waste of bandwidth to have to do this on every job) or use the full image (which is 3 GB instead of 71 MB, so even more wasteful)
Describe the solution you'd like to see
Please install jq package in the slim Docker image.
Describe alternatives you've considered
Adding apk add jq to my pipeline script
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I like to use your 1st party images as the
image
in my GitLab Ci jobs to run API interactions with. I order to run JSON queries on the responses tojf * curl
commands I need to either addapk install jq
(waste of bandwidth to have to do this on every job) or use thefull
image (which is 3 GB instead of 71 MB, so even more wasteful)Describe the solution you'd like to see
Please install
jq
package in the slim Docker image.Describe alternatives you've considered
Adding
apk add jq
to my pipeline scriptThe text was updated successfully, but these errors were encountered: