Created
October 17, 2025 15:31
-
-
Save antoviaque/1c33fe8b6cc5b06d9db754d26c73d25c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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