Error response from daemon: manifest for overhangio/openedx-mfe:16.1.3-nightly not found

Hi Everyone,

I am reaching out to inquire about an issue I encountered while running tutor dev launch. I received the following error message: “Error response from daemon: manifest for overhangio/openedx-mfe:16.1.3-nightly not found.” while following this doc (Quick Start: First Open edX Pull Request — Latest documentation)

Upon checking Docker Hub (https://hub.docker.com/r/overhangio/openedx-mfe/tags), I discovered that the repository for overhangio/openedx-mfe:16.1.3-nightly is not available.

What steps should I take to address this? Should I wait for the MFE repository to become available, and if so, when?

Any assistence is greatly appreciated. Thank you.

Hi! What I usually do is:

tutor images build mfe

And then launch. Could you try that?

Image should be automatically built in nightly, but it’s not, so it’s a bug. Here’s the fix: fix: auto-build mfe image in nightly by regisb · Pull Request #175 · overhangio/tutor-mfe · GitHub

In the meantime, you should build the image manually, just like Maria suggested.

Thank you for your responses. I successfully downloaded all the images when I ran tutor dev launch with the master branch, not the nightly. However, I am now encountering another problem: “Host ‘172.18.0.9’ is not allowed to connect to this MySQL server.” Therefore, I believe this discussion ends here.