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 php to 7.0.9, 5.6.24, 5.5.38 #1974

Merged
merged 2 commits into from
Jul 28, 2016
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 21, 2016

Split off from #1971

@tianon
Copy link
Member Author

tianon commented Jul 21, 2016

+ curl -fSL http://php.net/get/php-5.5.38.tar.xz.asc/from/this/mirror -o php.tar.xz.asc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

@tianon
Copy link
Member Author

tianon commented Jul 21, 2016

diff --git a/php_5.5-alpine/Dockerfile b/php_5.5-alpine/Dockerfile
index 68be05c..bf78e92 100644
--- a/php_5.5-alpine/Dockerfile
+++ b/php_5.5-alpine/Dockerfile
@@ -33,9 +33,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d

 ENV GPG_KEYS 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

-ENV PHP_VERSION 5.5.37
-ENV PHP_FILENAME php-5.5.37.tar.xz
-ENV PHP_SHA256 c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612
+ENV PHP_VERSION 5.5.38
+ENV PHP_FILENAME php-5.5.38.tar.xz
+ENV PHP_SHA256 cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f

 RUN set -xe \
    && apk add --no-cache --virtual .fetch-deps \
diff --git a/php_5.5-apache/Dockerfile b/php_5.5-apache/Dockerfile
index eaf3877..df7b5ee 100644
--- a/php_5.5-apache/Dockerfile
+++ b/php_5.5-apache/Dockerfile
@@ -75,9 +75,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2

 ENV GPG_KEYS 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

-ENV PHP_VERSION 5.5.37
-ENV PHP_FILENAME php-5.5.37.tar.xz
-ENV PHP_SHA256 c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612
+ENV PHP_VERSION 5.5.38
+ENV PHP_FILENAME php-5.5.38.tar.xz
+ENV PHP_SHA256 cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f

 RUN set -xe \
    && cd /usr/src/ \
diff --git a/php_5.5-fpm-alpine/Dockerfile b/php_5.5-fpm-alpine/Dockerfile
index 6cec39d..b3eaf83 100644
--- a/php_5.5-fpm-alpine/Dockerfile
+++ b/php_5.5-fpm-alpine/Dockerfile
@@ -34,9 +34,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr

 ENV GPG_KEYS 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

-ENV PHP_VERSION 5.5.37
-ENV PHP_FILENAME php-5.5.37.tar.xz
-ENV PHP_SHA256 c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612
+ENV PHP_VERSION 5.5.38
+ENV PHP_FILENAME php-5.5.38.tar.xz
+ENV PHP_SHA256 cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f

 RUN set -xe \
    && apk add --no-cache --virtual .fetch-deps \
diff --git a/php_5.5-fpm/Dockerfile b/php_5.5-fpm/Dockerfile
index ae7ab4a..0b4d2af 100644
--- a/php_5.5-fpm/Dockerfile
+++ b/php_5.5-fpm/Dockerfile
@@ -29,9 +29,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr

 ENV GPG_KEYS 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

-ENV PHP_VERSION 5.5.37
-ENV PHP_FILENAME php-5.5.37.tar.xz
-ENV PHP_SHA256 c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612
+ENV PHP_VERSION 5.5.38
+ENV PHP_FILENAME php-5.5.38.tar.xz
+ENV PHP_SHA256 cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f

 RUN set -xe \
    && cd /usr/src/ \
diff --git a/php_5.5-zts-alpine/Dockerfile b/php_5.5-zts-alpine/Dockerfile
index 17b3cd8..081e7ba 100644
--- a/php_5.5-zts-alpine/Dockerfile
+++ b/php_5.5-zts-alpine/Dockerfile
@@ -34,9 +34,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts

 ENV GPG_KEYS 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

-ENV PHP_VERSION 5.5.37
-ENV PHP_FILENAME php-5.5.37.tar.xz
-ENV PHP_SHA256 c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612
+ENV PHP_VERSION 5.5.38
+ENV PHP_FILENAME php-5.5.38.tar.xz
+ENV PHP_SHA256 cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f

 RUN set -xe \
    && apk add --no-cache --virtual .fetch-deps \
diff --git a/php_5.5-zts/Dockerfile b/php_5.5-zts/Dockerfile
index 58602a7..d8cc662 100644
--- a/php_5.5-zts/Dockerfile
+++ b/php_5.5-zts/Dockerfile
@@ -29,9 +29,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts

 ENV GPG_KEYS 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

-ENV PHP_VERSION 5.5.37
-ENV PHP_FILENAME php-5.5.37.tar.xz
-ENV PHP_SHA256 c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612
+ENV PHP_VERSION 5.5.38
+ENV PHP_FILENAME php-5.5.38.tar.xz
+ENV PHP_SHA256 cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f

 RUN set -xe \
    && cd /usr/src/ \
diff --git a/php_5.5/Dockerfile b/php_5.5/Dockerfile
index 6146e3f..2c6ca52 100644
--- a/php_5.5/Dockerfile
+++ b/php_5.5/Dockerfile
@@ -28,9 +28,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d

 ENV GPG_KEYS 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D

-ENV PHP_VERSION 5.5.37
-ENV PHP_FILENAME php-5.5.37.tar.xz
-ENV PHP_SHA256 c322444fdf6d3ba26aa67d67ee32d1e815a877f35831351c83763431a80e3612
+ENV PHP_VERSION 5.5.38
+ENV PHP_FILENAME php-5.5.38.tar.xz
+ENV PHP_SHA256 cb527c44b48343c8557fe2446464ff1d4695155a95601083e5d1f175df95580f

 RUN set -xe \
    && cd /usr/src/ \
diff --git a/php_alpine/Dockerfile b/php_alpine/Dockerfile
index 2472dd0..b363cfe 100644
--- a/php_alpine/Dockerfile
+++ b/php_alpine/Dockerfile
@@ -33,9 +33,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d

 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

-ENV PHP_VERSION 7.0.8
-ENV PHP_FILENAME php-7.0.8.tar.xz
-ENV PHP_SHA256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
+ENV PHP_VERSION 7.0.9
+ENV PHP_FILENAME php-7.0.9.tar.xz
+ENV PHP_SHA256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d

 RUN set -xe \
    && apk add --no-cache --virtual .fetch-deps \
diff --git a/php_apache/Dockerfile b/php_apache/Dockerfile
index b97d082..fc2b77c 100644
--- a/php_apache/Dockerfile
+++ b/php_apache/Dockerfile
@@ -75,9 +75,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2

 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

-ENV PHP_VERSION 7.0.8
-ENV PHP_FILENAME php-7.0.8.tar.xz
-ENV PHP_SHA256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
+ENV PHP_VERSION 7.0.9
+ENV PHP_FILENAME php-7.0.9.tar.xz
+ENV PHP_SHA256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d

 RUN set -xe \
    && cd /usr/src/ \
diff --git a/php_fpm-alpine/Dockerfile b/php_fpm-alpine/Dockerfile
index 4dab77a..66a9322 100644
--- a/php_fpm-alpine/Dockerfile
+++ b/php_fpm-alpine/Dockerfile
@@ -34,9 +34,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr

 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

-ENV PHP_VERSION 7.0.8
-ENV PHP_FILENAME php-7.0.8.tar.xz
-ENV PHP_SHA256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
+ENV PHP_VERSION 7.0.9
+ENV PHP_FILENAME php-7.0.9.tar.xz
+ENV PHP_SHA256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d

 RUN set -xe \
    && apk add --no-cache --virtual .fetch-deps \
diff --git a/php_fpm/Dockerfile b/php_fpm/Dockerfile
index b692973..be0bbe4 100644
--- a/php_fpm/Dockerfile
+++ b/php_fpm/Dockerfile
@@ -29,9 +29,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr

 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

-ENV PHP_VERSION 7.0.8
-ENV PHP_FILENAME php-7.0.8.tar.xz
-ENV PHP_SHA256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
+ENV PHP_VERSION 7.0.9
+ENV PHP_FILENAME php-7.0.9.tar.xz
+ENV PHP_SHA256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d

 RUN set -xe \
    && cd /usr/src/ \
diff --git a/php_latest/Dockerfile b/php_latest/Dockerfile
index 3d46395..fe62a2c 100644
--- a/php_latest/Dockerfile
+++ b/php_latest/Dockerfile
@@ -28,9 +28,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d

 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

-ENV PHP_VERSION 7.0.8
-ENV PHP_FILENAME php-7.0.8.tar.xz
-ENV PHP_SHA256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
+ENV PHP_VERSION 7.0.9
+ENV PHP_FILENAME php-7.0.9.tar.xz
+ENV PHP_SHA256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d

 RUN set -xe \
    && cd /usr/src/ \
diff --git a/php_zts-alpine/Dockerfile b/php_zts-alpine/Dockerfile
index 13b0279..8f1acc3 100644
--- a/php_zts-alpine/Dockerfile
+++ b/php_zts-alpine/Dockerfile
@@ -34,9 +34,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts

 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

-ENV PHP_VERSION 7.0.8
-ENV PHP_FILENAME php-7.0.8.tar.xz
-ENV PHP_SHA256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
+ENV PHP_VERSION 7.0.9
+ENV PHP_FILENAME php-7.0.9.tar.xz
+ENV PHP_SHA256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d

 RUN set -xe \
    && apk add --no-cache --virtual .fetch-deps \
diff --git a/php_zts/Dockerfile b/php_zts/Dockerfile
index 5d43061..425a00f 100644
--- a/php_zts/Dockerfile
+++ b/php_zts/Dockerfile
@@ -29,9 +29,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts

 ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763

-ENV PHP_VERSION 7.0.8
-ENV PHP_FILENAME php-7.0.8.tar.xz
-ENV PHP_SHA256 0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394
+ENV PHP_VERSION 7.0.9
+ENV PHP_FILENAME php-7.0.9.tar.xz
+ENV PHP_SHA256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d

 RUN set -xe \
    && cd /usr/src/ \

@tianon tianon changed the title Update php to 7.0.9, 5.5.38 Update php to 7.0.9, 5.6.24, 5.5.38 Jul 22, 2016
@yosifkit
Copy link
Member

They confirmed on the 22nd that the 5.5 signature files were heading to the mirrors: https://twitter.com/official_php/status/756538819415945216 and https://twitter.com/official_php/status/756538741544607744. There was a bug filed today: https://bugs.php.net/bug.php?id=72690.

@yosifkit
Copy link
Member

LGTM, Build test of #1974; 460e80d (php):

$ bashbrew build php:7.0.9-cli
Using bashbrew/cache:1654a6cf9baa897f4964aa00684aeaee05233ddabaf357b608a1999dcf8ee343 (php:7.0.9-cli)
Tagging php:7.0.9-cli
Tagging php:7.0-cli
Tagging php:7-cli
Tagging php:cli
Tagging php:7.0.9
Tagging php:7.0
Tagging php:7
Tagging php:latest

$ test/run.sh php:7.0.9-cli
testing php:7.0.9-cli
    '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.9-alpine
Using bashbrew/cache:1125b7b35b98a604c8e567cfefabbae595cad5e20b96781cb1a9c008e62f7642 (php:7.0.9-alpine)
Tagging php:7.0.9-alpine
Tagging php:7.0-alpine
Tagging php:7-alpine
Tagging php:alpine

$ test/run.sh php:7.0.9-alpine
testing php:7.0.9-alpine
    '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.9-apache
Using bashbrew/cache:a4a67a5852a3933eb26e4bc281a8e017f56fd9f1666550cc26c99436b06f8aa1 (php:7.0.9-apache)
Tagging php:7.0.9-apache
Tagging php:7.0-apache
Tagging php:7-apache
Tagging php:apache

$ test/run.sh php:7.0.9-apache
testing php:7.0.9-apache
    '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-apache-hello-web' [7/7]...passed


$ bashbrew build php:7.0.9-fpm
Using bashbrew/cache:6eef9e56c14b9e6f2916416de92691df42117739716cc2ac3ffcb59dcca0d521 (php:7.0.9-fpm)
Tagging php:7.0.9-fpm
Tagging php:7.0-fpm
Tagging php:7-fpm
Tagging php:fpm

$ test/run.sh php:7.0.9-fpm
testing php:7.0.9-fpm
    '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.9-fpm-alpine
Using bashbrew/cache:0372ee6998ddde6a680e3e3f9e0473355ef688dedf89b6870d4791fdd2c6db5a (php:7.0.9-fpm-alpine)
Tagging php:7.0.9-fpm-alpine
Tagging php:7.0-fpm-alpine
Tagging php:7-fpm-alpine
Tagging php:fpm-alpine

$ test/run.sh php:7.0.9-fpm-alpine
testing php:7.0.9-fpm-alpine
    '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.9-zts
Using bashbrew/cache:0e2b1e76e1520c9566bb260c2018e0f0f4bef5a75abcc5a31b012896928c2232 (php:7.0.9-zts)
Tagging php:7.0.9-zts
Tagging php:7.0-zts
Tagging php:7-zts
Tagging php:zts

$ test/run.sh php:7.0.9-zts
testing php:7.0.9-zts
    '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.9-zts-alpine
Using bashbrew/cache:4e8d34d5fcda64a4d8987eaa25c0719e66b7cc9221f42e57716fd14b5ab2a063 (php:7.0.9-zts-alpine)
Tagging php:7.0.9-zts-alpine
Tagging php:7.0-zts-alpine
Tagging php:7-zts-alpine
Tagging php:zts-alpine

$ test/run.sh php:7.0.9-zts-alpine
testing php:7.0.9-zts-alpine
    '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.24-cli
Using bashbrew/cache:ea7b191f2326a381bf1598bf9152cc0e99ea12479ed90e718ebf7b787002fc62 (php:5.6.24-cli)
Tagging php:5.6.24-cli
Tagging php:5.6-cli
Tagging php:5-cli
Tagging php:5.6.24
Tagging php:5.6
Tagging php:5

$ test/run.sh php:5.6.24-cli
testing php:5.6.24-cli
    '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.24-alpine
Using bashbrew/cache:dced146148d63cac83cd5b5b98c9e58fc948d78f47617f99b59e4e15b4cd0840 (php:5.6.24-alpine)
Tagging php:5.6.24-alpine
Tagging php:5.6-alpine
Tagging php:5-alpine

$ test/run.sh php:5.6.24-alpine
testing php:5.6.24-alpine
    '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.24-apache
Using bashbrew/cache:8363946ef69dd95f22716ca49fc28cd6c83700603ec5b6227a766fb3c679dd41 (php:5.6.24-apache)
Tagging php:5.6.24-apache
Tagging php:5.6-apache
Tagging php:5-apache

$ test/run.sh php:5.6.24-apache
testing php:5.6.24-apache
    '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-apache-hello-web' [7/7]...passed


$ bashbrew build php:5.6.24-fpm
Using bashbrew/cache:1d0daa4a3019de1c1bdb5a53fc7016e93e1b0f7cabb6fdbba8f05f9f11a783d0 (php:5.6.24-fpm)
Tagging php:5.6.24-fpm
Tagging php:5.6-fpm
Tagging php:5-fpm

$ test/run.sh php:5.6.24-fpm
testing php:5.6.24-fpm
    '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.24-fpm-alpine
Using bashbrew/cache:3ce044a5a83ff7842ee1dc4f4be85d65fcb320815dc901779632ebcdddfbf4b0 (php:5.6.24-fpm-alpine)
Tagging php:5.6.24-fpm-alpine
Tagging php:5.6-fpm-alpine
Tagging php:5-fpm-alpine

$ test/run.sh php:5.6.24-fpm-alpine
testing php:5.6.24-fpm-alpine
    '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.24-zts
Using bashbrew/cache:7d8da25bb2f113dad2a71e10626d97e455c59e77612c190c7e5ea58631bd09f1 (php:5.6.24-zts)
Tagging php:5.6.24-zts
Tagging php:5.6-zts
Tagging php:5-zts

$ test/run.sh php:5.6.24-zts
testing php:5.6.24-zts
    '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.24-zts-alpine
Using bashbrew/cache:83bef658ba9a600cd3b2438fe08239246b6b56cf0c764b9cd371615d0110dfc4 (php:5.6.24-zts-alpine)
Tagging php:5.6.24-zts-alpine
Tagging php:5.6-zts-alpine
Tagging php:5-zts-alpine

$ test/run.sh php:5.6.24-zts-alpine
testing php:5.6.24-zts-alpine
    '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.5.38-cli
Building bashbrew/cache:e83ee862c45abb48c6993266bf6d20d8625aa32a82fb792f0074208e66d225e8 (php:5.5.38-cli)
Tagging php:5.5.38-cli
Tagging php:5.5-cli
Tagging php:5.5.38
Tagging php:5.5

$ test/run.sh php:5.5.38-cli
testing php:5.5.38-cli
    '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.5.38-alpine
Building bashbrew/cache:0f95a5b6bae7619415bf78bf04e368990f53d44c026a7911d4c58a87dc7149b4 (php:5.5.38-alpine)
Tagging php:5.5.38-alpine
Tagging php:5.5-alpine

$ test/run.sh php:5.5.38-alpine
testing php:5.5.38-alpine
    '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.5.38-apache
Building bashbrew/cache:af30463648ef526e3467896e11cebdb98c722b797c8cb19bb63260aca4232dc4 (php:5.5.38-apache)
Tagging php:5.5.38-apache
Tagging php:5.5-apache

$ test/run.sh php:5.5.38-apache
testing php:5.5.38-apache
    '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-apache-hello-web' [7/7]...passed


$ bashbrew build php:5.5.38-fpm
Building bashbrew/cache:2867c3dd6a292886e0d9e05f6c0cf3bdbf6a44a367248956db5a50c35b667e25 (php:5.5.38-fpm)
Tagging php:5.5.38-fpm
Tagging php:5.5-fpm

$ test/run.sh php:5.5.38-fpm
testing php:5.5.38-fpm
    '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.5.38-fpm-alpine
Building bashbrew/cache:2a8e888b336ce751854522de1338e8ac32209a62c5a74f2d44b29c3a51c229b8 (php:5.5.38-fpm-alpine)
Tagging php:5.5.38-fpm-alpine
Tagging php:5.5-fpm-alpine

$ test/run.sh php:5.5.38-fpm-alpine
testing php:5.5.38-fpm-alpine
    '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.5.38-zts
Building bashbrew/cache:e9acfe407f9bade95f9017fbc1b92f7ebb6735f5d0a890d817b05f22a74d2b90 (php:5.5.38-zts)
Tagging php:5.5.38-zts
Tagging php:5.5-zts

$ test/run.sh php:5.5.38-zts
testing php:5.5.38-zts
    '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.5.38-zts-alpine
Building bashbrew/cache:d5f65101fd99208f61e449180549bbcf1e6fd55e72e47990041a884603269e6c (php:5.5.38-zts-alpine)
Tagging php:5.5.38-zts-alpine
Tagging php:5.5-zts-alpine

$ test/run.sh php:5.5.38-zts-alpine
testing php:5.5.38-zts-alpine
    '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

@yosifkit yosifkit merged commit 5e475d2 into docker-library:master Jul 28, 2016
@yosifkit yosifkit deleted the php branch July 28, 2016 17:14
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