1.37.1-debian-10-r39 release

This commit is contained in:
Bitnami Bot
2022-01-25 01:28:44 +00:00
parent 9adede87d4
commit 65f2802603
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.52-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-1" --checksum 727834a55587746f90b159966c9abf2ce31a6effbe83d8c38ee6250641c9a22a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.27-3" --checksum aa7b45645b0395875b7281b74885a2a36c4d87dc19de87c7ed8b529df8e003a0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-5" --checksum 9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mediawiki" "1.37.1-2" --checksum e575bac21ec8bfc77849b16e276224e0adc308413128ac5d9f7c9ef52a5223e3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mediawiki" "1.37.1-3" --checksum 8c271c4e733eeed41984da4eedfff301c1d6a205b6b5e25ca809c453f77531b6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -25,15 +25,15 @@ 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
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="mediawiki" \
BITNAMI_IMAGE_VERSION="1.37.1-debian-10-r38" \
BITNAMI_IMAGE_VERSION="1.37.1-debian-10-r39" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 8080 8443

View File

@@ -22,10 +22,10 @@
},
"mediawiki": {
"arch": "amd64",
"digest": "e575bac21ec8bfc77849b16e276224e0adc308413128ac5d9f7c9ef52a5223e3",
"digest": "8c271c4e733eeed41984da4eedfff301c1d6a205b6b5e25ca809c453f77531b6",
"distro": "debian-10",
"type": "NAMI",
"version": "1.37.1-2"
"version": "1.37.1-3"
},
"mysql-client": {
"arch": "amd64",

View File

@@ -43,7 +43,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.37.1`, `1.37.1-debian-10-r38`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mediawiki/blob/1.37.1-debian-10-r38/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.37.1`, `1.37.1-debian-10-r39`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-mediawiki/blob/1.37.1-debian-10-r39/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/mediawiki GitHub repo](https://github.com/bitnami/bitnami-docker-mediawiki).