Can you please confirm that “tutor images build mfe” works for you? I tested on 5 different machines in 3 different regions and it stopped working on all of them 2 days ago and it still doesn’t work. There was no code or config change on 4 of those machines.
Also when I run tutor dev launch for example I get this:
=> ERROR git://github.com/edx/frontend-app-ecommerce.git#open-release/quince.1 0.7s
=> [base 1/4] FROM docker.io/library/node:18.19.0-bullseye-slim@sha256:6089d97d625bc7c3510f6c3ada72b3e80e383fee52ff340fadc6eabeeaf9e889 0.0s
------
> git://github.com/edx/frontend-app-ecommerce.git#open-release/quince.1:
------
ERROR: failed to solve: failed to load cache key: repository does not contain ref open-release/quince.1, output: ""
Also, on github there is no such tag for the repo git://github.com/edx/frontend-app-ecommerce.git, actually there are no tags at all.
It works, but when I run tutor images build mfe it fails with:
ERROR: failed to solve: failed to load cache key: repository does not contain ref open-release/quince.1, output: “”
I couldn’t isolate it so easily because I have separate issue which seems to affect only me. Other git repos are not working for me when I start build but they work when I try them outside Dockerfile. Also as I said it is happening on multiple machines without me changing anything in the code base. Not sure if this ecommerce git issue could cause cascade fail of others and that error output is misleading.
This is fixed now in the ecommerce plugin as well as tags are added to the old repos so it works with the old plugin for the time being too. Thanks all!