Missing Packages on GHCR
Closed this issue ยท 4 comments
I am trying to switch the image to use the new getwud
organization. I would prefer to use ghcr given docker hub's rate limiting. I updated my docker compose to use ghcr.io/getwud/wud
as stated in the quickstart.
As soon as I did this docker failed to pull the image.
Error response from daemon: Head "https://ghcr.io/v2/getwud/wud/manifests/latest": denied
And sure enough, pulling that manifest results in the following response.
{
"errors": [
{
"code": "UNAUTHORIZED",
"message": "authentication required"
}
]
}
I also checked out the packages on this repo and couldn't find any.
https://github.com/orgs/getwud/packages?repo_name=wud
Is there something simple that I'm missing or is there an issue with the package that is supposedly published to the ghcr.io registry?
I can use docker hub, would just rather not if there is an alternative.
Hi,
You're right; the packages are missing.
There must be a glitch on the CI that prevented packages to be pushed to ghcr ๐ค .
I'll take a look.
That would make sense. I can use the DockerHub image for now. I'll check back periodically for when the images are published to GitHub. Thanks for this project, it's a game changer for those who use docker a lot.
GHCR packages are back (from 7.1.1
)
=> https://github.com/orgs/getwud/packages/container/package/wud