32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-05-28 20:10:48 +00:00

Add Joomla 3.6.3 release

This commit is contained in:
Michael Babker 2016-10-18 11:20:51 -05:00
parent 7d542d3e83
commit d71fffa067
8 changed files with 20 additions and 8 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.2
ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3
ENV JOOMLA_VERSION 3.6.3
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
# 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,6 +2,9 @@
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.2
ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3
ENV JOOMLA_VERSION 3.6.3
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
# 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,6 +2,9 @@
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.2
ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3
ENV JOOMLA_VERSION 3.6.3
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
# 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,6 +2,9 @@
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.2
ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3
ENV JOOMLA_VERSION 3.6.3
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
# 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,6 +2,9 @@
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