ci: publish the indigo variant of the mfe image - #324
Merged
Conversation
Enabling tutor-indigo renames the MFE image, so a platform running indigo pulls openedx-mfe:<version>-indigo. That image was only ever pushed by tutor-indigo's own pipeline, which installs tutor-mfe from PyPI, so it existed only for whichever tutor-mfe version was released at the time. Our v21.0.1 release happened two hours after tutor-indigo v21.2.1 pushed 21.0.0-indigo, leaving openedx-mfe:21.0.1-indigo built by nothing, and every indigo platform on the v21 line unable to start its MFEs. $TUTOR_INDIGO_IMAGES makes our own pipeline push the indigo variant alongside the plain one, the way tutor's pipeline has always done for the openedx image. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enabling tutor-indigo renames the MFE image, so a platform running indigo pulls
openedx-mfe:<version>-indigo. That image was only ever pushed by tutor-indigo's own pipeline, which installs tutor-mfe from PyPI, so it existed only for whichever tutor-mfe version happened to be released at the time.The v21 line shows the failure mode:
2026-08-04 09:38tutor-indigo v21.2.1 pushesopenedx-mfe:21.0.0-indigo, tutor-mfe on PyPI still being 21.0.02026-08-04 11:59tutor-mfe v21.0.1 pushesopenedx-mfe:21.0.1, with no indigo variantmanifest for overhangio/openedx-mfe:21.0.1-indigo not found$TUTOR_INDIGO_IMAGES(added in community/tutor-ci) makes our own pipeline build and push the indigo variant alongside the plain one, the way tutor's pipeline has always done for the openedx image. Onlymfeis listed: it is the sole image here that indigo renames, since the dev images are named fromMFE_DOCKER_IMAGE_DEV_PREFIX, which indigo leaves alone.Note this is inert until tutor-indigo has a release on the same major line. On v22 the pass logs
No tutor-indigo release for v22: skipping indigo imagesand succeeds; it starts publishing once tutor-indigo 22.x exists.🤖 Generated with Claude Code