-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Milestone
Description
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?
Hubbitus, iamazeem, Eyjafjallajokull and triarius