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

Latest version not in dockerhub #1

Open
rbell-mfj opened this issue Mar 28, 2022 · 1 comment
Open

Latest version not in dockerhub #1

rbell-mfj opened this issue Mar 28, 2022 · 1 comment

Comments

@rbell-mfj
Copy link

rbell-mfj commented Mar 28, 2022

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
Copy link

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

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

No branches or pull requests

2 participants