Can't setup the project using staging deployment file

M.abdallah
M.abdallah Posts: 16 🧑🏻‍🚀 - Cadet

I need to run the project using a staging configuration

But I'm getting this error

Note: I'm using Apple M1

[internal] load metadata for docker.io/library/spryker-cloud_base_frontend:1.0:

Dockerfile:1

1 | >>> # syntax = docker/dockerfile:experimental
2 | ARG SPRYKER_PARENT_IMAGE
3 | ARG SPRYKER_ASSETS_BUILDER_IMAGE

ERROR: failed to solve: was unable to resolve source metadata for docker.io/library/spryker-cloud_base_frontend:1.0: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

Answers

  • profuel
    profuel Sprykee Posts: 55 🪐 - Explorer

    I'll invite Cloud Engineer to the thread as well, but the thing is - non-local environments cannot be built locally, since they are relying on the AWS infrastructure, including the components provided there.

    Could you please explain why you want to deploy staging environment locally?