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

Pull Docker images from GitHub Container Registry in preference to DockerHub #5145

Closed
bestbeforetoday opened this issue Feb 12, 2025 · 0 comments · Fixed by #5146
Closed

Comments

@bestbeforetoday
Copy link
Member

Current Status

DockerHub has imposed more restrictive limits on image pulls, and has also raised costs for business users. This makes DockerHub a less desirable default platform from which to pull Docker images during Fabric installation. GitHub Container Registry (GHCR) remains freely available, and recent Fabric releases publish Docker images there in addition to DockerHub.

Expected

Use GHCR to pull Docker images.

Solution

Where Docker image versions are available from GHCR, the Fabric install script should pull from there. For versions that are not available from GHCR, the install script should fall back to DockerHub.

The install script should continue to honour the Docker registry override using environment variables with no change in this behaviour.

Please let us know if you plan to work on this.

Yes!

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

Successfully merging a pull request may close this issue.

1 participant