docker-nixpkgs
docker-nixpkgs copied to clipboard
Pull returns unauthorized error
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
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?
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.
I’m closing the issue since it’s working properly now. Thanks.