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

[security] Update PHP to 7.0.25 #3632

Merged
merged 1 commit into from
Oct 26, 2017
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Oct 26, 2017

@tianon
Copy link
Member Author

tianon commented Oct 26, 2017

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 4d1fa1b..91609c5 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -88,24 +88,24 @@ php:7.0-zts
 php:7.0-zts-alpine
 php:7.0-zts-alpine3.4
 php:7.0-zts-jessie
-php:7.0.24
-php:7.0.24-alpine
-php:7.0.24-alpine3.4
-php:7.0.24-apache
-php:7.0.24-apache-jessie
-php:7.0.24-cli
-php:7.0.24-cli-alpine
-php:7.0.24-cli-alpine3.4
-php:7.0.24-cli-jessie
-php:7.0.24-fpm
-php:7.0.24-fpm-alpine
-php:7.0.24-fpm-alpine3.4
-php:7.0.24-fpm-jessie
-php:7.0.24-jessie
-php:7.0.24-zts
-php:7.0.24-zts-alpine
-php:7.0.24-zts-alpine3.4
-php:7.0.24-zts-jessie
+php:7.0.25
+php:7.0.25-alpine
+php:7.0.25-alpine3.4
+php:7.0.25-apache
+php:7.0.25-apache-jessie
+php:7.0.25-cli
+php:7.0.25-cli-alpine
+php:7.0.25-cli-alpine3.4
+php:7.0.25-cli-jessie
+php:7.0.25-fpm
+php:7.0.25-fpm-alpine
+php:7.0.25-fpm-alpine3.4
+php:7.0.25-fpm-jessie
+php:7.0.25-jessie
+php:7.0.25-zts
+php:7.0.25-zts-alpine
+php:7.0.25-zts-alpine3.4
+php:7.0.25-zts-jessie
 php:7.1
 php:7.1-alpine
 php:7.1-alpine3.4
diff --git a/php_7.0-alpine/Dockerfile b/php_7.0-alpine/Dockerfile
index 0a2a5e8..2ef3731 100644
--- a/php_7.0-alpine/Dockerfile
+++ b/php_7.0-alpine/Dockerfile
@@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
 
 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
 
-ENV PHP_VERSION 7.0.24
-ENV PHP_URL="https://secure.php.net/get/php-7.0.24.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.24.tar.xz.asc/from/this/mirror"
-ENV PHP_SHA256="4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98" PHP_MD5=""
+ENV PHP_VERSION 7.0.25
+ENV PHP_URL="https://secure.php.net/get/php-7.0.25.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.25.tar.xz.asc/from/this/mirror"
+ENV PHP_SHA256="5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc" PHP_MD5=""
 
 RUN set -xe; \
 	\
diff --git a/php_7.0-apache/Dockerfile b/php_7.0-apache/Dockerfile
index e9ae585..8aeaac0 100644
--- a/php_7.0-apache/Dockerfile
+++ b/php_7.0-apache/Dockerfile
@@ -105,9 +105,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
 
 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
 
-ENV PHP_VERSION 7.0.24
-ENV PHP_URL="https://secure.php.net/get/php-7.0.24.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.24.tar.xz.asc/from/this/mirror"
-ENV PHP_SHA256="4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98" PHP_MD5=""
+ENV PHP_VERSION 7.0.25
+ENV PHP_URL="https://secure.php.net/get/php-7.0.25.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.25.tar.xz.asc/from/this/mirror"
+ENV PHP_SHA256="5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc" PHP_MD5=""
 
 RUN set -xe; \
 	\
diff --git a/php_7.0-fpm-alpine/Dockerfile b/php_7.0-fpm-alpine/Dockerfile
index abd1f9b..a5b769e 100644
--- a/php_7.0-fpm-alpine/Dockerfile
+++ b/php_7.0-fpm-alpine/Dockerfile
@@ -54,9 +54,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
 
 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
 
-ENV PHP_VERSION 7.0.24
-ENV PHP_URL="https://secure.php.net/get/php-7.0.24.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.24.tar.xz.asc/from/this/mirror"
-ENV PHP_SHA256="4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98" PHP_MD5=""
+ENV PHP_VERSION 7.0.25
+ENV PHP_URL="https://secure.php.net/get/php-7.0.25.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.25.tar.xz.asc/from/this/mirror"
+ENV PHP_SHA256="5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc" PHP_MD5=""
 
 RUN set -xe; \
 	\
diff --git a/php_7.0-fpm/Dockerfile b/php_7.0-fpm/Dockerfile
index 2052bb9..2a375bf 100644
--- a/php_7.0-fpm/Dockerfile
+++ b/php_7.0-fpm/Dockerfile
@@ -47,9 +47,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
 
 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
 
-ENV PHP_VERSION 7.0.24
-ENV PHP_URL="https://secure.php.net/get/php-7.0.24.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.24.tar.xz.asc/from/this/mirror"
-ENV PHP_SHA256="4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98" PHP_MD5=""
+ENV PHP_VERSION 7.0.25
+ENV PHP_URL="https://secure.php.net/get/php-7.0.25.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.25.tar.xz.asc/from/this/mirror"
+ENV PHP_SHA256="5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc" PHP_MD5=""
 
 RUN set -xe; \
 	\
diff --git a/php_7.0-zts-alpine/Dockerfile b/php_7.0-zts-alpine/Dockerfile
index 3293a1c..699900b 100644
--- a/php_7.0-zts-alpine/Dockerfile
+++ b/php_7.0-zts-alpine/Dockerfile
@@ -54,9 +54,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
 
 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
 
-ENV PHP_VERSION 7.0.24
-ENV PHP_URL="https://secure.php.net/get/php-7.0.24.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.24.tar.xz.asc/from/this/mirror"
-ENV PHP_SHA256="4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98" PHP_MD5=""
+ENV PHP_VERSION 7.0.25
+ENV PHP_URL="https://secure.php.net/get/php-7.0.25.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.25.tar.xz.asc/from/this/mirror"
+ENV PHP_SHA256="5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc" PHP_MD5=""
 
 RUN set -xe; \
 	\
diff --git a/php_7.0-zts/Dockerfile b/php_7.0-zts/Dockerfile
index 3a55e8c..6378f66 100644
--- a/php_7.0-zts/Dockerfile
+++ b/php_7.0-zts/Dockerfile
@@ -47,9 +47,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
 
 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
 
-ENV PHP_VERSION 7.0.24
-ENV PHP_URL="https://secure.php.net/get/php-7.0.24.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.24.tar.xz.asc/from/this/mirror"
-ENV PHP_SHA256="4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98" PHP_MD5=""
+ENV PHP_VERSION 7.0.25
+ENV PHP_URL="https://secure.php.net/get/php-7.0.25.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.25.tar.xz.asc/from/this/mirror"
+ENV PHP_SHA256="5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc" PHP_MD5=""
 
 RUN set -xe; \
 	\
diff --git a/php_7.0/Dockerfile b/php_7.0/Dockerfile
index 868fb95..7137794 100644
--- a/php_7.0/Dockerfile
+++ b/php_7.0/Dockerfile
@@ -46,9 +46,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
 
 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
 
-ENV PHP_VERSION 7.0.24
-ENV PHP_URL="https://secure.php.net/get/php-7.0.24.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.24.tar.xz.asc/from/this/mirror"
-ENV PHP_SHA256="4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98" PHP_MD5=""
+ENV PHP_VERSION 7.0.25
+ENV PHP_URL="https://secure.php.net/get/php-7.0.25.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.25.tar.xz.asc/from/this/mirror"
+ENV PHP_SHA256="5cc14bd20fb2226f6d34465662425cd100441bde9042ea1cef2e4506d6ded8cc" PHP_MD5=""
 
 RUN set -xe; \
 	\

@tianon
Copy link
Member Author

tianon commented Oct 26, 2017

Build test of #3632; 1d80a41 (php):

$ bashbrew build php:7.2.0RC4-cli-stretch
Using bashbrew/cache:4123964b05de179c62ae00fdae4f7d5988b41ddf8da3d114bd9b945f85f3785a (php:7.2.0RC4-cli-stretch)
Tagging php:7.2.0RC4-cli-stretch
Tagging php:7.2-rc-cli-stretch
Tagging php:rc-cli-stretch
Tagging php:7.2.0RC4-stretch
Tagging php:7.2-rc-stretch
Tagging php:rc-stretch
Tagging php:7.2.0RC4-cli
Tagging php:7.2-rc-cli
Tagging php:rc-cli
Tagging php:7.2.0RC4
Tagging php:7.2-rc
Tagging php:rc

$ test/run.sh php:7.2.0RC4-cli-stretch
testing php:7.2.0RC4-cli-stretch
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.2.0RC4-apache-stretch
Using bashbrew/cache:22cb86710d9a1f3bad933c3b7093031321c3989a462b67afbd93cbb3f18f8360 (php:7.2.0RC4-apache-stretch)
Tagging php:7.2.0RC4-apache-stretch
Tagging php:7.2-rc-apache-stretch
Tagging php:rc-apache-stretch
Tagging php:7.2.0RC4-apache
Tagging php:7.2-rc-apache
Tagging php:rc-apache

$ test/run.sh php:7.2.0RC4-apache-stretch
testing php:7.2.0RC4-apache-stretch
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.2.0RC4-fpm-stretch
Using bashbrew/cache:d810062b25a5af967f622649c33a898cea76d34e9619de82dedc7a5607e820bf (php:7.2.0RC4-fpm-stretch)
Tagging php:7.2.0RC4-fpm-stretch
Tagging php:7.2-rc-fpm-stretch
Tagging php:rc-fpm-stretch
Tagging php:7.2.0RC4-fpm
Tagging php:7.2-rc-fpm
Tagging php:rc-fpm

$ test/run.sh php:7.2.0RC4-fpm-stretch
testing php:7.2.0RC4-fpm-stretch
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-fpm-hello-web' [7/7]...passed


$ bashbrew build php:7.2.0RC4-zts-stretch
Using bashbrew/cache:4a4463782d3aaf699e3d3f3aff8e71831cf1cac603c4c4d53af177de5fed541f (php:7.2.0RC4-zts-stretch)
Tagging php:7.2.0RC4-zts-stretch
Tagging php:7.2-rc-zts-stretch
Tagging php:rc-zts-stretch
Tagging php:7.2.0RC4-zts
Tagging php:7.2-rc-zts
Tagging php:rc-zts

$ test/run.sh php:7.2.0RC4-zts-stretch
testing php:7.2.0RC4-zts-stretch
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.2.0RC4-cli-alpine3.6
Using bashbrew/cache:a635f563df8c1b5911e3d9ef96e074d93b938486e96a59e8268a8e06caf38cf7 (php:7.2.0RC4-cli-alpine3.6)
Tagging php:7.2.0RC4-cli-alpine3.6
Tagging php:7.2-rc-cli-alpine3.6
Tagging php:rc-cli-alpine3.6
Tagging php:7.2.0RC4-alpine3.6
Tagging php:7.2-rc-alpine3.6
Tagging php:rc-alpine3.6
Tagging php:7.2.0RC4-cli-alpine
Tagging php:7.2-rc-cli-alpine
Tagging php:rc-cli-alpine
Tagging php:7.2.0RC4-alpine
Tagging php:7.2-rc-alpine
Tagging php:rc-alpine

$ test/run.sh php:7.2.0RC4-cli-alpine3.6
testing php:7.2.0RC4-cli-alpine3.6
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.2.0RC4-fpm-alpine3.6
Using bashbrew/cache:43fa7474deca1ca96ba9eb4150e814c58fe77e88a96b041926ba911531f1b11d (php:7.2.0RC4-fpm-alpine3.6)
Tagging php:7.2.0RC4-fpm-alpine3.6
Tagging php:7.2-rc-fpm-alpine3.6
Tagging php:rc-fpm-alpine3.6
Tagging php:7.2.0RC4-fpm-alpine
Tagging php:7.2-rc-fpm-alpine
Tagging php:rc-fpm-alpine

$ test/run.sh php:7.2.0RC4-fpm-alpine3.6
testing php:7.2.0RC4-fpm-alpine3.6
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-fpm-hello-web' [7/7]...passed


$ bashbrew build php:7.2.0RC4-zts-alpine3.6
Using bashbrew/cache:6c3b92194ec1c7910c054c06fb6697c1c66b27093baf3c532fe5e3ddb1505a0d (php:7.2.0RC4-zts-alpine3.6)
Tagging php:7.2.0RC4-zts-alpine3.6
Tagging php:7.2-rc-zts-alpine3.6
Tagging php:rc-zts-alpine3.6
Tagging php:7.2.0RC4-zts-alpine
Tagging php:7.2-rc-zts-alpine
Tagging php:rc-zts-alpine

$ test/run.sh php:7.2.0RC4-zts-alpine3.6
testing php:7.2.0RC4-zts-alpine3.6
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.1.10-cli-jessie
Using bashbrew/cache:0be2944e608c747d4c78ce1232b3776fb76a600be5e2cb515ab67874d914448e (php:7.1.10-cli-jessie)
Tagging php:7.1.10-cli-jessie
Tagging php:7.1-cli-jessie
Tagging php:7-cli-jessie
Tagging php:cli-jessie
Tagging php:7.1.10-jessie
Tagging php:7.1-jessie
Tagging php:7-jessie
Tagging php:jessie
Tagging php:7.1.10-cli
Tagging php:7.1-cli
Tagging php:7-cli
Tagging php:cli
Tagging php:7.1.10
Tagging php:7.1
Tagging php:7
Tagging php:latest

$ test/run.sh php:7.1.10-cli-jessie
testing php:7.1.10-cli-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.1.10-apache-jessie
Using bashbrew/cache:4ffc6a59ed9e505a007f99d7f950d741bc6c0bc07779eff8ced60aa1b28de6ce (php:7.1.10-apache-jessie)
Tagging php:7.1.10-apache-jessie
Tagging php:7.1-apache-jessie
Tagging php:7-apache-jessie
Tagging php:apache-jessie
Tagging php:7.1.10-apache
Tagging php:7.1-apache
Tagging php:7-apache
Tagging php:apache

$ test/run.sh php:7.1.10-apache-jessie
testing php:7.1.10-apache-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.1.10-fpm-jessie
Using bashbrew/cache:860488176e7c1cbc1d5dbfd7e1215f8f1e241a58d68762ffa43d3b68438259ad (php:7.1.10-fpm-jessie)
Tagging php:7.1.10-fpm-jessie
Tagging php:7.1-fpm-jessie
Tagging php:7-fpm-jessie
Tagging php:fpm-jessie
Tagging php:7.1.10-fpm
Tagging php:7.1-fpm
Tagging php:7-fpm
Tagging php:fpm

$ test/run.sh php:7.1.10-fpm-jessie
testing php:7.1.10-fpm-jessie
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-fpm-hello-web' [7/7]...passed


$ bashbrew build php:7.1.10-zts-jessie
Using bashbrew/cache:6d5b59da8b5b891ef604ee68e6291c19c8c9d291b84286d7755ed03464f0b086 (php:7.1.10-zts-jessie)
Tagging php:7.1.10-zts-jessie
Tagging php:7.1-zts-jessie
Tagging php:7-zts-jessie
Tagging php:zts-jessie
Tagging php:7.1.10-zts
Tagging php:7.1-zts
Tagging php:7-zts
Tagging php:zts

$ test/run.sh php:7.1.10-zts-jessie
testing php:7.1.10-zts-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.1.10-cli-alpine3.4
Using bashbrew/cache:2dafa478c6a1663ffa906951a4bc24bd6ad0c93739026ae2d8a2b5cdfb8ac254 (php:7.1.10-cli-alpine3.4)
Tagging php:7.1.10-cli-alpine3.4
Tagging php:7.1-cli-alpine3.4
Tagging php:7-cli-alpine3.4
Tagging php:cli-alpine3.4
Tagging php:7.1.10-alpine3.4
Tagging php:7.1-alpine3.4
Tagging php:7-alpine3.4
Tagging php:alpine3.4
Tagging php:7.1.10-cli-alpine
Tagging php:7.1-cli-alpine
Tagging php:7-cli-alpine
Tagging php:cli-alpine
Tagging php:7.1.10-alpine
Tagging php:7.1-alpine
Tagging php:7-alpine
Tagging php:alpine

$ test/run.sh php:7.1.10-cli-alpine3.4
testing php:7.1.10-cli-alpine3.4
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.1.10-fpm-alpine3.4
Using bashbrew/cache:b0b48b5ded0df3d031069153652e481d7117ab37ac72041853720ed4dfc1ca51 (php:7.1.10-fpm-alpine3.4)
Tagging php:7.1.10-fpm-alpine3.4
Tagging php:7.1-fpm-alpine3.4
Tagging php:7-fpm-alpine3.4
Tagging php:fpm-alpine3.4
Tagging php:7.1.10-fpm-alpine
Tagging php:7.1-fpm-alpine
Tagging php:7-fpm-alpine
Tagging php:fpm-alpine

$ test/run.sh php:7.1.10-fpm-alpine3.4
testing php:7.1.10-fpm-alpine3.4
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-fpm-hello-web' [7/7]...passed


$ bashbrew build php:7.1.10-zts-alpine3.4
Using bashbrew/cache:1312b9f8e894e96fbdd8b13aeec66f9cebedffdb8d27fecf63bd8c7053dba90f (php:7.1.10-zts-alpine3.4)
Tagging php:7.1.10-zts-alpine3.4
Tagging php:7.1-zts-alpine3.4
Tagging php:7-zts-alpine3.4
Tagging php:zts-alpine3.4
Tagging php:7.1.10-zts-alpine
Tagging php:7.1-zts-alpine
Tagging php:7-zts-alpine
Tagging php:zts-alpine

$ test/run.sh php:7.1.10-zts-alpine3.4
testing php:7.1.10-zts-alpine3.4
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.0.25-cli-jessie
Building bashbrew/cache:cc77f32e9a3698dd74f041bb57cfad464deb41b15ec0c65a4759c9f1c57e4c83 (php:7.0.25-cli-jessie)
Tagging php:7.0.25-cli-jessie
Tagging php:7.0-cli-jessie
Tagging php:7.0.25-jessie
Tagging php:7.0-jessie
Tagging php:7.0.25-cli
Tagging php:7.0-cli
Tagging php:7.0.25
Tagging php:7.0

$ test/run.sh php:7.0.25-cli-jessie
testing php:7.0.25-cli-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.0.25-apache-jessie
Building bashbrew/cache:6968df59f0455f0277e14ebfd7579c6c8d7f772600e2a0eba20fd771ad99904f (php:7.0.25-apache-jessie)
Tagging php:7.0.25-apache-jessie
Tagging php:7.0-apache-jessie
Tagging php:7.0.25-apache
Tagging php:7.0-apache

$ test/run.sh php:7.0.25-apache-jessie
testing php:7.0.25-apache-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.0.25-fpm-jessie
Building bashbrew/cache:1d43e03e80e8e1fd2ecd1c8f2654b43d1aaa4321ca4dc63a36817387184b6899 (php:7.0.25-fpm-jessie)
Tagging php:7.0.25-fpm-jessie
Tagging php:7.0-fpm-jessie
Tagging php:7.0.25-fpm
Tagging php:7.0-fpm

$ test/run.sh php:7.0.25-fpm-jessie
testing php:7.0.25-fpm-jessie
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-fpm-hello-web' [7/7]...passed


$ bashbrew build php:7.0.25-zts-jessie
Building bashbrew/cache:c0565da058c3040f13f609db32afef56ea5816f8ded5d83439e03b9acbfadf6c (php:7.0.25-zts-jessie)
Tagging php:7.0.25-zts-jessie
Tagging php:7.0-zts-jessie
Tagging php:7.0.25-zts
Tagging php:7.0-zts

$ test/run.sh php:7.0.25-zts-jessie
testing php:7.0.25-zts-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.0.25-cli-alpine3.4
Building bashbrew/cache:740e1649c61ee726696d7ba2f226321b1aa32462fd86d35fb044aeb0307b9c96 (php:7.0.25-cli-alpine3.4)
Tagging php:7.0.25-cli-alpine3.4
Tagging php:7.0-cli-alpine3.4
Tagging php:7.0.25-alpine3.4
Tagging php:7.0-alpine3.4
Tagging php:7.0.25-cli-alpine
Tagging php:7.0-cli-alpine
Tagging php:7.0.25-alpine
Tagging php:7.0-alpine

$ test/run.sh php:7.0.25-cli-alpine3.4
testing php:7.0.25-cli-alpine3.4
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:7.0.25-fpm-alpine3.4
Building bashbrew/cache:a4f9c69e5d00d7d1193a83045b08fd2799461a55581e71a4b69f95dfbc27cd62 (php:7.0.25-fpm-alpine3.4)
Tagging php:7.0.25-fpm-alpine3.4
Tagging php:7.0-fpm-alpine3.4
Tagging php:7.0.25-fpm-alpine
Tagging php:7.0-fpm-alpine

$ test/run.sh php:7.0.25-fpm-alpine3.4
testing php:7.0.25-fpm-alpine3.4
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-fpm-hello-web' [7/7]...passed


$ bashbrew build php:7.0.25-zts-alpine3.4
Building bashbrew/cache:c86c5fbd6cd768f29beaf6c1ec6b67d45944572308bcf75c021d61271b385719 (php:7.0.25-zts-alpine3.4)
Tagging php:7.0.25-zts-alpine3.4
Tagging php:7.0-zts-alpine3.4
Tagging php:7.0.25-zts-alpine
Tagging php:7.0-zts-alpine

$ test/run.sh php:7.0.25-zts-alpine3.4
testing php:7.0.25-zts-alpine3.4
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:5.6.31-cli-jessie
Using bashbrew/cache:7861b23b9cea99e79431f1c54949b1bc7318f66bd12acf7037ae72c6cad32acb (php:5.6.31-cli-jessie)
Tagging php:5.6.31-cli-jessie
Tagging php:5.6-cli-jessie
Tagging php:5-cli-jessie
Tagging php:5.6.31-jessie
Tagging php:5.6-jessie
Tagging php:5-jessie
Tagging php:5.6.31-cli
Tagging php:5.6-cli
Tagging php:5-cli
Tagging php:5.6.31
Tagging php:5.6
Tagging php:5

$ test/run.sh php:5.6.31-cli-jessie
testing php:5.6.31-cli-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:5.6.31-apache-jessie
Using bashbrew/cache:dbd0700f900e995285506955da884863ff10b8c478534efa7ee10730a024c2ea (php:5.6.31-apache-jessie)
Tagging php:5.6.31-apache-jessie
Tagging php:5.6-apache-jessie
Tagging php:5-apache-jessie
Tagging php:5.6.31-apache
Tagging php:5.6-apache
Tagging php:5-apache

$ test/run.sh php:5.6.31-apache-jessie
testing php:5.6.31-apache-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:5.6.31-fpm-jessie
Using bashbrew/cache:8406a3488f0131cb93ba25d8bba331b1f3589ca7574997fd0fc685fbfbac0d2e (php:5.6.31-fpm-jessie)
Tagging php:5.6.31-fpm-jessie
Tagging php:5.6-fpm-jessie
Tagging php:5-fpm-jessie
Tagging php:5.6.31-fpm
Tagging php:5.6-fpm
Tagging php:5-fpm

