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

Push releases to various container registries #32

Closed
jzelinskie opened this issue Aug 23, 2021 · 3 comments
Closed

Push releases to various container registries #32

jzelinskie opened this issue Aug 23, 2021 · 3 comments
Labels
area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) hint/good first issue Someone new could handle this priority/4 maybe This might get done someday

Comments

@jzelinskie
Copy link
Member

There are various registries with different retention policies for container images.
It is probably worth setting up redundant repositories to hedge against losing any images.

Potential registries:

  • Quay (already being used)
  • Docker Hub
  • GitHub
@jzelinskie jzelinskie added priority/4 maybe This might get done someday area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) labels Aug 23, 2021
@josegonzalez
Copy link

Would be cool to have this pushed automatically to Docker Hub, as that is where most folks go to by default to find docker images.

@jauderho
Copy link

jauderho commented Oct 1, 2021

Here's a first pass at having containers deployed to Docker Hub and GHCR.

Dockerfile repo is here: https://github.com/jauderho/dockerfiles/tree/main/spicedb

On the plus side, ppc64le and s390x versions are built (not tested). linux/386, linux/arm/v6 and linux/arm/v7 had build errors but I have not had a chance to figure out why yet.

@jzelinskie jzelinskie added the hint/good first issue Someone new could handle this label Oct 27, 2021
@jzelinskie
Copy link
Member Author

Fixed in #479

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) hint/good first issue Someone new could handle this priority/4 maybe This might get done someday
Projects
None yet
Development

No branches or pull requests

3 participants