3.9.1-debian-9-r32 release
This commit is contained in:
parent
eb9ced3293
commit
85416e9c15
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r239
|
||||
FROM bitnami/minideb-extras:stretch-r241
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack apache-2.4.37-21 --checksum b930db2471cbcdf2639c647794e72
|
|||
RUN bitnami-pkg unpack php-7.1.25-21 --checksum 9c0ca4fc5ddafad98d27c94d459a921c1077139d5ece08198a6a48d18485fe13
|
||||
RUN bitnami-pkg unpack mysql-client-10.1.37-21 --checksum b7a5a18edfffc9440e852a412ea08a90e5f64924240f1f76a2813e6e93edaa39
|
||||
RUN bitnami-pkg unpack libphp-7.1.25-21 --checksum c55887490c4242caaf4a7a9abefefaff71b5413cec6965b1e08a2795e4aff167
|
||||
RUN bitnami-pkg unpack joomla-3.9.1-20 --checksum 984e0c3249c1731246ec80054d591549d681f0ddd9e90afbec75d18f04f9d336
|
||||
RUN bitnami-pkg unpack joomla-3.9.1-21 --checksum e02863797cee8f512700efc029688911ec8dca12a44219f4bd8e7c435a018b45
|
||||
RUN mkdir -p /opt/bitnami/apache/tmp && chmod g+rwX /opt/bitnami/apache/tmp
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log
|
||||
RUN ln -sf /dev/stderr /opt/bitnami/apache/logs/error_log
|
||||
|
|
@ -17,7 +17,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="joomla" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.1-debian-9-r31" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.1-debian-9-r32" \
|
||||
JOOMLA_DATABASE_NAME="bitnami_joomla" \
|
||||
JOOMLA_DATABASE_PASSWORD="" \
|
||||
JOOMLA_DATABASE_USER="bn_joomla" \
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`3-ol-7`, `3.9.1-ol-7-r41` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.9.1-ol-7-r41/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.9.1-debian-9-r31`, `3`, `3.9.1`, `3.9.1-r31`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.9.1-debian-9-r31/3/debian-9/Dockerfile)
|
||||
* [`3-debian-9`, `3.9.1-debian-9-r32`, `3`, `3.9.1`, `3.9.1-r32`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.9.1-debian-9-r32/3/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue