-
Notifications
You must be signed in to change notification settings - Fork 717
Pre-reqs for docker use: image is public, so docker pull errors likely mean expired token #282
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the prerequisites section in the README to include instructions for logging into GitHub Container Registry (ghcr.io) for Docker users.
- Updated the Docker prerequisites to mention ghcr.io authentication.
- Added a direct link to the GitHub documentation on authenticating with a personal access token.
Huh, is this correct? @juruen you validated that anonymous docker pull should just work right? I've also added this to other machines and scripts and had it pull without authentication. I'm wondering what issue you are experiencing here. |
@SamMorrowDrums Yup. I validated it in two ways:
See #192 (comment) A @ismith could you try this:
|
@ismith if #282 (comment) is correct, could you update this PR to the effect of "the image is public, so if you're getting errors, it's probably because your token is expired" |
Gentle nudge @ismith. |
To pull the image, you need docker to be logged in to ghcr.io; this PR links in the README to instructions for doing that.