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

Publish the Docker image to a public container registry #23

Closed
AndreMiras opened this issue Jun 27, 2023 · 1 comment
Closed

Publish the Docker image to a public container registry #23

AndreMiras opened this issue Jun 27, 2023 · 1 comment

Comments

@AndreMiras
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I want to try flood, but I'm lazy.
I wish I could simply docker run --rm paradigmxyz/flood --help.
But I don't want to git clone and build the Docker image myself.

Describe the solution you'd like
CI would push to a public container registry like the one provided by GitHub or DockerHub.

Describe alternatives you've considered
Of course I built, the image locally, it took me 3m60s and 1.6G
By the way we could leverage multistage build to make this image much much smaller.

Additional context
Thanks for providing the Dockerfile already, that was the hardest part.
By the way publishing to DockerHub can be as easy as simply pointing the DockerHub repository to this repository and it will automatically clone the code, build and publish without having to configure any CI. So rather than pushing from GitHub to DockerHub, you can pull the repo from DockerHub, this is pretty straight forward to configure

@sslivkoff
Copy link
Member

done https://github.com/paradigmxyz/flood/pkgs/container/flood

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