mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 23:38:16 +08:00
3.7.2-r0 release
Update joomla to 3.7.2.
This commit is contained in:
@@ -1,20 +1,22 @@
|
||||
FROM bitnami/minideb-extras:jessie-r15
|
||||
FROM bitnami/minideb-extras:jessie-r16
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libapr1 libaprutil1 libbz2-1.0 libc6 libcomerr2 libcurl3 libexpat1 libffi6 libfreetype6 libgcc1 libgcrypt20 libgmp10 libgnutls-deb0-28 libgpg-error0 libgssapi-krb5-2 libhogweed2 libicu52 libidn11 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmcrypt4 libncurses5 libnettle4 libp11-kit0 libpcre3 libpng12-0 libpq5 libreadline6 librtmp1 libsasl2-2 libssh2-1 libssl1.0.0 libstdc++6 libsybdb5 libtasn1-6 libtidy-0.99-0 libtinfo5 libuuid1 libxml2 libxslt1.1 zlib1g
|
||||
RUN bitnami-pkg unpack apache-2.4.25-0 --checksum 8b46af7d737772d7d301da8b30a2770b7e549674e33b8a5b07480f53c39f5c3f
|
||||
RUN bitnami-pkg unpack php-5.6.30-3 --checksum af6c238825d4394fc6352c5ad48c1e6423e21520df927097dab592f0d4ad4662
|
||||
RUN bitnami-pkg install mysql-client-10.1.23-1 --checksum 0be92fcc4f7fec93edfa7f788e2bbb87b5b3aac92dfdec159a10590345362512
|
||||
RUN bitnami-pkg install libphp-5.6.30-1 --checksum a62cad2320fa2d141309e75663aed3d1bd82626d51b784678d18ec3f985d83bf
|
||||
RUN bitnami-pkg unpack joomla-3.7.1-0 --checksum 77ed692099c92f9b0aa9a70b709fdec714fb9233efc21f953d8a99a9e3f3683d
|
||||
RUN bitnami-pkg unpack joomla-3.7.2-0 --checksum e69b9826d425f37d95f34e42bc3220c2e36e735578daa7b6776476de1f9eb7f4
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV APACHE_HTTPS_PORT="443" \
|
||||
APACHE_HTTP_PORT="80" \
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="joomla" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.1-r0" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.2-r0" \
|
||||
JOOMLA_EMAIL="user@example.com" \
|
||||
JOOMLA_FIRST_NAME="User" \
|
||||
JOOMLA_LAST_NAME="Name" \
|
||||
@@ -31,6 +33,8 @@ ENV APACHE_HTTPS_PORT="443" \
|
||||
SMTP_PROTOCOL="tls" \
|
||||
SMTP_USER=""
|
||||
|
||||
|
||||
|
||||
VOLUME ["/bitnami/apache","/bitnami/joomla","/bitnami/php"]
|
||||
|
||||
EXPOSE 80 443
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"httpPort": "{{$global.env.APACHE_HTTP_PORT}}",
|
||||
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT}}"
|
||||
"httpPort": "{{$global.env.APACHE_HTTP_PORT_NUMBER}}",
|
||||
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT_NUMBER}}"
|
||||
}
|
||||
@@ -19,7 +19,7 @@ $ docker-compose up
|
||||
|
||||
## Kubernetes
|
||||
|
||||
> **WARNING**: This is a beta configuration, currently unsupported.
|
||||
> **WARNING:** This is a beta configuration, currently unsupported.
|
||||
|
||||
Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user