OneLinersCommand workbench
Verified diagnostic signature

failed to authorize: failed to fetch anonymous token

Docker reached an image-resolution boundary but could not identify, authorize, or select a usable registry manifest for the requested reference. Match this output from docker, then continue with sourced, read-only checks.

Confidence
high
Platforms
linux · macos · windows
Verified
2026-07-24
Recognized output

Signature matched locally

failed to authorize: failed to fetch anonymous token

OneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.

Likely causes

What usually produces this signal

  1. Misspelled registry, repository, tag, or digest
  2. The requested tag or digest was never published or was removed
  3. Registry authentication or repository authorization failure
  4. Daemon DNS, TLS, or proxy failure on the registry path
  5. The manifest list does not contain the requested operating system or architecture
Safe next checks

Collect evidence before changing the system

01

Inspect a multi-platform container image manifest

docker buildx imagetools inspect <image>

The output matches the expected target and exits without an error.

02

List local Docker images

docker image ls

The output matches the expected target and exits without an error.

Related signals

Other output patterns from this error family