User Details
- User Since
- Oct 18 2023, 8:05 AM (129 w, 2 d)
- Availability
- Available
- IRC Nick
- gromit
- LDAP User
- Unknown
- MediaWiki User
- ChristianHeusel [ Global Accounts ]
Feb 4 2026
While this bug manifests in docker the file in question is not specific to the Docker deployment and should instead be modified in the upstream mediawiki codebase no?
Jan 5 2026
Dec 16 2025
The wmf images are not maintained by the docker-hub-mediawiki team.
It looks like Git tags have not yet been created for these new releases
Sep 1 2025
Jul 3 2025
Why hast this not been backported to 1.44.0?
Jul 1 2025
Is the plan to do a release 1.43.3 for this issue?
Jan 31 2025
So is there another patch release for the 1.42 series planned soon? It would be good to get this properly fixed for everyone. 😅
Jan 3 2025
So do we already have a proper fix in sight? To me it seems like the underlying issue is still not solved 🤔
Dec 30 2024
A intermediate fix for the docker images is on it's way and just waiting for review & merge from the Docker Inc. team: https://github.com/docker-library/official-images/pull/18170
Dec 27 2024
Thanks for raising awareness for this, this is a known issue as a change (https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1082844) that would have been important did not make it into "1.42.4".
Dec 23 2024
Now in progress: https://github.com/wikimedia/mediawiki-docker/pull/152
Dec 22 2024
We will update the docker image as soon as the 1.43 release is publicly announced via the mediawiki-announce Mailing list. As far as I can tell it has been tagged just two days ago.
Oct 10 2024
Yeah in the end the whole thing turned out to be even more complicated (check the linked PR again) so this wasn't even really a mistake in the two other PR's I have linked ...
I have now proposed this change for inclusion in the official docker mediawiki images: https://github.com/docker-library/official-images/pull/17709
Oct 8 2024
Oct 6 2024
Oct 4 2024
Thanks for the report! I can confirm that this is the case and at the same time I'm quite confused about it since apt update && apt install -y liblua5.1-0-dev is part of the Dockerfile: https://github.com/wikimedia/mediawiki-docker/blob/0b41a035fabebeda3d6b4ccc39e2c5fc3ce1cc19/1.39/apache/Dockerfile#L17-L26
Sep 30 2024
Sep 17 2024
So how would I apply this fix to my upgraded Mediawiki install? just apply the above patch/workaround?
Glad you were able to track down the issue, thanks for investigating! ❤
Sep 13 2024
Not a big fan of bumping tickets, but it would be good to get some more feedback on this so we could debug it and eventually solve it! 🤗
Aug 6 2024
Any Idea on how I could get a trace out of mediawiki/php to debug this further? Or do you already know enough to debug this on your own?
Jul 26 2024
@Legoktm Could we clean these images up maybe? They seem unmaintained and confuse people ..
Jul 13 2024
It's the git repo checked out on the REL1_42 (commit 87be9276aa1723c096892ea6b4eff1085375d004) branch to match the mediawiki installation.
Jul 1 2024
The configuration in LocalSettings.php is as follows:
# Kerberos authentication
wfLoadExtension('Auth_remoteuser');
$wgAuthRemoteuserDomain = "MATHPHYS.STURA.UNI-HEIDELBERG.DE";
$wgAuthRemoteuserMailDomain = "mathphys.stura.uni-heidelberg.de";Jun 27 2024
Apr 2 2024
Jan 10 2024
Your feature request is missing a proper rationale why this would be a desirable change!
Is there an actual issue that implementing this Feature would solve? As far as I know it is not unusual to do a port binding like in your upper example 😄 🤔
Hey, thanks for creating this feature request 👋
I am not really sure what would need to change in order to implement this, as I am currently already happily using this like so:
docker-compose.yml:
version: '3.3'
services:
mediawiki:
image: mediawiki:1.41.0
restart: always
ports:
- 127.0.0.1:3096:80
volumes:
# Data
- ./images:/var/www/html/images
- ./cache/:/usr/share/mediawiki/cache/
# Extensions
- ./extensions/Auth_remoteuser/:/var/www/html/extensions/Auth_remoteuser/
- ./extensions/MobileFrontend/:/var/www/html/extensions/MobileFrontend/
# Skins
- ./skins/MinervaNeue/:/var/www/html/skins/MinervaNeue/Is this still a problem in recent Mediawiki versions? I didn't observe anything like this for my instances 🤔
Is this still an issue or is there anything we could do regarding the docker images? If yes I am happy to take a look, otherwise I think this can be closed 😊
Dec 28 2023
I have the same error in a freshly setup mediawiki 1.41.0:
Dec 23 2023
Oct 22 2023
I accepted the invitation, thanks for making this happen 😁👍
Oct 18 2023
Hello everyone!
