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.8.7 #4265

Merged
merged 2 commits into from
Apr 20, 2018
Merged

Update to Joomla! 3.8.7 #4265

merged 2 commits into from
Apr 20, 2018

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Apr 18, 2018

No description provided.

@tianon

This comment has been minimized.

@tianon

This comment has been minimized.

@mbabker
Copy link
Contributor Author

mbabker commented Apr 20, 2018

Pulled PDO out of the image, it's passing CI on our source repo again so should be good here now.

@tianon
Copy link
Member

tianon commented Apr 20, 2018

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 1ab22ec..14add33 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -38,26 +38,26 @@ joomla:3.8-php7.2
 joomla:3.8-php7.2-apache
 joomla:3.8-php7.2-fpm
 joomla:3.8-php7.2-fpm-alpine
-joomla:3.8.6
-joomla:3.8.6-apache
-joomla:3.8.6-fpm
-joomla:3.8.6-fpm-alpine
-joomla:3.8.6-php5.6
-joomla:3.8.6-php5.6-apache
-joomla:3.8.6-php5.6-fpm
-joomla:3.8.6-php5.6-fpm-alpine
-joomla:3.8.6-php7.0
-joomla:3.8.6-php7.0-apache
-joomla:3.8.6-php7.0-fpm
-joomla:3.8.6-php7.0-fpm-alpine
-joomla:3.8.6-php7.1
-joomla:3.8.6-php7.1-apache
-joomla:3.8.6-php7.1-fpm
-joomla:3.8.6-php7.1-fpm-alpine
-joomla:3.8.6-php7.2
-joomla:3.8.6-php7.2-apache
-joomla:3.8.6-php7.2-fpm
-joomla:3.8.6-php7.2-fpm-alpine
+joomla:3.8.7
+joomla:3.8.7-apache
+joomla:3.8.7-fpm
+joomla:3.8.7-fpm-alpine
+joomla:3.8.7-php5.6
+joomla:3.8.7-php5.6-apache
+joomla:3.8.7-php5.6-fpm
+joomla:3.8.7-php5.6-fpm-alpine
+joomla:3.8.7-php7.0
+joomla:3.8.7-php7.0-apache
+joomla:3.8.7-php7.0-fpm
+joomla:3.8.7-php7.0-fpm-alpine
+joomla:3.8.7-php7.1
+joomla:3.8.7-php7.1-apache
+joomla:3.8.7-php7.1-fpm
+joomla:3.8.7-php7.1-fpm-alpine
+joomla:3.8.7-php7.2
+joomla:3.8.7-php7.2-apache
+joomla:3.8.7-php7.2-fpm
+joomla:3.8.7-php7.2-fpm-alpine
 joomla:apache
 joomla:fpm
 joomla:fpm-alpine
diff --git a/joomla_php5.6-fpm-alpine/Dockerfile b/joomla_php5.6-fpm-alpine/Dockerfile
index 9c08789..8e7ec00 100644
--- a/joomla_php5.6-fpm-alpine/Dockerfile
+++ b/joomla_php5.6-fpm-alpine/Dockerfile
@@ -32,7 +32,6 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -61,8 +60,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php5.6-fpm/Dockerfile b/joomla_php5.6-fpm/Dockerfile
index daa5144..33d8a81 100644
--- a/joomla_php5.6-fpm/Dockerfile
+++ b/joomla_php5.6-fpm/Dockerfile
@@ -29,7 +29,6 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -65,8 +64,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php5.6/Dockerfile b/joomla_php5.6/Dockerfile
index d58ca8e..096fe3a 100644
--- a/joomla_php5.6/Dockerfile
+++ b/joomla_php5.6/Dockerfile
@@ -32,7 +32,6 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -68,8 +67,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.0-fpm-alpine/Dockerfile b/joomla_php7.0-fpm-alpine/Dockerfile
index c6d3b09..6127f58 100644
--- a/joomla_php7.0-fpm-alpine/Dockerfile
+++ b/joomla_php7.0-fpm-alpine/Dockerfile
@@ -32,14 +32,13 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
 		zip \
 	; \
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -61,8 +60,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.0-fpm/Dockerfile b/joomla_php7.0-fpm/Dockerfile
index c5e0d81..b3e43a4 100644
--- a/joomla_php7.0-fpm/Dockerfile
+++ b/joomla_php7.0-fpm/Dockerfile
@@ -29,7 +29,6 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -37,7 +36,7 @@ RUN set -ex; \
 	; \
 	\
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -65,8 +64,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.0/Dockerfile b/joomla_php7.0/Dockerfile
index d08b866..bcc5b9a 100644
--- a/joomla_php7.0/Dockerfile
+++ b/joomla_php7.0/Dockerfile
@@ -32,7 +32,6 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -40,7 +39,7 @@ RUN set -ex; \
 	; \
 	\
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -68,8 +67,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.1-fpm-alpine/Dockerfile b/joomla_php7.1-fpm-alpine/Dockerfile
index bd7b129..02f8c64 100644
--- a/joomla_php7.1-fpm-alpine/Dockerfile
+++ b/joomla_php7.1-fpm-alpine/Dockerfile
@@ -32,14 +32,13 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
 		zip \
 	; \
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -61,8 +60,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.1-fpm/Dockerfile b/joomla_php7.1-fpm/Dockerfile
index cf53363..2534b6e 100644
--- a/joomla_php7.1-fpm/Dockerfile
+++ b/joomla_php7.1-fpm/Dockerfile
@@ -29,7 +29,6 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -37,7 +36,7 @@ RUN set -ex; \
 	; \
 	\
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -65,8 +64,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.1/Dockerfile b/joomla_php7.1/Dockerfile
index aea751b..2ad8790 100644
--- a/joomla_php7.1/Dockerfile
+++ b/joomla_php7.1/Dockerfile
@@ -32,7 +32,6 @@ RUN set -ex; \
 		ldap \
 		mcrypt \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -40,7 +39,7 @@ RUN set -ex; \
 	; \
 	\
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -68,8 +67,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.2-fpm-alpine/Dockerfile b/joomla_php7.2-fpm-alpine/Dockerfile
index df70895..156f2b0 100644
--- a/joomla_php7.2-fpm-alpine/Dockerfile
+++ b/joomla_php7.2-fpm-alpine/Dockerfile
@@ -30,14 +30,13 @@ RUN set -ex; \
 		gd \
 		ldap \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
 		zip \
 	; \
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -59,8 +58,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.2-fpm/Dockerfile b/joomla_php7.2-fpm/Dockerfile
index 06d88e6..6639a18 100644
--- a/joomla_php7.2-fpm/Dockerfile
+++ b/joomla_php7.2-fpm/Dockerfile
@@ -27,7 +27,6 @@ RUN set -ex; \
 		gd \
 		ldap \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -35,7 +34,7 @@ RUN set -ex; \
 	; \
 	\
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -63,8 +62,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \
diff --git a/joomla_php7.2/Dockerfile b/joomla_php7.2/Dockerfile
index 6723980..6548ebf 100644
--- a/joomla_php7.2/Dockerfile
+++ b/joomla_php7.2/Dockerfile
@@ -30,7 +30,6 @@ RUN set -ex; \
 		gd \
 		ldap \
 		mysqli \
-		pdo \
 		pdo_mysql \
 		pdo_pgsql \
 		pgsql \
@@ -38,7 +37,7 @@ RUN set -ex; \
 	; \
 	\
 	pecl install \
-		APCu-5.1.10 \
+		APCu-5.1.11 \
 		memcached-3.0.4 \
 		redis-3.1.6 \
 	; \
@@ -66,8 +65,8 @@ RUN set -ex; \
 VOLUME /var/www/html
 
 # Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.6
-ENV JOOMLA_SHA1 769d86c00b3add41b1fa6c85f3ec823a07df88d1
+ENV JOOMLA_VERSION 3.8.7
+ENV JOOMLA_SHA1 c917407cb9b3984b47173317a2d23cd63b74f65b
 
 # Download package and extract to web volume
 RUN curl -o joomla.tar.bz2 -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.tar.bz2 \

@tianon
Copy link
Member

tianon commented Apr 20, 2018

LGTM

Build test of #4265; 526f008; amd64 (joomla):

$ bashbrew build joomla:3.8.7-php5.6-apache
Building bashbrew/cache:b28ec876055cc3a0e9769dc8a8c293a14b36f9dd28469d22c061fce28d20a667 (joomla:3.8.7-php5.6-apache)
Tagging joomla:3.8.7-php5.6-apache
Tagging joomla:3.8-php5.6-apache
Tagging joomla:3-php5.6-apache
Tagging joomla:php5.6-apache
Tagging joomla:3.8.7-php5.6
Tagging joomla:3.8-php5.6
Tagging joomla:3-php5.6
Tagging joomla:php5.6

$ test/run.sh joomla:3.8.7-php5.6-apache
testing joomla:3.8.7-php5.6-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.8.7-php5.6-fpm
Building bashbrew/cache:7841e07544c3468dd2a5839a38062c9e34219262e7843f53e67b3fd2116a9830 (joomla:3.8.7-php5.6-fpm)
Tagging joomla:3.8.7-php5.6-fpm
Tagging joomla:3.8-php5.6-fpm
Tagging joomla:3-php5.6-fpm
Tagging joomla:php5.6-fpm

$ test/run.sh joomla:3.8.7-php5.6-fpm
testing joomla:3.8.7-php5.6-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.8.7-php5.6-fpm-alpine
Building bashbrew/cache:e6ce24192ef067501b40e152f142befd2fa35fa2017c5585d79cf69f8e580afd (joomla:3.8.7-php5.6-fpm-alpine)
Tagging joomla:3.8.7-php5.6-fpm-alpine
Tagging joomla:3.8-php5.6-fpm-alpine
Tagging joomla:3-php5.6-fpm-alpine
Tagging joomla:php5.6-fpm-alpine

$ test/run.sh joomla:3.8.7-php5.6-fpm-alpine
testing joomla:3.8.7-php5.6-fpm-alpine
	'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.8.7-php7.0-apache
Building bashbrew/cache:c90e8919ce995637a2352f72b1aab4ac3fa690fdd0bb0d39eb03cb083b69de66 (joomla:3.8.7-php7.0-apache)
Tagging joomla:3.8.7-php7.0-apache
Tagging joomla:3.8-php7.0-apache
Tagging joomla:3-php7.0-apache
Tagging joomla:php7.0-apache
Tagging joomla:3.8.7-php7.0
Tagging joomla:3.8-php7.0
Tagging joomla:3-php7.0
Tagging joomla:php7.0

$ test/run.sh joomla:3.8.7-php7.0-apache
testing joomla:3.8.7-php7.0-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.8.7-php7.0-fpm
Building bashbrew/cache:052e542aa3007580f7739de447bb373fff2e73189268dd1cb9e52f1c4a35311b (joomla:3.8.7-php7.0-fpm)
Tagging joomla:3.8.7-php7.0-fpm
Tagging joomla:3.8-php7.0-fpm
Tagging joomla:3-php7.0-fpm
Tagging joomla:php7.0-fpm

$ test/run.sh joomla:3.8.7-php7.0-fpm
testing joomla:3.8.7-php7.0-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.8.7-php7.0-fpm-alpine
Building bashbrew/cache:436238b6093060db1f9d05baf36920b660dc340d4e6b0a3696534bde69c73b2a (joomla:3.8.7-php7.0-fpm-alpine)
Tagging joomla:3.8.7-php7.0-fpm-alpine
Tagging joomla:3.8-php7.0-fpm-alpine
Tagging joomla:3-php7.0-fpm-alpine
Tagging joomla:php7.0-fpm-alpine

$ test/run.sh joomla:3.8.7-php7.0-fpm-alpine
testing joomla:3.8.7-php7.0-fpm-alpine
	'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.8.7-apache
