Skip to content

Commit

Permalink
Update Dockerfile for 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
vonfalk committed Jan 27, 2024
1 parent 04fa641 commit 273c7b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mediawiki:1.41 AS upstream
FROM mediawiki:1.35 AS upstream

FROM alpine:3.19 AS runtime
ENV LC_ALL=en_US.UTF-8
Expand Down Expand Up @@ -33,10 +33,11 @@ RUN apk add --no-cache \
php82-xmlreader \
php82-xmlwriter \
supervisor \
&& git clone --branch REL1_41 --depth=1 https://github.com/wikimedia/mediawiki-extensions-PluggableAuth.git ${APP_ROOT}/extensions/PluggableAuth \
&& git clone --branch REL1_41 --depth=1 https://github.com/wikimedia/mediawiki-extensions-OpenIDConnect.git ${APP_ROOT}/extensions/OpenIDConnect \
&& git clone --branch REL1_41 --depth=1 https://github.com/wikimedia/mediawiki-extensions-MobileFrontend.git ${APP_ROOT}/extensions/MobileFrontend \
&& git clone --branch REL1_41 --depth=1 https://github.com/wikimedia/mediawiki-extensions-RandomInCategory.git ${APP_ROOT}/extensions/RandomInCategory \
&& git clone --branch REL1_35 --depth=1 https://github.com/wikimedia/mediawiki-extensions-PluggableAuth.git ${APP_ROOT}/extensions/PluggableAuth \
&& git clone --branch REL1_35 --depth=1 https://github.com/wikimedia/mediawiki-extensions-OpenIDConnect.git ${APP_ROOT}/extensions/OpenIDConnect \
&& git clone --branch REL1_35 --depth=1 https://github.com/wikimedia/mediawiki-extensions-MobileFrontend.git ${APP_ROOT}/extensions/MobileFrontend \
&& git clone --branch REL1_35 --depth=1 https://github.com/wikimedia/mediawiki-extensions-RandomInCategory.git ${APP_ROOT}/extensions/RandomInCategory \
&& git clone --branch REL1_35 --depth=1 https://github.com/wikimedia/mediawiki-skins-MinervaNeue.git ${APP_ROOT}/skins/MinervaNeue \
&& mkdir -p /run/nginx /tmp/mediawiki_cache \
&& chown nginx:nginx /tmp/mediawiki_cache \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
Expand Down

0 comments on commit 273c7b5

Please sign in to comment.