docker-nixpkgs icon indicating copy to clipboard operation
docker-nixpkgs copied to clipboard

Pull returns unauthorized error

Open sephii opened this issue 2 years ago • 2 comments

Since yesterday pulls are failing with the following error:

❯ docker pull docker.nix-community.org/nixpkgs/nix-flakes
Using default tag: latest
Error response from daemon: Head "https://ghcr.io/v2/nixpkgs/nix-flakes/manifests/latest": unauthorized

sephii avatar Mar 18 '23 15:03 sephii

Pulling directly seems to work:

docker pull ghcr.io/nix-community/docker-nixpkgs/nix-flakes:latest
latest: Pulling from nix-community/docker-nixpkgs/nix-flakes
4230add52dfd: Pull complete
Digest: sha256:cf3552e283fda222017b60649a91935858be39dc2ca2b77ac1bd5007eb205302
Status: Downloaded newer image for ghcr.io/nix-community/docker-nixpkgs/nix-flakes:latest
ghcr.io/nix-community/docker-nixpkgs/nix-flakes:latest

cc @zimbatm ? some issue related to scarf?

Mic92 avatar Mar 18 '23 16:03 Mic92

I'm making some changes because Docker Hub is about to delete our org, so I redirected scarf onto ghcr.io. Unfortunately it seems like ghcr.io requires the user to be logged in to work properly. I will revert that change shortly.

zimbatm avatar Mar 18 '23 17:03 zimbatm

I’m closing the issue since it’s working properly now. Thanks.

sephii avatar Aug 07 '24 09:08 sephii