Building bashbrew/cache:11762deb02e6b30a8ef09025bad0983850399505db2cd1015501f64cec1a0b3c (joomla:3.8.7-apache)
Tagging joomla:3.8.7-apache
Tagging joomla:3.8-apache
Tagging joomla:3-apache
Tagging joomla:apache
Tagging joomla:3.8.7
Tagging joomla:3.8
Tagging joomla:3
Tagging joomla:latest
Tagging joomla:3.8.7-php7.1-apache
Tagging joomla:3.8-php7.1-apache
Tagging joomla:3-php7.1-apache
Tagging joomla:php7.1-apache
Tagging joomla:3.8.7-php7.1
Tagging joomla:3.8-php7.1
Tagging joomla:3-php7.1
Tagging joomla:php7.1

$ test/run.sh joomla:3.8.7-apache
testing joomla:3.8.7-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.8.7-fpm
Building bashbrew/cache:983ac064de5bc2dfe2d0709f9d1505f3892d85c4a7ac4cabf618490a25cbfad4 (joomla:3.8.7-fpm)
Tagging joomla:3.8.7-fpm
Tagging joomla:3.8-fpm
Tagging joomla:3-fpm
Tagging joomla:fpm
Tagging joomla:3.8.7-php7.1-fpm
Tagging joomla:3.8-php7.1-fpm
Tagging joomla:3-php7.1-fpm
Tagging joomla:php7.1-fpm

$ test/run.sh joomla:3.8.7-fpm
testing joomla:3.8.7-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.8.7-fpm-alpine
Building bashbrew/cache:71927d32d23e269514a89ab6ce94cb52db6165eabe0113077f303b064e0e89c1 (joomla:3.8.7-fpm-alpine)
Tagging joomla:3.8.7-fpm-alpine
Tagging joomla:3.8-fpm-alpine
Tagging joomla:3-fpm-alpine
Tagging joomla:fpm-alpine
Tagging joomla:3.8.7-php7.1-fpm-alpine
Tagging joomla:3.8-php7.1-fpm-alpine
Tagging joomla:3-php7.1-fpm-alpine
Tagging joomla:php7.1-fpm-alpine

$ test/run.sh joomla:3.8.7-fpm-alpine
testing joomla:3.8.7-fpm-alpine
	'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.8.7-php7.2-apache
Building bashbrew/cache:603dd0f434b0bd49eff583022b183006e87030ee0148a9b24b41b281b73a7543 (joomla:3.8.7-php7.2-apache)
Tagging joomla:3.8.7-php7.2-apache
Tagging joomla:3.8-php7.2-apache
Tagging joomla:3-php7.2-apache
Tagging joomla:php7.2-apache
Tagging joomla:3.8.7-php7.2
Tagging joomla:3.8-php7.2
Tagging joomla:3-php7.2
Tagging joomla:php7.2

$ test/run.sh joomla:3.8.7-php7.2-apache
testing joomla:3.8.7-php7.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.8.7-php7.2-fpm
Building bashbrew/cache:dd0792008f02d987b96942691b72aa555e59906c99e5e5590665ae745c36140f (joomla:3.8.7-php7.2-fpm)
Tagging joomla:3.8.7-php7.2-fpm
Tagging joomla:3.8-php7.2-fpm
Tagging joomla:3-php7.2-fpm
Tagging joomla:php7.2-fpm

$ test/run.sh joomla:3.8.7-php7.2-fpm
testing joomla:3.8.7-php7.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.8.7-php7.2-fpm-alpine
Building bashbrew/cache:8d55053b51c6f8822d20dc4525f84e30b476e87549ac081e1f800379bf979182 (joomla:3.8.7-php7.2-fpm-alpine)
Tagging joomla:3.8.7-php7.2-fpm-alpine
Tagging joomla:3.8-php7.2-fpm-alpine
Tagging joomla:3-php7.2-fpm-alpine
Tagging joomla:php7.2-fpm-alpine

$ test/run.sh joomla:3.8.7-php7.2-fpm-alpine
testing joomla:3.8.7-php7.2-fpm-alpine
	'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 f0ff531 into docker-library:master Apr 20, 2018
@mbabker mbabker deleted the patch-1 branch April 20, 2018 17:06
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