What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi guys, trying to install b2b-spryker project. Following error occurs on step `docker/sdk up`: ```=

U019JM2HE7N
U019JM2HE7N Posts: 61 🧑🏻‍🚀 - Cadet

Hi guys, trying to install b2b-spryker project. Following error occurs on step docker/sdk up:

=> [internal] load metadata for [docker.io/library/spryker_b2b_dev_app:dev](http://docker.io/library/spryker_b2b_dev_app:dev)                                                                                                                                                               0.0s
 => [stage-0 1/9] FROM [docker.io/library/spryker_b2b_dev_app:dev](http://docker.io/library/spryker_b2b_dev_app:dev)                                                                                                                                                                         0.0s
 => [internal] load build context                                                                                                                                                                                                        0.0s
 => => transferring context: 2.55kB                                                                                                                                                                                                      0.0s
 => CACHED [stage-0 2/9] RUN --mount=type=cache,id=aptlib,sharing=locked,target=/var/lib/apt     --mount=type=cache,id=aptcache,sharing=locked,target=/var/cache/apt   bash -c 'if [ ! -z "$(which apt)" ]; then apt-get update && apt-  0.0s
 => CANCELED [stage-0 3/9] RUN --mount=type=cache,id=apk,sharing=locked,target=/var/cache/apk mkdir -p /etc/apk && ln -vsf /var/cache/apk /etc/apk/cache &&   bash -c 'if [ ! -z "$(which apk)" ]; then apk update && apk add      supe  0.2s
 => CACHED [stage-0 4/9] RUN /usr/bin/install -d -m 777 /var/run/opcache/debug                                                                                                                                                           0.0s
 => CACHED [stage-0 5/9] COPY php/debug/etc/ /usr/local/etc/                                                                                                                                                                             0.0s
 => CACHED [stage-0 6/9] COPY php/debug/supervisord.conf /etc/supervisor/supervisord.conf                                                                                                                                                0.0s
 => CACHED [stage-0 7/9] RUN mkdir -p /var/log/supervisor                                                                                                                                                                                0.0s
 => ERROR [stage-0 8/9] COPY nginx/ssl/ca.crt /usr/local/share/ca-certificates                                                                                                                                                           0.0s
------


  [stage-0 8/9] COPY nginx/ssl/ca.crt /usr/local/share/ca-certificates:


------
failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to build LLB: failed to compute cache key: "/nginx/ssl/ca.crt" not found: not found

Does anyone have the same issus? Thank you in advance

Comments

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet
    edited August 2020

    Please, check certificates are in docker/deployment/default/context/nginx/ssl.

    If not, look into docker/sdk bootstrap -v output.