- Remove Auth_remoteuser install because it is now included in rpm package.

This commit is contained in:
Arnaud G. GIBERT 2025-11-24 15:22:10 +01:00
parent e3fa8f9542
commit 0aae3ab46d
5 changed files with 7 additions and 19 deletions

View File

@ -15,8 +15,6 @@ LABEL org.rx3.${IMG_NAME}.version=${IMG_VERSION}
LABEL org.rx3.${IMG_NAME}.maintainer=${IMG_MAINTAINER}
LABEL maintainer=${IMG_MAINTAINER}ARG MEDIAWIKI_VERSION=1.43.5
ARG AUTH_REMOTEUSER_URL="https://extdist.wmflabs.org/dist/extensions/Auth_remoteuser-REL1_43-2c7c5be.tar.gz"
#---------------------------------------------------------------------------------------------------
@ -39,10 +37,9 @@ sed -i -e "s%mailhub=mail%mailhub=${SMTP_SERVER}%" /etc/ssmtp/ssmtp.conf'
RUN urpmi.update -a \
&& urpmi --force wget ssmtp php-iconv php-fileinfo php-dom php-apcu php-gd git mediawiki mediawiki-pgsql \
&& wget -q -O - ${AUTH_REMOTEUSER_URL} | tar -xzvf - -C /usr/share/mediawiki/extensions \
&& chown -R root:root /usr/share/mediawiki/extensions \
&& echo -e "${MEDIAWIKI}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/mediawiki \
&& chmod a+x /etc/init.d/mediawiki \
RUN urpmi.update -a \
&& urpmi --force wget ssmtp php-iconv php-fileinfo php-dom php-apcu php-gd php-xmlreader git mediawiki mediawiki-pgsql \
&& echo -e "${MEDIAWIKI}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/mediawiki \
&& chmod a+x /etc/init.d/mediawiki \
&& ln -s /etc/init.d/mediawiki /etc/rcD.d/S40mediawiki

View File

@ -1,8 +1,7 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MediaWiki V 1.0.0 - A. GIBERT - 2025/11/23
Rx3-Docker/MediaWiki V 1.0.0 - A. GIBERT - 2025/11/24
------------------------------------------------------------------------------------------------------------------------------------
- Initial release,
- Based on rx3-docker/php-apache:1.5.4-mga9 & rx3-docker/postgresql:1.1.4-mga9 images,
- Use mediawiki 1.43.5 from Rx3 rpm,
- Include Auth_remoteuser extension.
- Use mediawiki 1.43.5 (including Auth_remoteuser extension) from Rx3 rpm.

View File

@ -1,2 +0,0 @@
*~
*.old

View File

@ -1,2 +0,0 @@
If uploads are enabled in the wiki, files will be put in subdirectories
under here.

View File

@ -1,4 +0,0 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore