1.36.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-09-30 22:54:41 +00:00
parent fc9d818f64
commit 459cb0c6a4
3 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.49-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.31-2" --checksum 15b394a022ca1d0b4b89bfee0487ee13f9e8cc697d0ca09ce62a0a3732536236
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.24-0" --checksum 918193450a025252992e041b8cf995b6ba3b2ddac65e2333796b921ea8d74e0e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mediawiki" "1.36.1-0" --checksum 9f86542b5d0aeb64b87a7bd481c923ddc3e80df70fbc61b630ea4409c3efdde3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mediawiki" "1.36.2-0" --checksum a203dfbcbbcbf910456f034ba9b5ec8ce23ab8288a301f26d1cae314f0c88ac0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
RUN update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && \
@ -23,8 +23,8 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache/postunpack.sh
RUN /opt/bitnami/scripts/php/postunpack.sh
RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh
RUN /opt/bitnami/scripts/mediawiki/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
@ -33,7 +33,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="mediawiki" \
BITNAMI_IMAGE_VERSION="1.36.1-debian-10-r91" \
BITNAMI_IMAGE_VERSION="1.36.2-debian-10-r0" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -22,10 +22,10 @@
},
"mediawiki": {
"arch": "amd64",
"digest": "9f86542b5d0aeb64b87a7bd481c923ddc3e80df70fbc61b630ea4409c3efdde3",
"digest": "a203dfbcbbcbf910456f034ba9b5ec8ce23ab8288a301f26d1cae314f0c88ac0",
"distro": "debian-10",
"type": "NAMI",
"version": "1.36.1-0"
"version": "1.36.2-0"
},
"mysql-client": {
"arch": "amd64",

View File

@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1`, `1-debian-10`, `1.36.1`, `1.36.1-debian-10-r91`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mediawiki/blob/1.36.1-debian-10-r91/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.36.2`, `1.36.2-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mediawiki/blob/1.36.2-debian-10-r0/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mediawiki GitHub repo](https://github.com/bitnami/bitnami-docker-mediawiki).