Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Joomla! 3.6.2 #2059

Merged
merged 1 commit into from
Aug 16, 2016
Merged

Update to Joomla! 3.6.2 #2059

merged 1 commit into from
Aug 16, 2016

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Aug 16, 2016

No description provided.

@tianon
Copy link
Member

tianon commented Aug 16, 2016

diff --git a/joomla_apache-php7/Dockerfile b/joomla_apache-php7/Dockerfile
index 05152dd..67a1d2d 100755
--- a/joomla_apache-php7/Dockerfile
+++ b/joomla_apache-php7/Dockerfile
@@ -13,8 +13,8 @@ RUN docker-php-ext-install mysqli
 VOLUME /var/www/html

 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.6.0
-ENV JOOMLA_SHA1 9e71357f689218705b15e653b7cdd57b498d4fa4
+ENV JOOMLA_VERSION 3.6.2
+ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3

 # 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 \
diff --git a/joomla_fpm-php7/Dockerfile b/joomla_fpm-php7/Dockerfile
index cf054e1..c32eb9f 100755
--- a/joomla_fpm-php7/Dockerfile
+++ b/joomla_fpm-php7/Dockerfile
@@ -10,8 +10,8 @@ RUN docker-php-ext-install mysqli
 VOLUME /var/www/html

 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.6.0
-ENV JOOMLA_SHA1 9e71357f689218705b15e653b7cdd57b498d4fa4
+ENV JOOMLA_VERSION 3.6.2
+ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3

 # 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 \
diff --git a/joomla_fpm/Dockerfile b/joomla_fpm/Dockerfile
index f247fe9..a547fae 100755
--- a/joomla_fpm/Dockerfile
+++ b/joomla_fpm/Dockerfile
@@ -10,8 +10,8 @@ RUN docker-php-ext-install mysqli
 VOLUME /var/www/html

 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.6.0
-ENV JOOMLA_SHA1 9e71357f689218705b15e653b7cdd57b498d4fa4
+ENV JOOMLA_VERSION 3.6.2
+ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3

 # 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 \
diff --git a/joomla_latest/Dockerfile b/joomla_latest/Dockerfile
index 527d11a..9952ac3 100755
--- a/joomla_latest/Dockerfile
+++ b/joomla_latest/Dockerfile
@@ -13,8 +13,8 @@ RUN docker-php-ext-install mysqli
 VOLUME /var/www/html

 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.6.0
-ENV JOOMLA_SHA1 9e71357f689218705b15e653b7cdd57b498d4fa4
+ENV JOOMLA_VERSION 3.6.2
+ENV JOOMLA_SHA1 fdaa25337aaabd0d673aafc0ff90e7375de2d6e3

 # 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 \

@tianon
Copy link
Member

tianon commented Aug 16, 2016

LGTM

Build test of #2059; a8ab085 (joomla):

$ bashbrew build joomla:3.6.2-apache
Building bashbrew/cache:587f53c5870be0b4ee79958c37b255ca8f1dbfe972d3102681e21c71740cdc0a (joomla:3.6.2-apache)
Tagging joomla:3.6.2-apache
Tagging joomla:3.6-apache
Tagging joomla:3-apache
Tagging joomla:apache
Tagging joomla:3.6.2
Tagging joomla:3.6
Tagging joomla:3
Tagging joomla:latest

$ test/run.sh joomla:3.6.2-apache
testing joomla:3.6.2-apache
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'override-cmd' [4/4]...passed


$ bashbrew build joomla:3.6.2-apache-php7
Building bashbrew/cache:05f132406727f8129b9b14cf8559767c92133b180259765bd09edcd476e48f6b (joomla:3.6.2-apache-php7)
Tagging joomla:3.6.2-apache-php7
Tagging joomla:3.6-apache-php7
Tagging joomla:3-apache-php7
Tagging joomla:apache-php7

$ test/run.sh joomla:3.6.2-apache-php7
testing joomla:3.6.2-apache-php7
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'override-cmd' [4/4]...passed


$ bashbrew build joomla:3.6.2-fpm
Building bashbrew/cache:22dc27087408d49c21a5ee1af0e3675e4dd1dcbdb40f70139579b931b6b822e5 (joomla:3.6.2-fpm)
Tagging joomla:3.6.2-fpm
Tagging joomla:3.6-fpm
Tagging joomla:3-fpm
Tagging joomla:fpm

$ test/run.sh joomla:3.6.2-fpm
testing joomla:3.6.2-fpm
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'override-cmd' [4/4]...passed


$ bashbrew build joomla:3.6.2-fpm-php7
Building bashbrew/cache:23530561139f697305967752308d4f4d64bb2eaa799c22e54d15ecea7370e779 (joomla:3.6.2-fpm-php7)
Tagging joomla:3.6.2-fpm-php7
Tagging joomla:3.6-fpm-php7
Tagging joomla:3-fpm-php7
Tagging joomla:fpm-php7

$ test/run.sh joomla:3.6.2-fpm-php7
testing joomla:3.6.2-fpm-php7
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'override-cmd' [4/4]...passed

@tianon tianon merged commit 0f19ea1 into docker-library:master Aug 16, 2016
@mbabker mbabker deleted the patch-1 branch August 16, 2016 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants