Tutor v 12.1.7 Issue. Openedx-mfe:12.1.0 not found on docker hub

I just updated from an old version of tutor to 12.1.7 and created an EDX instance on K8s, but it stuck on Imagepullbackoff for the MFE container.

failed to pull image “docker.io/overhangio/openedx-mfe:12.1.0”: rpc error: code = Unknown desc = Error response from daemon: manifest for overhangio/openedx-mfe:12.1.0 not found: manifest unknown: manifest unknown.

looks like you forgot to push the image or somehow your automation pipeline failed.

1 Like

Same for previous tutor version 12.1.6.

1 Like

MFE images are not pushed to docker.io because they include user-specific configuration. You are supposed to build the images yourself, and push them to your own private registry as documented here: GitHub - overhangio/tutor-mfe

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.