Skip to content
New issue

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

Docker image release on Docker Hub #2377

Closed
XuehaiPan opened this issue Nov 27, 2021 · 1 comment · Fixed by #2652
Closed

Docker image release on Docker Hub #2377

XuehaiPan opened this issue Nov 27, 2021 · 1 comment · Fixed by #2652
Labels
Milestone

Comments

@XuehaiPan
Copy link

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 := $(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

Screen Shot

@userdocs
Copy link

userdocs commented Dec 14, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants