32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-05-30 04:40:50 +00:00

Add Joomla 3.6.4 release

This commit is contained in:
Michael Babker 2016-10-25 08:57:47 -05:00
parent 526a9896a3
commit 332fe7ec8d
8 changed files with 8 additions and 20 deletions

View File

@ -14,8 +14,8 @@ RUN docker-php-ext-install mcrypt
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.6.3
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
ENV JOOMLA_VERSION 3.6.4
ENV JOOMLA_SHA1 81ecad99727fd336f72756439666808eaabcc716
# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \

View File

@ -2,9 +2,6 @@
set -e
#wait for dockercompose to start the mysql
sleep 3
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -14,8 +14,8 @@ RUN docker-php-ext-install mcrypt
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.6.3
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
ENV JOOMLA_VERSION 3.6.4
ENV JOOMLA_SHA1 81ecad99727fd336f72756439666808eaabcc716
# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \

View File

@ -2,9 +2,6 @@
set -e
#wait for dockercompose to start the mysql
sleep 3
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -11,8 +11,8 @@ RUN docker-php-ext-install mcrypt
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.6.3
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
ENV JOOMLA_VERSION 3.6.4
ENV JOOMLA_SHA1 81ecad99727fd336f72756439666808eaabcc716
# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \

View File

@ -2,9 +2,6 @@
set -e
#wait for dockercompose to start the mysql
sleep 3
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then

View File

@ -11,8 +11,8 @@ RUN docker-php-ext-install mcrypt
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
ENV JOOMLA_VERSION 3.6.3
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
ENV JOOMLA_VERSION 3.6.4
ENV JOOMLA_SHA1 81ecad99727fd336f72756439666808eaabcc716
# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \

View File

@ -2,9 +2,6 @@
set -e
#wait for dockercompose to start the mysql
sleep 3
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
if [ -z "$JOOMLA_DB_HOST" ]; then