We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for creating such a beautiful CLI tool for parsing JSON files.
I'm using jq with docker in my Makefile rather than installing it (I can't assume the end-user always has jq installed).
jq
Makefile
JQ := $(DOCKER) run -i -v "${PWD}:/workspace" -w "/workspace" stedolan/jq
I found the latest docker image on Docker Hub was updated 6 years ago. Is there any release plan for this?
https://hub.docker.com/r/stedolan/jq
The text was updated successfully, but these errors were encountered:
I was experimenting with musl cross make and i think i had some success crossbuilding jq from git master
https://github.com/userdocs/jq-crossbuild
https://github.com/userdocs/jq-crossbuild/releases/latest (51 unique targets - majority are untested)
With docker images (5MB) published from the releases.
https://hub.docker.com/repository/docker/userdocs/jq
docker run -it userdocs/jq:x86_64-linux-musl jq --version
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi, thanks for creating such a beautiful CLI tool for parsing JSON files.
I'm using
jq
with docker in myMakefile
rather than installing it (I can't assume the end-user always hasjq
installed).I found the latest docker image on Docker Hub was updated 6 years ago. Is there any release plan for this?
https://hub.docker.com/r/stedolan/jq
The text was updated successfully, but these errors were encountered: