Skip to content

make-container-image: Add FORCE_MW_VERSION support

Ahmon Dancy requested to merge main-Ic9799645fa0547b715efe48631ae788a4c9d436f into main

When environment variable FORCE_MW_VERSION is set when building
mediawiki container images, only the mediawiki version specified in
the variable will be added to the image, and the FORCE_MW_VERSION
environment variable will be set in the image (to be later used by
https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1053752
and its followup
https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1056004
which finalized on the variable name across codebases).

Bug: T369115

Merge request reports