Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created October 17, 2025 15:31
Show Gist options
  • Select an option

  • Save antoviaque/1c33fe8b6cc5b06d9db754d26c73d25c to your computer and use it in GitHub Desktop.

Select an option

Save antoviaque/1c33fe8b6cc5b06d9db754d26c73d25c to your computer and use it in GitHub Desktop.
backend.dev.Dockerfile:1
--------------------
1 | >>> FROM backend-base:latest
2 | WORKDIR /app
3 |
--------------------
target backend-dev: failed to solve: backend-base:latest: failed to resolve source metadata for docker.io/library/backend-base:latest: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment