-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Push Docker images somewhere #726
Comments
@jswny yeah, I'd be willing to consider that if you can provide a working setup with GitHub actions or an update to the CircleCI jobs. |
I have created my self-hosted Jenkins pipeline to periodically scan this repo for changes, build and publish to docker hub: ARM and x64 images should be available. I was only able to test x64. This is NOT official and won't be supported by @jacebrowning, but I'll try to help if I can. |
Hey @jacebrowning, Just wondering if you're still interested in a solution to this? I'm looking for issues to work on for Hacktoberfest and wouldn't mind trying to setup GH Actions to publish an image to the GH container registry, but I realise this has been sidelined for over a year now. Is that still the brief? Cheers, |
Would it be possible to push the Docker images for this repo somewhere? Since it's a public repo GitHub container registry would host them for free.
Since this project provides an API which I assume many others like myself want to bundle/deploy with a different application, the easiest way to do so would be to include the Docker image in a deployment. However, that's not possible currently since you'd have to build the image yourself, maybe using a submodule to pull down the code locally and then building it in CI and pushing it yourself.
If necessary I may have time to write the GitHub actions config required to do it.
The text was updated successfully, but these errors were encountered: