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.5 #2506

Merged
merged 1 commit into from
Jan 4, 2017
Merged

Update to Joomla! 3.6.5 #2506

merged 1 commit into from
Jan 4, 2017

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Jan 4, 2017

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Jan 4, 2017

diff --git a/joomla_apache-php7/Dockerfile b/joomla_apache-php7/Dockerfile
index 05e0dc9..0614846 100755
--- a/joomla_apache-php7/Dockerfile
+++ b/joomla_apache-php7/Dockerfile
@@ -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.4
-ENV JOOMLA_SHA1 81ecad99727fd336f72756439666808eaabcc716
+ENV JOOMLA_VERSION 3.6.5
+ENV JOOMLA_SHA1 3143994bb5520c249961cbb5bc297c149399f4b7
 
 # 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 6135fbb..660c20d 100755
--- a/joomla_fpm-php7/Dockerfile
+++ b/joomla_fpm-php7/Dockerfile
@@ -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.4
-ENV JOOMLA_SHA1 81ecad99727fd336f72756439666808eaabcc716
+ENV JOOMLA_VERSION 3.6.5
+ENV JOOMLA_SHA1 3143994bb5520c249961cbb5bc297c149399f4b7
 
 # 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 3625bdc..891bbfe 100755
--- a/joomla_fpm/Dockerfile
+++ b/joomla_fpm/Dockerfile
@@ -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.4
-ENV JOOMLA_SHA1 81ecad99727fd336f72756439666808eaabcc716
+ENV JOOMLA_VERSION 3.6.5
+ENV JOOMLA_SHA1 3143994bb5520c249961cbb5bc297c149399f4b7
 
 # 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 685bee0..0dc5093 100755
--- a/joomla_latest/Dockerfile
+++ b/joomla_latest/Dockerfile
@@ -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.4
-ENV JOOMLA_SHA1 81ecad99727fd336f72756439666808eaabcc716
+ENV JOOMLA_VERSION 3.6.5
+ENV JOOMLA_SHA1 3143994bb5520c249961cbb5bc297c149399f4b7
 
 # 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 \

Build test of #2506; 80a4645 (joomla):

$ bashbrew build joomla:3.6.5-apache
Building bashbrew/cache:7572a9483182298a43d11bf64daf024d964ba591d6531b840e5205e524009aa7 (joomla:3.6.5-apache)
Tagging joomla:3.6.5-apache
Tagging joomla:3.6-apache
Tagging joomla:3-apache
Tagging joomla:apache
Tagging joomla:3.6.5
Tagging joomla:3.6
Tagging joomla:3
Tagging joomla:latest

$ test/run.sh joomla:3.6.5-apache
testing joomla:3.6.5-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.5-apache-php7
Building bashbrew/cache:b901dc9c54c1e8cf24f5be366f991fb8681038778e382e4d859102b91e3a678b (joomla:3.6.5-apache-php7)
Tagging joomla:3.6.5-apache-php7
Tagging joomla:3.6-apache-php7
Tagging joomla:3-apache-php7
Tagging joomla:apache-php7

$ test/run.sh joomla:3.6.5-apache-php7
testing joomla:3.6.5-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.5-fpm
Building bashbrew/cache:510ef7737e338c5070a9e069844142781d890f564ce0c1e9e4df42e851d20908 (joomla:3.6.5-fpm)
Tagging joomla:3.6.5-fpm
Tagging joomla:3.6-fpm
Tagging joomla:3-fpm
Tagging joomla:fpm

$ test/run.sh joomla:3.6.5-fpm
testing joomla:3.6.5-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.5-fpm-php7
Building bashbrew/cache:8a44185f2c711e9623dc93de099509570a2f7ae23537d76c877e13efd9041ebb (joomla:3.6.5-fpm-php7)
Tagging joomla:3.6.5-fpm-php7
Tagging joomla:3.6-fpm-php7
Tagging joomla:3-fpm-php7
Tagging joomla:fpm-php7

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

@yosifkit yosifkit merged commit 10f75bb into docker-library:master Jan 4, 2017
@mbabker mbabker deleted the patch-1 branch January 5, 2017 00:23
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