Error when I try to pull the latest image #155
Reference in New Issue
Block a user
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?
Hi Frederik,
I got the message from Dockhand that there is a new version available, but when I try to update I get this error:
Pull failed: Failed to pull image: {"message":"Head "https://gitea.baerentsen.space/v2/frederikbaerentsen/bricktracker/manifests/latest": no basic auth credentials"}
Is it only me?
Hmm, that's weird. What happens if you pull the images normally like
docker compose pull?I had the same message using portainer, had to log in to gitea (section registries) and message disapeared
It is a bug in the latest Gitea version (see https://github.com/go-gitea/gitea/issues/37326). I updated to the latest nightly version and it should work again.
Let me know if you still have issues!
Yes, it works again. Thanks for helping!