-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 #27125
Conversation
@MorrisJobke Do we have a GitHub bot account that we can use to reference the Secret for pulling? Ref https://docs.drone.io/pipeline/docker/syntax/images/#pulling-private-images (Currently GitHub registry requires authentication) |
Yep - there is @nextcloud-bot and @nextcloud-pr-bot. Depends on how fine granular the permission for this token can be set. I would like to have a token purely for this registry pull. I assume that selecting no scope would do that, right? |
Otherwise I would create a new account for that. |
@MorrisJobke |
What about using the shiny new GitHub container registry instead of the old Packages? https://github.blog/2020-09-01-introducing-github-container-registry/ You would not have to migrate later on and it seems to have some cool feautres even if it is still in beta phase. |
Giving that a try with nextcloud/docker-ci@a38d00c. Thanks :) |
To avoid Docker ratelimit issues. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
28ee8bb
to
ac8f614
Compare
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.
Failure unrelated
To avoid Docker ratelimit issues.
TODO: