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

Default to GHCR instead of DockerHub for install #5146

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

bestbeforetoday
Copy link
Member

DockerHub has imposed more restrictive image pull limits and costs for business users. GitHub Container Registry (GHCR) remains freely accessible.

This change updates the Fabric install script to use GHCR to pull Docker images, where those image versions are available. For image versions not available on GHCR, fall back to DockerHub.

Closes #5145

DockerHub has imposed more restrictive image pull limits and costs for
business users. GitHub Container Registry (GHCR) remains freely
accessible.

This change updates the Fabric install script to use GHCR to pull Docker
images, where those image versions are available. For image versions not
available on GHCR, fall back to DockerHub.

Signed-off-by: Mark S. Lewis <[email protected]>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review February 12, 2025 19:57
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner February 12, 2025 19:57
Copy link
Contributor

@denyeart denyeart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works! Thank you. Living in the 2020s!

@denyeart denyeart merged commit 0211a21 into hyperledger:main Feb 12, 2025
15 checks passed
@bestbeforetoday bestbeforetoday deleted the install-from-ghcr branch February 13, 2025 09:48
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.

Pull Docker images from GitHub Container Registry in preference to DockerHub
2 participants