owenthereal / jqplay

A playground for jq, written in Go
https://jqplay.org
MIT License
734 stars 87 forks source link

Feature request: Publish public Docker images to GHCR #139

Closed loganmarchione closed 1 year ago

loganmarchione commented 1 year ago

I'm trying to self-host jqplay in my homelab, this tool is super-valuable! I currently have it running using the included docker-compose file.

However, my dependency management tool (Renovatebot) won't pick up new versions of jqplay because there are no public container images published. Publishing a container image would increase accessibility of jqplay to users because they wouldn't need to build the container image (which can be slow). Instead, they would simply run a pre-built container image.

My request is for you to publish public Docker images of jqplay to GitHub Container Registry (GHCR). It seems to be as simple as enabling a GitHub Action, as shown here. Then, you could update the docker-compose file to point to that image, instead of using the build argument.

loganmarchione commented 1 year ago

I see you already have a GitHub Action that does this, but I'm not seeing any packages. Are they not public?

owenthereal commented 1 year ago

Yes https://github.com/owenthereal/jqplay/pkgs/container/jqplay