overhangio / tutor-ecommerce

Ecommerce plugin for Tutor
GNU Affero General Public License v3.0
17 stars 50 forks source link

feat: upgrade to palm #41

Closed Faraz32123 closed 1 year ago

Faraz32123 commented 1 year ago

v16.0.0

regisb commented 1 year ago

When I attempt to build all images, the command fails with the following error:

$ tutor images build all
...
Building image docker.io/overhangio/openedx-orders-dev:16.0.0
docker buildx build --tag=docker.io/overhangio/openedx-orders-dev:16.0.0 --output=type=docker --target=orders-dev --cache-from=type=registry,ref=docker.io/overhangio/openedx-orders-dev:16.0.0-cache /home/tutor/.local/share/tutor/env/plugins/mfe/build/mfe
[+] Building 0.0s (2/2) FINISHED                                                                                                                                                                           
 => [internal] load build definition from Dockerfile                                                                                                                                                  0.0s
 => => transferring dockerfile: 16.73kB                                                                                                                                                               0.0s
 => [internal] load .dockerignore                                                                                                                                                                     0.0s
 => => transferring context: 2B                                                                                                                                                                       0.0s
ERROR: failed to solve: target stage orders-dev could not be found
Error: Command failed with status 1: docker buildx build --tag=docker.io/overhangio/openedx-orders-dev:16.0.0 --output=type=docker --target=orders-dev --cache-from=type=registry,ref=docker.io/overhangio/openedx-orders-dev:16.0.0-cache /home/tutor/.local/share/tutor/env/plugins/mfe/build/mfe

Can you please investigate?

Faraz32123 commented 1 year ago

Sure thing, I can investigate.

regisb commented 1 year ago

It looks like this plugin is broken when we upgrade to node 18... https://github.com/openedx/wg-build-test-release/issues/261#issuecomment-1584746372

regisb commented 1 year ago

Merging to palm, let's discuss there.