Since T381728, I am unable to start mediawiki-web from docker-compose.yml using my M2 Mac:
urbanecm@wmf3345 core % docker compose up mediawiki-web [+] Building 0.0s (0/0) [+] Running 1/0 ✔ Container core-mediawiki-web-1 Created 0.0s Attaching to core-mediawiki-web-1 core-mediawiki-web-1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.31.0.8. Set the 'ServerName' directive globally to suppress this message core-mediawiki-web-1 | [Mon Dec 23 13:53:54.773460 2024] [core:emerg] [pid 14:tid 14] (95)Operation not supported: AH00023: Couldn't create the proxy mutex core-mediawiki-web-1 | [Mon Dec 23 13:53:54.776302 2024] [proxy:crit] [pid 14:tid 14] (95)Operation not supported: AH02478: failed to create proxy mutex core-mediawiki-web-1 | AH00016: Configuration Failed core-mediawiki-web-1 | Action '-D FOREGROUND' failed. core-mediawiki-web-1 | The Apache error log may have more information. core-mediawiki-web-1 exited with code 1 urbanecm@wmf3345 core %
Unfortunately, this functionally breaks my local development setup. Changing image for mediawiki-web to docker-registry.wikimedia.org/dev/buster-apache2:2.0.1 (the previous value) "fixes" the issue, but it means I'm continuing to use buster (rather than bookworm).


