clever-tools icon indicating copy to clipboard operation
clever-tools copied to clipboard

[Docker Image] Add `jq` by default

Open chmuche opened this issue 1 year ago • 4 comments

Now clever curl is official, adding jq could be great for scripting stuff.

I maintain a dummy image clevertools-jq on my private GitLab with only this inside.

FROM clevercloud/clever-tools:latest
COPY --from=ghcr.io/jqlang/jq /jq /usr/bin/jq

chmuche avatar May 03 '24 09:05 chmuche

Are you interested in contributing ?

miton18 avatar May 03 '24 13:05 miton18

Yes, I can do a PR on https://github.com/CleverCloud/clever-tools-dockerhub if you want.

I don't if there is some contributing guideline

chmuche avatar May 03 '24 15:05 chmuche

@miton18 My PR is pushed, and I have fixed a bug with clever curl too

https://github.com/CleverCloud/clever-tools-dockerhub/pull/6

chmuche avatar May 30 '24 07:05 chmuche

Hi @chmuche sorry for the late response, I test your PR, it's OK, Because this project is overwrite by the clever-tools one, I will make the PR on this one https://github.com/CleverCloud/clever-tools/tree/776e024a065e74aa49e63b9e269d809d2ad1676c/templates/dockerhub

miton18 avatar Jul 04 '24 08:07 miton18