Updated Mediawiki to 1.27.1
This commit is contained in:
parent
bf66ec730a
commit
c178bb8cd4
|
|
@ -3,17 +3,17 @@ FROM gcr.io/stacksmith-images/ubuntu:14.04-r10
|
|||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_APP_NAME=mediawiki \
|
||||
BITNAMI_IMAGE_VERSION=1.27.0-r2 \
|
||||
BITNAMI_IMAGE_VERSION=1.27.1-r0 \
|
||||
PATH=/opt/bitnami/php/bin:/opt/bitnami/mysql/bin/:$PATH
|
||||
|
||||
# Additional modules required
|
||||
RUN bitnami-pkg unpack apache-2.4.23-5 --checksum ce7996de3c2173a72ad742e7ad0b4d48a1947454d4e0001497be74f19f9aa74c
|
||||
RUN bitnami-pkg unpack apache-2.4.23-7 --checksum bcbe93875f4017ed762caf73774a35b449e22c441e6b3f619f386294ba0a5958
|
||||
RUN bitnami-pkg install mysql-client-10.1.13-4 --checksum 14b45c91dd78b37f0f2366712cbe9bfdf2cb674769435611955191a65dbf4976
|
||||
RUN bitnami-pkg unpack php-5.6.26-1 --checksum b7a72ae78f9b19352bd400dfe027465c88a8643c0e5d9753f8d12f4ebae542a2
|
||||
RUN bitnami-pkg install libphp-5.6.26-1 --checksum 327d070f57727f2ed4f0246d0e3f61c5a94f6366d21a7e7e4572fe6c9c8e8c2d
|
||||
|
||||
# Install mediawiki
|
||||
RUN bitnami-pkg unpack mediawiki-1.27.0-0 --checksum 7e427a565ef02271c0dd65b0c77b1bcb539a1f970e4ccdfcc4047b9c80960691
|
||||
RUN bitnami-pkg unpack mediawiki-1.27.1-0 --checksum e3bc7e6962c0bec3f9ec7147140af9e38ac3b41927e5afbeb1c524598fd0b6bc
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
[](https://hub.docker.com/r/bitnami/mediawiki/)
|
||||
# What is Mediawiki?
|
||||
|
||||
> MediaWiki is an extremely powerful, scalable software and a feature-rich wiki implementation that uses PHP to process and display data stored in a database, such as MySQL.
|
||||
|
|
@ -258,7 +257,7 @@ information)
|
|||
|
||||
# License
|
||||
|
||||
Copyright (c) 2016 Bitnami
|
||||
Copyright 2016 Bitnami
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
Loading…
Reference in New Issue