Skip to content

Use docker images from GitHub Package Registry #25235

Answered by nightlark
peaceiris asked this question in Actions
Discussion options

You must be logged in to vote

The GitHub Container Registry announced today looks like their answer to this issue. It allows anonymous read access and it looks like it could provide more control for managing packages, though it’s accessed by a ghcr.io/<user_or_org_name> address.

The other downside is that it looks like a personal access token needs to be created to push to a GitHub org/user-level container repository so a GITHUB_TOKEN with GitHub repository scope isn’t enough, but at least now everything can live on GitHub instead of needing a separate Docker Hub account.

Some useful docs pages about GHCR:
About GHCR
Migrating to GHCR

Replies: 16 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
1 reply
@lestephane
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Packages Host your dependencies, libraries, and production-ready code, right from your repository Question