Currently, the mwscript wrapper that is called by all mw-cron jobs lives in the production-images repo
This means that every change to it requires:
- A rebuild of the php-fpm base images
- A scap run with full rebuild
This process takes between 30 minutes to an hour, and is extremely cumbersome.
- Move the script to puppet
- Have puppet write the script somewhere build-images.py has access to
- Copy the script and create the symlinks on build from the mediawiki-cli Dockerfile