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

add GitHub container registry mirror #634

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

gdams
Copy link
Member

@gdams gdams commented Aug 15, 2024

Given the number of container users we have, it makes sense to provide a backup registry incase there is a dockerhub outage. This PR adds a GH workflow that mirrors whatever is in the upstream official image

I ran this workflow in my fork to give people an idea of what this will look like: https://github.com/gdams/containers/pkgs/container/eclipse-temurin

@karianna
Copy link
Contributor

Should add docs in our README or infra or somewhere

@gdams
Copy link
Member Author

gdams commented Aug 21, 2024

I wonder whether it might make sense to build these using bashbrew in GitHub actions rather than mirroring everything from Dockerhub. I don't know whether bashbrew can build all the arches or whether we'd need a machine for each architecture that we support. CC @tianon if you wouldn't mind pointing me in the right direction here. I did come across https://github.com/docker-library/meta/blob/subset/.github/workflows/build.yml which seems to be nearly what I'm looking for.

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

Successfully merging this pull request may close these issues.

2 participants