Unable to access ghcr.io/cross-rs images #1212
-
I'm not great with Docker, I only use it in anger so I might be doing something stupid here but even following the getting started tutorial I'm getting some sort of authorization error from the container registry:
I see in #691 there's a suggestion to use the
What am I doing wrong here? It does seem to exist at https://github.com/cross-rs/cross/pkgs/container/aarch64-unknown-linux-gnu/68145119?tag=latest EDIT: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems like you've previously authed docker with ghcr and that token has expired. the images on dockerhub are old and are not updated anymore |
Beta Was this translation helpful? Give feedback.
Seems like you've previously authed docker with ghcr and that token has expired.
See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic
the images on dockerhub are old and are not updated anymore