openfun / openedx-docker

:whale: A best practice Docker image of Open edX
https://hub.docker.com/r/fundocker/edxapp
GNU Affero General Public License v3.0
129 stars 75 forks source link

Failed to solve: failed to compute cache key: failed to calculate checksum of ref #328

Closed iamdylanngo closed 1 year ago

iamdylanngo commented 1 year ago

Expected Behavior

Can not run completed bootstrap command.

Actual Behavior

We got issues with the download library.

Steps to Reproduce

  1. make bootstrap

Specifications

[edxapp 5/8] COPY --from=downloads /downloads/edx-platform-* .:

failed to solve: failed to compute cache key: failed to calculate checksum of ref zp2wh8029gbqt1357kbr6hdhz::i1p0qru1gizriupvnxy4bzah1: "/downloads/edx-platform-open-release-ironwood.2/node_modules/edx-pattern-library/pattern-library/fonts": not found make: *** [build] Error 17

Screenshot 2023-06-16 at 3.13.04 PM

CABA1998 commented 1 year ago

I am having the same error :(

To continue with the instalation I used the whole patter instead of *, for example: COPY --from=downloads /downloads/edx-platform-eucalyptus.3-wb . for docker file in eucalyptus wb release.