jsontypedef / json-typedef-docker

0 stars 1 forks source link

Latest version not in dockerhub #1

Open rbell-mfj opened 2 years ago

rbell-mfj commented 2 years ago

Hi! I've been using jtd-codegen v0.4.1 installed locally and would like to be able to run the same via a Docker image. However, the newest tag currently published on dockerhub is v0.1.6.

Would it be possible to update?

Thanks!

stephenpmurray commented 3 weeks ago

I'm sure that you're aware, but I got around this by cloning this repo and building the image myself:

podman build -t your_tag_here --build-arg version=v0.4.1 ./jtd-codegen

you can then go ahead and push this to whatever oci registry you fancy