mirror of
https://github.com/octoleo/docker-joomla.git
synced 2024-11-16 08:47:07 +00:00
Add Joomla 3.6.3 release
This commit is contained in:
parent
7d542d3e83
commit
d71fffa067
@ -14,8 +14,8 @@ RUN docker-php-ext-install mcrypt
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.6.2
|
ENV JOOMLA_VERSION 3.6.3
|
||||||
ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3
|
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# 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 \
|
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
#wait for dockercompose to start the mysql
|
||||||
|
sleep 3
|
||||||
|
|
||||||
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||||
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
|
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
|
||||||
if [ -z "$JOOMLA_DB_HOST" ]; then
|
if [ -z "$JOOMLA_DB_HOST" ]; then
|
||||||
|
@ -14,8 +14,8 @@ RUN docker-php-ext-install mcrypt
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.6.2
|
ENV JOOMLA_VERSION 3.6.3
|
||||||
ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3
|
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# 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 \
|
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
#wait for dockercompose to start the mysql
|
||||||
|
sleep 3
|
||||||
|
|
||||||
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||||
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
|
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
|
||||||
if [ -z "$JOOMLA_DB_HOST" ]; then
|
if [ -z "$JOOMLA_DB_HOST" ]; then
|
||||||
|
@ -11,8 +11,8 @@ RUN docker-php-ext-install mcrypt
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.6.2
|
ENV JOOMLA_VERSION 3.6.3
|
||||||
ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3
|
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# 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 \
|
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
#wait for dockercompose to start the mysql
|
||||||
|
sleep 3
|
||||||
|
|
||||||
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||||
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
|
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
|
||||||
if [ -z "$JOOMLA_DB_HOST" ]; then
|
if [ -z "$JOOMLA_DB_HOST" ]; then
|
||||||
|
@ -11,8 +11,8 @@ RUN docker-php-ext-install mcrypt
|
|||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
# Define Joomla version and expected SHA1 signature
|
# Define Joomla version and expected SHA1 signature
|
||||||
ENV JOOMLA_VERSION 3.6.2
|
ENV JOOMLA_VERSION 3.6.3
|
||||||
ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3
|
ENV JOOMLA_SHA1 01eb3724e191fcfd034b54f54745703a8a4f288e
|
||||||
|
|
||||||
# Download package and extract to web volume
|
# 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 \
|
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
#wait for dockercompose to start the mysql
|
||||||
|
sleep 3
|
||||||
|
|
||||||
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||||
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
|
if [ -n "$MYSQL_PORT_3306_TCP" ]; then
|
||||||
if [ -z "$JOOMLA_DB_HOST" ]; then
|
if [ -z "$JOOMLA_DB_HOST" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user