I created a clone of my Lilac server to test upgrading it to Palm. I have done the following so far:
pip install --upgrade "tutor[full]"
tutor local stop
tutor config save
tutor images build all
The build all is failing with
Step 20/101 : RUN git fetch --depth=2 https://github.com/ghassanmas/edx-platform/ 91e7a0eb729f3e66587b154f5e4444dbe2414422 && git cherry-pick 91e7a0eb729f3e66587b154f5e4444dbe2414422
---> Running in 042063d5fa94
fatal: remote error: upload-pack: not our ref 91e7a0eb729f3e66587b154f5e4444dbe2414422
fatal: the remote end hung up unexpectedly
The command '/bin/sh -c git fetch --depth=2 https://github.com/ghassanmas/edx-platform/ 91e7a0eb729f3e66587b154f5e4444dbe2414422 && git cherry-pick 91e7a0eb729f3e66587b154f5e4444dbe2414422' returned a non-zero code: 128
Error: Command failed with status 128: docker build -t docker.io/overhangio/openedx:15.3.6 /home/ubuntu/.local/share/tutor/env/build/openedx
@ghassan any idea why this would be? (Since it seems to be trying to fetch something from your repository)