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

Use GitHub Container Registry as default registry for main image #225

Merged
merged 3 commits into from
May 30, 2024
Merged

Use GitHub Container Registry as default registry for main image #225

merged 3 commits into from
May 30, 2024

Conversation

LeoColomb
Copy link
Member

This PR is switching the default registry for Netbox image from Docker Hub (docker.io) to GitHub Container Registry (ghcr.io).

The motivations are the following:

  • GHCR is 100% free of use for egress, with almost nonexistent limits compared to Docker Hub. This helps to reduce rate limit errors of large deployments.
  • Download speed is slightly better, especially for development in the GitHub context (mainly GitHub Codespaces and GitHub Actions)
  • Container images management on GHCR is more transparent for other repositories as this one.
  • The content is the same.

RangerRick
RangerRick previously approved these changes May 30, 2024
Copy link
Contributor

@RangerRick RangerRick left a comment

Choose a reason for hiding this comment

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

Love this! Let's do it.

@RangerRick RangerRick merged commit 84b8126 into netbox-community:develop May 30, 2024
8 checks passed
@LeoColomb LeoColomb deleted the feat/ghcr branch May 30, 2024 18:06
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