$ test/run.sh php:5.6.31-fpm-jessie
testing php:5.6.31-fpm-jessie
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-fpm-hello-web' [7/7]...passed


$ bashbrew build php:5.6.31-zts-jessie
Using bashbrew/cache:f15e6ef5257e12727fb66368d1124d230bb37b3d828b1e0e950b9ac48392f527 (php:5.6.31-zts-jessie)
Tagging php:5.6.31-zts-jessie
Tagging php:5.6-zts-jessie
Tagging php:5-zts-jessie
Tagging php:5.6.31-zts
Tagging php:5.6-zts
Tagging php:5-zts

$ test/run.sh php:5.6.31-zts-jessie
testing php:5.6.31-zts-jessie
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:5.6.31-cli-alpine3.4
Using bashbrew/cache:b507cf87f77a2d8c4a9cd9274c6c6bd12023654fe65bac08f46555c9477f01d9 (php:5.6.31-cli-alpine3.4)
Tagging php:5.6.31-cli-alpine3.4
Tagging php:5.6-cli-alpine3.4
Tagging php:5-cli-alpine3.4
Tagging php:5.6.31-alpine3.4
Tagging php:5.6-alpine3.4
Tagging php:5-alpine3.4
Tagging php:5.6.31-cli-alpine
Tagging php:5.6-cli-alpine
Tagging php:5-cli-alpine
Tagging php:5.6.31-alpine
Tagging php:5.6-alpine
Tagging php:5-alpine

$ test/run.sh php:5.6.31-cli-alpine3.4
testing php:5.6.31-cli-alpine3.4
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed


$ bashbrew build php:5.6.31-fpm-alpine3.4
Using bashbrew/cache:ebb0b44eded7e1bd705020f110745ecdb9da9f15026d618437721b69fb747765 (php:5.6.31-fpm-alpine3.4)
Tagging php:5.6.31-fpm-alpine3.4
Tagging php:5.6-fpm-alpine3.4
Tagging php:5-fpm-alpine3.4
Tagging php:5.6.31-fpm-alpine
Tagging php:5.6-fpm-alpine
Tagging php:5-fpm-alpine

$ test/run.sh php:5.6.31-fpm-alpine3.4
testing php:5.6.31-fpm-alpine3.4
	'utc' [1/7]...passed
	'cve-2014--shellshock' [2/7]...passed
	'no-hard-coded-passwords' [3/7]...passed
	'override-cmd' [4/7]...passed
	'php-ext-install' [5/7]...passed
	'php-hello-world' [6/7]...passed
	'php-fpm-hello-web' [7/7]...passed


$ bashbrew build php:5.6.31-zts-alpine3.4
Using bashbrew/cache:4dffe4bce0c714084fc61745218f9c930625ee3bfacee59ea42d99b239bc7c25 (php:5.6.31-zts-alpine3.4)
Tagging php:5.6.31-zts-alpine3.4
Tagging php:5.6-zts-alpine3.4
Tagging php:5-zts-alpine3.4
Tagging php:5.6.31-zts-alpine
Tagging php:5.6-zts-alpine
Tagging php:5-zts-alpine

$ test/run.sh php:5.6.31-zts-alpine3.4
testing php:5.6.31-zts-alpine3.4
	'utc' [1/6]...passed
	'cve-2014--shellshock' [2/6]...passed
	'no-hard-coded-passwords' [3/6]...passed
	'override-cmd' [4/6]...passed
	'php-ext-install' [5/6]...passed
	'php-hello-world' [6/6]...passed

@tianon tianon merged commit 7d8fb4f into docker-library:master Oct 26, 2017
@tianon tianon deleted the php-7.0.25 branch October 26, 2017 19:02
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.

2 participants