mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #40] anonymous pull of docker image doesn't work #38
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @locnide on GitHub (Mar 27, 2021).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/40
The README.md mentions an image available on the github package docker registry
However, when I try to pull this image, I have an
unauthorizederror.Maybe this issue is linked to the introduction of the github container registry that seems to replace the github packages docker registry.
I couldn't find information about the possibility of anonymously pull images on the github package docker registry (the one currently in use in this repo?)
@agrinman commented on GitHub (Apr 18, 2021):
https://docs.github.com/en/packages/guides/configuring-docker-for-use-with-github-packages#about-docker-and-github-packages
@locnide commented on GitHub (Apr 18, 2021):
Thank you for your answer but I read the documentation already and know that it works when you login to the github package docker registry.
My issue was about providing the docker image for download without having to login, as users may expect the image advertised in the readme to be available without log in.
The use case is self-hosted deployment, where you may not want to manage github tokens to login to github package docker registry.