I've just installed Lagoon and attempted to build this project per the instructions in the readme file. However, the "docker-compose build" step is failing with the following error messages:
=> [drupal-decoupled-app_frontend internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CANCELED [drupal-decoupled-app internal] load metadata for docker.io/amazeeio/php:7.1-cli-drupal 0.7s
=> CANCELED [drupal-decoupled-app_nginx internal] load metadata for docker.io/amazeeio/nginx-drupal:latest 0.6s
=> ERROR [drupal-decoupled-app_php internal] load metadata for docker.io/library/drupal-decoupled-app:latest 0.6s
=> CANCELED [drupal-decoupled-app_php internal] load metadata for docker.io/amazeeio/php:7.1-fpm 0.6s
=> CANCELED [drupal-decoupled-app_frontend internal] load metadata for docker.io/amazeeio/node:8 0.6s
=> CANCELED [drupal-decoupled-app_frontend internal] load metadata for docker.io/amazeeio/node:8-builder 0.6s
------
> [drupal-decoupled-app_php internal] load metadata for docker.io/library/drupal-decoupled-app:latest:
------
failed to solve: rpc error: code = Unknown desc = 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
Has something changed or am I missing a setup step somewhere?
My setup steps have been (after cloning this git repo):
I've just installed Lagoon and attempted to build this project per the instructions in the readme file. However, the "docker-compose build" step is failing with the following error messages:
Has something changed or am I missing a setup step somewhere?
My setup steps have been (after cloning this git repo):
Thank you.