Running an edx-platform fork from a local repository

Take a look at the Dockerfile to see how the openedx image is being created.

You can see how the git clone command runs and how the variables EDX_PLATFORM_REPOSITORY and EDX_PLATFORM_VERSION are used.

This refers to the building process being designed specifically for that version.
You can check the history for this file to find the Tutor version that matches your edx-platform version.

You should also be careful about these patch lines in the Dockerfile if you are working from an edx-platform fork since the build will fail it cannot apply the cherry-pick.

2 Likes