mirror of
https://github.com/octoleo/docker-joomla.git
synced 2025-02-04 23:08:24 +00:00
Add Joomla 3.6.4 release
This commit is contained in:
parent
526a9896a3
commit
332fe7ec8d
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user