You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
Building images will fail with docker compose up -d as Docker tries to get metadata on local image.
Latest Docker Desktop (at least on Mac) will use V2 by default.
#8 [myproject_php internal] load metadata for docker.io/library/myproject-cli:latest
#8 ERROR: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
------
> [myproject_nginx internal] load metadata for docker.io/library/myproject-cli:latest:
------
failed to solve: failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
make: *** [up] Error 17
The text was updated successfully, but these errors were encountered:
yes sorry - I do not know why docker-compose needed to change this behaviour so much between 1 and 2 - it's impacted all our examples. I need to get some time to look into how to configure it properly.
Building images will fail with
docker compose up -d
as Docker tries to get metadata on local image.Latest Docker Desktop (at least on Mac) will use V2 by default.
The text was updated successfully, but these errors were encountered: