-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 docker-library images #3109
Merged
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Jun 22, 2017
Merged
Update docker-library images #3109
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Jun 22, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- `docker`: 17.06.0-ce-rc5 - `drupal`: 8.3.4, 7.56 - `hylang`: ??? - `kibana`: remove 4.1 (EOL; https://www.elastic.co/support/eol) - `logstash`: remove 1.5 (EOL; https://www.elastic.co/support/eol) - `mongo`: 3.5.9 - `redmine`: `REDMINE_PLUGINS_MIGRATE` (docker-library/redmine#10) - `wordpress`: cli 1.2.1
Diff:diff --git a/_bashbrew-arches b/_bashbrew-arches
index 2c7d1d4..c665150 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -18,10 +18,7 @@ drupal:fpm-alpine @ amd64
drupal:latest @ amd64
hylang:latest @ amd64
kibana:4 @ amd64
-kibana:4.1 @ amd64
kibana:latest @ amd64
-logstash:1 @ amd64
-logstash:1-alpine @ amd64
logstash:2 @ amd64
logstash:2-alpine @ amd64
logstash:alpine @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index cdc35d5..671f1ca 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -38,9 +38,9 @@ docker:17.06.0
docker:17.06.0-ce
docker:17.06.0-ce-dind
docker:17.06.0-ce-git
-docker:17.06.0-ce-rc4
-docker:17.06.0-ce-rc4-dind
-docker:17.06.0-ce-rc4-git
+docker:17.06.0-ce-rc5
+docker:17.06.0-ce-rc5-dind
+docker:17.06.0-ce-rc5-git
docker:17.06.0-dind
docker:17.06.0-git
docker:dind
@@ -62,10 +62,10 @@ drupal:7
drupal:7-apache
drupal:7-fpm
drupal:7-fpm-alpine
-drupal:7.55
-drupal:7.55-apache
-drupal:7.55-fpm
-drupal:7.55-fpm-alpine
+drupal:7.56
+drupal:7.56-apache
+drupal:7.56-fpm
+drupal:7.56-fpm-alpine
drupal:8
drupal:8-apache
drupal:8-fpm
@@ -74,10 +74,10 @@ drupal:8.3
drupal:8.3-apache
drupal:8.3-fpm
drupal:8.3-fpm-alpine
-drupal:8.3.3
-drupal:8.3.3-apache
-drupal:8.3.3-fpm
-drupal:8.3.3-fpm-alpine
+drupal:8.3.4
+drupal:8.3.4-apache
+drupal:8.3.4-fpm
+drupal:8.3.4-fpm-alpine
drupal:apache
drupal:fpm
drupal:fpm-alpine
@@ -87,20 +87,12 @@ hylang:0.13
hylang:0.13.0
hylang:latest
kibana:4
-kibana:4.1
-kibana:4.1.11
kibana:4.6
kibana:4.6.4
kibana:5
kibana:5.4
kibana:5.4.2
kibana:latest
-logstash:1
-logstash:1-alpine
-logstash:1.5
-logstash:1.5-alpine
-logstash:1.5.6
-logstash:1.5.6-alpine
logstash:2
logstash:2-alpine
logstash:2.4
@@ -131,8 +123,8 @@ mongo:3.4.5
mongo:3.4.5-windowsservercore
mongo:3.5
mongo:3.5-windowsservercore
-mongo:3.5.8
-mongo:3.5.8-windowsservercore
+mongo:3.5.9
+mongo:3.5.9-windowsservercore
mongo:latest
mongo:unstable
mongo:unstable-windowsservercore
@@ -207,14 +199,14 @@ wordpress:cli-1
wordpress:cli-1-php5.6
wordpress:cli-1-php7.0
wordpress:cli-1-php7.1
-wordpress:cli-1.1
-wordpress:cli-1.1-php5.6
-wordpress:cli-1.1-php7.0
-wordpress:cli-1.1-php7.1
-wordpress:cli-1.1.0
-wordpress:cli-1.1.0-php5.6
-wordpress:cli-1.1.0-php7.0
-wordpress:cli-1.1.0-php7.1
+wordpress:cli-1.2
+wordpress:cli-1.2-php5.6
+wordpress:cli-1.2-php7.0
+wordpress:cli-1.2-php7.1
+wordpress:cli-1.2.1
+wordpress:cli-1.2.1-php5.6
+wordpress:cli-1.2.1-php7.0
+wordpress:cli-1.2.1-php7.1
wordpress:cli-php5.6
wordpress:cli-php7.0
wordpress:cli-php7.1
diff --git a/docker_test/Dockerfile b/docker_test/Dockerfile
index a3ccae3..38c0d49 100644
--- a/docker_test/Dockerfile
+++ b/docker_test/Dockerfile
@@ -4,7 +4,7 @@ RUN apk add --no-cache \
ca-certificates
ENV DOCKER_CHANNEL test
-ENV DOCKER_VERSION 17.06.0-ce-rc4
+ENV DOCKER_VERSION 17.06.0-ce-rc5
# TODO ENV DOCKER_SHA256
# https://github.com/docker/docker-ce/blob/5b073ee2cf564edee5adca05eee574142f7627bb/components/packaging/static/hash_files !!
# (no SHA file artifacts on download.docker.com yet as of 2017-06-07 though)
diff --git a/drupal_7-fpm-alpine/Dockerfile b/drupal_7-fpm-alpine/Dockerfile
index 136d157..4f9f7f3 100644
--- a/drupal_7-fpm-alpine/Dockerfile
+++ b/drupal_7-fpm-alpine/Dockerfile
@@ -29,8 +29,8 @@ RUN set -ex \
WORKDIR /var/www/html
# https://www.drupal.org/node/3060/release
-ENV DRUPAL_VERSION 7.55
-ENV DRUPAL_MD5 ad97f8c86cee7be9d6ab13724b55fa1c
+ENV DRUPAL_VERSION 7.56
+ENV DRUPAL_MD5 5d198f40f0f1cbf9cdf1bf3de842e534
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
diff --git a/drupal_7-fpm/Dockerfile b/drupal_7-fpm/Dockerfile
index 93e980d..43d9907 100644
--- a/drupal_7-fpm/Dockerfile
+++ b/drupal_7-fpm/Dockerfile
@@ -23,8 +23,8 @@ RUN set -ex \
WORKDIR /var/www/html
# https://www.drupal.org/node/3060/release
-ENV DRUPAL_VERSION 7.55
-ENV DRUPAL_MD5 ad97f8c86cee7be9d6ab13724b55fa1c
+ENV DRUPAL_VERSION 7.56
+ENV DRUPAL_MD5 5d198f40f0f1cbf9cdf1bf3de842e534
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
diff --git a/drupal_7/Dockerfile b/drupal_7/Dockerfile
index 367246e..e3dc8d5 100644
--- a/drupal_7/Dockerfile
+++ b/drupal_7/Dockerfile
@@ -25,8 +25,8 @@ RUN set -ex \
WORKDIR /var/www/html
# https://www.drupal.org/node/3060/release
-ENV DRUPAL_VERSION 7.55
-ENV DRUPAL_MD5 ad97f8c86cee7be9d6ab13724b55fa1c
+ENV DRUPAL_VERSION 7.56
+ENV DRUPAL_MD5 5d198f40f0f1cbf9cdf1bf3de842e534
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
diff --git a/drupal_fpm-alpine/Dockerfile b/drupal_fpm-alpine/Dockerfile
index cca2b76..f5eeb47 100644
--- a/drupal_fpm-alpine/Dockerfile
+++ b/drupal_fpm-alpine/Dockerfile
@@ -40,8 +40,8 @@ RUN { \
WORKDIR /var/www/html
# https://www.drupal.org/node/3060/release
-ENV DRUPAL_VERSION 8.3.3
-ENV DRUPAL_MD5 eafff06bbe636b526ab17c064fdc5422
+ENV DRUPAL_VERSION 8.3.4
+ENV DRUPAL_MD5 243a2e10032abaf55c10a96555315727
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
diff --git a/drupal_fpm/Dockerfile b/drupal_fpm/Dockerfile
index 82ea585..00f335c 100644
--- a/drupal_fpm/Dockerfile
+++ b/drupal_fpm/Dockerfile
@@ -34,8 +34,8 @@ RUN { \
WORKDIR /var/www/html
# https://www.drupal.org/node/3060/release
-ENV DRUPAL_VERSION 8.3.3
-ENV DRUPAL_MD5 eafff06bbe636b526ab17c064fdc5422
+ENV DRUPAL_VERSION 8.3.4
+ENV DRUPAL_MD5 243a2e10032abaf55c10a96555315727
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
diff --git a/drupal_latest/Dockerfile b/drupal_latest/Dockerfile
index 9cefd49..252645e 100644
--- a/drupal_latest/Dockerfile
+++ b/drupal_latest/Dockerfile
@@ -36,8 +36,8 @@ RUN { \
WORKDIR /var/www/html
# https://www.drupal.org/node/3060/release
-ENV DRUPAL_VERSION 8.3.3
-ENV DRUPAL_MD5 eafff06bbe636b526ab17c064fdc5422
+ENV DRUPAL_VERSION 8.3.4
+ENV DRUPAL_MD5 243a2e10032abaf55c10a96555315727
RUN curl -fSL "https://ftp.drupal.org/files/projects/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
diff --git a/hylang_latest/docs/conf.py b/hylang_latest/docs/conf.py
index 3a9c66c..18b647d 100644
--- a/hylang_latest/docs/conf.py
+++ b/hylang_latest/docs/conf.py
@@ -2,13 +2,12 @@
#
# This file is execfile()d with the current directory set to its containing dir.
-import os, sys, time, cgi
+import re, os, sys, time, cgi
sys.path.append(os.path.abspath(".."))
from get_version import __version__ as hy_version
-if hy_version.endswith(".dirty"):
- # Read the Docs might dirty its checkout, so ignore this.
- hy_version = hy_version[:-len(".dirty")]
+# Read the Docs might dirty its checkout, so strip the dirty flag.
+hy_version = re.sub('[+.]dirty\Z', '', hy_version)
templates_path = ['_templates']
source_suffix = '.rst'
diff --git a/kibana_4.1/Dockerfile b/kibana_4.1/Dockerfile
deleted file mode 100644
index 01bb3cd..0000000
diff --git a/kibana_4.1/docker-entrypoint.sh b/kibana_4.1/docker-entrypoint.sh
deleted file mode 100755
index 91c663c..0000000
diff --git a/logstash_1-alpine/Dockerfile b/logstash_1-alpine/Dockerfile
deleted file mode 100644
index e1346e6..0000000
diff --git a/logstash_1-alpine/docker-entrypoint.sh b/logstash_1-alpine/docker-entrypoint.sh
deleted file mode 100755
index 1d67a9f..0000000
diff --git a/logstash_1/Dockerfile b/logstash_1/Dockerfile
deleted file mode 100644
index 399015f..0000000
diff --git a/logstash_1/docker-entrypoint.sh b/logstash_1/docker-entrypoint.sh
deleted file mode 100755
index 4b65b42..0000000
diff --git a/mongo_unstable/Dockerfile b/mongo_unstable/Dockerfile
index 4b41441..46ac231 100644
--- a/mongo_unstable/Dockerfile
+++ b/mongo_unstable/Dockerfile
@@ -50,7 +50,7 @@ ARG MONGO_REPO=repo.mongodb.org
ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
ENV MONGO_MAJOR 3.5
-ENV MONGO_VERSION 3.5.8
+ENV MONGO_VERSION 3.5.9
RUN echo "deb http://$MONGO_REPO/apt/debian jessie/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR main" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
diff --git a/redmine_3.1/docker-entrypoint.sh b/redmine_3.1/docker-entrypoint.sh
index 92d0c16..6c70881 100755
--- a/redmine_3.1/docker-entrypoint.sh
+++ b/redmine_3.1/docker-entrypoint.sh
@@ -111,6 +111,10 @@ case "$1" in
chown -R redmine:redmine files log public/plugin_assets
chmod -R 755 files log tmp public/plugin_assets
+ if [ "$1" != 'rake' -a -n "$REDMINE_PLUGINS_MIGRATE" ]; then
+ gosu redmine rake redmine:plugins:migrate
+ fi
+
# remove PID file to enable restarting the container
rm -f /usr/src/redmine/tmp/pids/server.pid
diff --git a/redmine_3.2/docker-entrypoint.sh b/redmine_3.2/docker-entrypoint.sh
index 92d0c16..6c70881 100755
--- a/redmine_3.2/docker-entrypoint.sh
+++ b/redmine_3.2/docker-entrypoint.sh
@@ -111,6 +111,10 @@ case "$1" in
chown -R redmine:redmine files log public/plugin_assets
chmod -R 755 files log tmp public/plugin_assets
+ if [ "$1" != 'rake' -a -n "$REDMINE_PLUGINS_MIGRATE" ]; then
+ gosu redmine rake redmine:plugins:migrate
+ fi
+
# remove PID file to enable restarting the container
rm -f /usr/src/redmine/tmp/pids/server.pid
diff --git a/redmine_latest/docker-entrypoint.sh b/redmine_latest/docker-entrypoint.sh
index 92d0c16..6c70881 100755
--- a/redmine_latest/docker-entrypoint.sh
+++ b/redmine_latest/docker-entrypoint.sh
@@ -111,6 +111,10 @@ case "$1" in
chown -R redmine:redmine files log public/plugin_assets
chmod -R 755 files log tmp public/plugin_assets
+ if [ "$1" != 'rake' -a -n "$REDMINE_PLUGINS_MIGRATE" ]; then
+ gosu redmine rake redmine:plugins:migrate
+ fi
+
# remove PID file to enable restarting the container
rm -f /usr/src/redmine/tmp/pids/server.pid
diff --git a/wordpress_cli-php5.6/Dockerfile b/wordpress_cli-php5.6/Dockerfile
index 83804e0..7b9ca77 100644
--- a/wordpress_cli-php5.6/Dockerfile
+++ b/wordpress_cli-php5.6/Dockerfile
@@ -50,8 +50,8 @@ VOLUME /var/www/html
# sub 2048R/45F9CDE2 2016-01-07
ENV WORDPRESS_CLI_GPG_KEY 3B9191625F3B1F1BF5DD3B47673A02042F6B6B7F
-ENV WORDPRESS_CLI_VERSION 1.1.0
-ENV WORDPRESS_CLI_SHA512 1fb4a3800441fc5188dac73efc6ca865076772ef698189ded379c53947d1fec30311e84eb4371455d415ef2cbb33d7593240fdf7b7f206277a12cfa8596d4b51
+ENV WORDPRESS_CLI_VERSION 1.2.1
+ENV WORDPRESS_CLI_SHA512 83e27ea9c8f735c651a6d9cb40f795aac5f26c899937f53059ee58c2611e969a83cc00d1f010dc47900a0747a393c9ae06fe0003871df51811681a8f313cedc5
RUN set -ex; \
\
diff --git a/wordpress_cli-php7.0/Dockerfile b/wordpress_cli-php7.0/Dockerfile
index 73b477d..1374e9f 100644
--- a/wordpress_cli-php7.0/Dockerfile
+++ b/wordpress_cli-php7.0/Dockerfile
@@ -50,8 +50,8 @@ VOLUME /var/www/html
# sub 2048R/45F9CDE2 2016-01-07
ENV WORDPRESS_CLI_GPG_KEY 3B9191625F3B1F1BF5DD3B47673A02042F6B6B7F
-ENV WORDPRESS_CLI_VERSION 1.1.0
-ENV WORDPRESS_CLI_SHA512 1fb4a3800441fc5188dac73efc6ca865076772ef698189ded379c53947d1fec30311e84eb4371455d415ef2cbb33d7593240fdf7b7f206277a12cfa8596d4b51
+ENV WORDPRESS_CLI_VERSION 1.2.1
+ENV WORDPRESS_CLI_SHA512 83e27ea9c8f735c651a6d9cb40f795aac5f26c899937f53059ee58c2611e969a83cc00d1f010dc47900a0747a393c9ae06fe0003871df51811681a8f313cedc5
RUN set -ex; \
\
diff --git a/wordpress_cli-php7.1/Dockerfile b/wordpress_cli-php7.1/Dockerfile
index 054940d..bec7711 100644
--- a/wordpress_cli-php7.1/Dockerfile
+++ b/wordpress_cli-php7.1/Dockerfile
@@ -50,8 +50,8 @@ VOLUME /var/www/html
# sub 2048R/45F9CDE2 2016-01-07
ENV WORDPRESS_CLI_GPG_KEY 3B9191625F3B1F1BF5DD3B47673A02042F6B6B7F
-ENV WORDPRESS_CLI_VERSION 1.1.0
-ENV WORDPRESS_CLI_SHA512 1fb4a3800441fc5188dac73efc6ca865076772ef698189ded379c53947d1fec30311e84eb4371455d415ef2cbb33d7593240fdf7b7f206277a12cfa8596d4b51
+ENV WORDPRESS_CLI_VERSION 1.2.1
+ENV WORDPRESS_CLI_SHA512 83e27ea9c8f735c651a6d9cb40f795aac5f26c899937f53059ee58c2611e969a83cc00d1f010dc47900a0747a393c9ae06fe0003871df51811681a8f313cedc5
RUN set -ex; \
\ |
Build test of #3109; 87c69fc ( $ bashbrew build docker:17.06.0-ce-rc5
Building bashbrew/cache:4ceba4d5b5decbe4577388bf28fd554b28c0933f9ab638fb54d67447f4a7fda2 (docker:17.06.0-ce-rc5)
Tagging docker:17.06.0-ce-rc5
Tagging docker:17.06.0-ce
Tagging docker:17.06.0
Tagging docker:17.06-rc
Tagging docker:rc
Tagging docker:test
$ test/run.sh docker:17.06.0-ce-rc5
testing docker:17.06.0-ce-rc5
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:17.06.0-ce-rc5-dind
Building bashbrew/cache:c98d5299d15e6f5d1708861fc70bd4bf7c59652b70474d98d8a8aaeba9a04849 (docker:17.06.0-ce-rc5-dind)
Tagging docker:17.06.0-ce-rc5-dind
Tagging docker:17.06.0-ce-dind
Tagging docker:17.06.0-dind
Tagging docker:17.06-rc-dind
Tagging docker:rc-dind
Tagging docker:test-dind
$ test/run.sh docker:17.06.0-ce-rc5-dind
testing docker:17.06.0-ce-rc5-dind
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'docker-dind' [5/6]...passed
'docker-registry-push-pull' [6/6]...passed
$ bashbrew build docker:17.06.0-ce-rc5-git
Building bashbrew/cache:97c116194e8b4803764df7c650f8a33bfee54cdbd8485d134d7bf8252f8afb3f (docker:17.06.0-ce-rc5-git)
Tagging docker:17.06.0-ce-rc5-git
Tagging docker:17.06.0-ce-git
Tagging docker:17.06.0-git
Tagging docker:17.06-rc-git
Tagging docker:rc-git
Tagging docker:test-git
$ test/run.sh docker:17.06.0-ce-rc5-git
testing docker:17.06.0-ce-rc5-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:17.05.0-ce
Building bashbrew/cache:3a42fa3fdac847b2dac6c86d290e0501c0a086fae242efd0313ee6e1466c8437 (docker:17.05.0-ce)
Tagging docker:17.05.0-ce
Tagging docker:17.05.0
Tagging docker:17.05
Tagging docker:17
Tagging docker:latest
Tagging docker:edge
$ test/run.sh docker:17.05.0-ce
testing docker:17.05.0-ce
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:17.05.0-ce-dind
Building bashbrew/cache:5aece386eb47e94c8fef4ff9a0917790a81f5dd1454a72b47ea73eeea6c823e5 (docker:17.05.0-ce-dind)
Tagging docker:17.05.0-ce-dind
Tagging docker:17.05.0-dind
Tagging docker:17.05-dind
Tagging docker:17-dind
Tagging docker:dind
Tagging docker:edge-dind
$ test/run.sh docker:17.05.0-ce-dind
testing docker:17.05.0-ce-dind
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'docker-dind' [5/6]...passed
'docker-registry-push-pull' [6/6]...passed
$ bashbrew build docker:17.05.0-ce-git
Building bashbrew/cache:8def7e80479428abe66c3a1eceabe0550b42f6d63806105b703ec07b439737aa (docker:17.05.0-ce-git)
Tagging docker:17.05.0-ce-git
Tagging docker:17.05.0-git
Tagging docker:17.05-git
Tagging docker:17-git
Tagging docker:git
Tagging docker:edge-git
$ test/run.sh docker:17.05.0-ce-git
testing docker:17.05.0-ce-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:17.03.2-ce-rc1
Building bashbrew/cache:4a55fcf456a332c22701b05fa461841d86afd83973fe2f0e00b6974f7c4c8a03 (docker:17.03.2-ce-rc1)
Tagging docker:17.03.2-ce-rc1
Tagging docker:17.03.2-ce
Tagging docker:17.03.2
Tagging docker:17.03-rc
$ test/run.sh docker:17.03.2-ce-rc1
testing docker:17.03.2-ce-rc1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:17.03.2-ce-rc1-dind
Building bashbrew/cache:4578f14bbd126c0441fd314e6a5fd17c1ee3127f123f9254e241d908c4ba1a12 (docker:17.03.2-ce-rc1-dind)
Tagging docker:17.03.2-ce-rc1-dind
Tagging docker:17.03.2-ce-dind
Tagging docker:17.03.2-dind
Tagging docker:17.03-rc-dind
$ test/run.sh docker:17.03.2-ce-rc1-dind
testing docker:17.03.2-ce-rc1-dind
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'docker-dind' [5/6]...passed
'docker-registry-push-pull' [6/6]...passed
$ bashbrew build docker:17.03.2-ce-rc1-git
Building bashbrew/cache:dc9e92bd00c83f21f16d17cba58f7c86100115a9cc68b5e87379272d7fa98b30 (docker:17.03.2-ce-rc1-git)
Tagging docker:17.03.2-ce-rc1-git
Tagging docker:17.03.2-ce-git
Tagging docker:17.03.2-git
Tagging docker:17.03-rc-git
$ test/run.sh docker:17.03.2-ce-rc1-git
testing docker:17.03.2-ce-rc1-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:17.03.1-ce
Building bashbrew/cache:da8e5f981a6642c4fe2a078f831c182d3b7160531d301b4340183a6ad30838c5 (docker:17.03.1-ce)
Tagging docker:17.03.1-ce
Tagging docker:17.03.1
Tagging docker:17.03
Tagging docker:stable
$ test/run.sh docker:17.03.1-ce
testing docker:17.03.1-ce
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:17.03.1-ce-dind
Building bashbrew/cache:26bfbe61efde946efdecda2cd3b06e972100f295f8b725629ad7a2aacf2112db (docker:17.03.1-ce-dind)
Tagging docker:17.03.1-ce-dind
Tagging docker:17.03.1-dind
Tagging docker:17.03-dind
Tagging docker:stable-dind
$ test/run.sh docker:17.03.1-ce-dind
testing docker:17.03.1-ce-dind
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'docker-dind' [5/6]...passed
'docker-registry-push-pull' [6/6]...passed
$ bashbrew build docker:17.03.1-ce-git
Building bashbrew/cache:b2a24bc09bf4b6e54cc41c94c5a17e7c1615f34ca1c7d0ceeeec0af6016a2dec (docker:17.03.1-ce-git)
Tagging docker:17.03.1-ce-git
Tagging docker:17.03.1-git
Tagging docker:17.03-git
Tagging docker:stable-git
$ test/run.sh docker:17.03.1-ce-git
testing docker:17.03.1-ce-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build drupal:8.3.4-apache
Building bashbrew/cache:bb6fce584965c89817a46aee34211b73689d471bab68e871e9ed684c8f95ab6a (drupal:8.3.4-apache)
Tagging drupal:8.3.4-apache
Tagging drupal:8.3-apache
Tagging drupal:8-apache
Tagging drupal:apache
Tagging drupal:8.3.4
Tagging drupal:8.3
Tagging drupal:8
Tagging drupal:latest
$ test/run.sh drupal:8.3.4-apache
testing drupal:8.3.4-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 drupal:8.3.4-fpm
Building bashbrew/cache:b1320ae88e103f1dd2d80f9b83aacd0d5f7d360efff4c08bb1391b99629d4979 (drupal:8.3.4-fpm)
Tagging drupal:8.3.4-fpm
Tagging drupal:8.3-fpm
Tagging drupal:8-fpm
Tagging drupal:fpm
$ test/run.sh drupal:8.3.4-fpm
testing drupal:8.3.4-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 drupal:8.3.4-fpm-alpine
Building bashbrew/cache:160d9ae75c8c264937bf5fcf98a1401cbbd194bfe4a6db3730edd7c4e404c64b (drupal:8.3.4-fpm-alpine)
Tagging drupal:8.3.4-fpm-alpine
Tagging drupal:8.3-fpm-alpine
Tagging drupal:8-fpm-alpine
Tagging drupal:fpm-alpine
$ test/run.sh drupal:8.3.4-fpm-alpine
testing drupal:8.3.4-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 drupal:7.56-apache
Building bashbrew/cache:7c4dc082f215a441ee353d12c5a95b69b60cb1d6aaea1a887edb26cd33958ad4 (drupal:7.56-apache)
Tagging drupal:7.56-apache
Tagging drupal:7-apache
Tagging drupal:7.56
Tagging drupal:7
$ test/run.sh drupal:7.56-apache
testing drupal:7.56-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 drupal:7.56-fpm
Building bashbrew/cache:eebff4ee886dfa50b8d37556b809988708bcf47a155c652f994531a1d2b2f241 (drupal:7.56-fpm)
Tagging drupal:7.56-fpm
Tagging drupal:7-fpm
$ test/run.sh drupal:7.56-fpm
testing drupal:7.56-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 drupal:7.56-fpm-alpine
Building bashbrew/cache:37c6be2a941b9d0b88b06203cf841e1a9b9c6f4c96d8f266be41e6a5b2ab04c1 (drupal:7.56-fpm-alpine)
Tagging drupal:7.56-fpm-alpine
Tagging drupal:7-fpm-alpine
$ test/run.sh drupal:7.56-fpm-alpine
testing drupal:7.56-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 hylang:0.13.0
Building bashbrew/cache:08a5019807ff77bad4eaa3d05f5ef4d4976083616f841a5252d991947ed43f31 (hylang:0.13.0)
Tagging hylang:0.13.0
Tagging hylang:0.13
Tagging hylang:0
Tagging hylang:latest
$ test/run.sh hylang:0.13.0
testing hylang:0.13.0
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'hylang-sh' [5/6]...passed
'hylang-hello-world' [6/6]...passed
$ bashbrew build kibana:5.4.2
Using bashbrew/cache:415a8900013d663cd24939c3b234ff555940f7689d100d08d196203240d0bf0b (kibana:5.4.2)
Tagging kibana:5.4.2
Tagging kibana:5.4
Tagging kibana:5
Tagging kibana:latest
$ test/run.sh kibana:5.4.2
testing kibana:5.4.2
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build kibana:4.6.4
Using bashbrew/cache:4cad67a719905d5edabc7a64dc4f2a54c20bf526740ea82c4a1b10c4cf5d3508 (kibana:4.6.4)
Tagging kibana:4.6.4
Tagging kibana:4.6
Tagging kibana:4
$ test/run.sh kibana:4.6.4
testing kibana:4.6.4
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build logstash:5.4.2
Using bashbrew/cache:80acd90925433d5a4fa6bc7c49e249ab79844cbcd7297c1a2a9f8326b469a5b3 (logstash:5.4.2)
Tagging logstash:5.4.2
Tagging logstash:5.4
Tagging logstash:5
Tagging logstash:latest
$ test/run.sh logstash:5.4.2
testing logstash:5.4.2
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'logstash-basics' [5/5]...........passed
$ bashbrew build logstash:5.4.2-alpine
Using bashbrew/cache:99662b884f39662fc3d4685163d0f6f0f7df179d4fe2ee94275a86693cd23494 (logstash:5.4.2-alpine)
Tagging logstash:5.4.2-alpine
Tagging logstash:5.4-alpine
Tagging logstash:5-alpine
Tagging logstash:alpine
$ test/run.sh logstash:5.4.2-alpine
testing logstash:5.4.2-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'logstash-basics' [5/5]............passed
$ bashbrew build logstash:2.4.1
Using bashbrew/cache:534cb5a8d3bcd38918e0cff907e54f7c9611921c7c3c696873879d3246189511 (logstash:2.4.1)
Tagging logstash:2.4.1
Tagging logstash:2.4
Tagging logstash:2
$ test/run.sh logstash:2.4.1
testing logstash:2.4.1
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'logstash-basics' [5/5].........passed
$ bashbrew build logstash:2.4.1-alpine
Using bashbrew/cache:cbfee43f55ed8ce211f0abf17d89aee88aa5f6e4a38043cdcf2b74da5d87e7af (logstash:2.4.1-alpine)
Tagging logstash:2.4.1-alpine
Tagging logstash:2.4-alpine
Tagging logstash:2-alpine
$ test/run.sh logstash:2.4.1-alpine
testing logstash:2.4.1-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'logstash-basics' [5/5]..........passed
$ bashbrew build mongo:3.0.15
Building bashbrew/cache:40164233fce949498c6f210632d86fde253e73866b11775f8b7a1df092d23c4e (mongo:3.0.15)
Tagging mongo:3.0.15
Tagging mongo:3.0
$ test/run.sh mongo:3.0.15
testing mongo:3.0.15
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5].....passed
$ bashbrew build mongo:3.0.15-windowsservercore
skipping "mongo:3.0.15-windowsservercore" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh mongo:3.0.15-windowsservercore
testing mongo:3.0.15-windowsservercore
image does not exist!
$ bashbrew build mongo:3.2.14
Building bashbrew/cache:9028ad1482015ed57f92d6c793ebfe1aa51c621a58f3a05ad0da90233741f9cf (mongo:3.2.14)
Tagging mongo:3.2.14
Tagging mongo:3.2
$ test/run.sh mongo:3.2.14
testing mongo:3.2.14
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5]...passed
$ bashbrew build mongo:3.2.14-windowsservercore
skipping "mongo:3.2.14-windowsservercore" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh mongo:3.2.14-windowsservercore
testing mongo:3.2.14-windowsservercore
image does not exist!
$ bashbrew build mongo:3.4.5
Building bashbrew/cache:bf61f3b3ee570a504cd39dd51f78a84c128188eefd9299e0f22b1102ad4bc9ea (mongo:3.4.5)
Tagging mongo:3.4.5
Tagging mongo:3.4
Tagging mongo:3
Tagging mongo:latest
$ test/run.sh mongo:3.4.5
testing mongo:3.4.5
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5]...passed
$ bashbrew build mongo:3.4.5-windowsservercore
skipping "mongo:3.4.5-windowsservercore" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh mongo:3.4.5-windowsservercore
testing mongo:3.4.5-windowsservercore
image does not exist!
$ bashbrew build mongo:3.5.9
Building bashbrew/cache:e2388e00ae5f9e4f1efdd0e19ee3d4fda07f346b0f27a9dde0765a79586c4944 (mongo:3.5.9)
Tagging mongo:3.5.9
Tagging mongo:3.5
Tagging mongo:unstable
$ test/run.sh mongo:3.5.9
testing mongo:3.5.9
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'mongo-basics' [5/5]...passed
$ bashbrew build mongo:3.5.9-windowsservercore
skipping "mongo:3.5.9-windowsservercore" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh mongo:3.5.9-windowsservercore
testing mongo:3.5.9-windowsservercore
image does not exist!
$ bashbrew build redmine:3.1.7
Building bashbrew/cache:7da814257026b35740db7740c744a448adf2c6e801bebb58278a8e29af5dce0b (redmine:3.1.7)
Tagging redmine:3.1.7
Tagging redmine:3.1
$ test/run.sh redmine:3.1.7
testing redmine:3.1.7
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5]............passed
$ bashbrew build redmine:3.1.7-passenger
Building bashbrew/cache:365e97358c0c1c4265ad841f9fd3f3bbc89513ab8ab8330502b1253b281c3e87 (redmine:3.1.7-passenger)
Tagging redmine:3.1.7-passenger
Tagging redmine:3.1-passenger
$ test/run.sh redmine:3.1.7-passenger
testing redmine:3.1.7-passenger
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5]........passed
$ bashbrew build redmine:3.2.6
Building bashbrew/cache:a0ef18da97970bbcde0c199180d92ce32b947c14f51003616c39c6e9c5c6d7a2 (redmine:3.2.6)
Tagging redmine:3.2.6
Tagging redmine:3.2
$ test/run.sh redmine:3.2.6
testing redmine:3.2.6
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5]...........passed
$ bashbrew build redmine:3.2.6-passenger
Building bashbrew/cache:961831f81af02f6527a842a9d4d9fc4090747fb2d50bf399ff70dc4a592b5e0e (redmine:3.2.6-passenger)
Tagging redmine:3.2.6-passenger
Tagging redmine:3.2-passenger
$ test/run.sh redmine:3.2.6-passenger
testing redmine:3.2.6-passenger
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5].........passed
$ bashbrew build redmine:3.3.3
Building bashbrew/cache:f1a4d64d692b107afff2e3b5cd74164660057d7cc274845cbbdc7af2f19b9ede (redmine:3.3.3)
Tagging redmine:3.3.3
Tagging redmine:3.3
Tagging redmine:3
Tagging redmine:latest
$ test/run.sh redmine:3.3.3
testing redmine:3.3.3
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5].........passed
$ bashbrew build redmine:3.3.3-passenger
Building bashbrew/cache:7e5924926e21dbcf2604483c5b07a9374e86b57f0417f2d2513cff428fd52274 (redmine:3.3.3-passenger)
Tagging redmine:3.3.3-passenger
Tagging redmine:3.3-passenger
Tagging redmine:3-passenger
Tagging redmine:passenger
$ test/run.sh redmine:3.3.3-passenger
testing redmine:3.3.3-passenger
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'redmine-basics' [5/5]..........passed
$ bashbrew build wordpress:4.8.0-apache
Building bashbrew/cache:c84651aec873f417e259d59acdbd0bf45fef26d0bba49ac1d2346055b2bb49ec (wordpress:4.8.0-apache)
Tagging wordpress:4.8.0-apache
Tagging wordpress:4.8-apache
Tagging wordpress:4-apache
Tagging wordpress:apache
Tagging wordpress:4.8.0
Tagging wordpress:4.8
Tagging wordpress:4
Tagging wordpress:latest
Tagging wordpress:4.8.0-php5.6-apache
Tagging wordpress:4.8-php5.6-apache
Tagging wordpress:4-php5.6-apache
Tagging wordpress:php5.6-apache
Tagging wordpress:4.8.0-php5.6
Tagging wordpress:4.8-php5.6
Tagging wordpress:4-php5.6
Tagging wordpress:php5.6
$ test/run.sh wordpress:4.8.0-apache
testing wordpress:4.8.0-apache
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-apache-run' [5/5]..........passed
$ bashbrew build wordpress:4.8.0-fpm
Building bashbrew/cache:f9ea80e252ba5dfe20e9575bcbcab3ccbfb172d918e05885219de82808cfcb34 (wordpress:4.8.0-fpm)
Tagging wordpress:4.8.0-fpm
Tagging wordpress:4.8-fpm
Tagging wordpress:4-fpm
Tagging wordpress:fpm
Tagging wordpress:4.8.0-php5.6-fpm
Tagging wordpress:4.8-php5.6-fpm
Tagging wordpress:4-php5.6-fpm
Tagging wordpress:php5.6-fpm
$ test/run.sh wordpress:4.8.0-fpm
testing wordpress:4.8.0-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5].........passed
$ bashbrew build wordpress:4.8.0-fpm-alpine
Using bashbrew/cache:08aab7f1109fb885b3481a46bfdcbec121814b038d19a4f09fadacf255e1baf9 (wordpress:4.8.0-fpm-alpine)
Tagging wordpress:4.8.0-fpm-alpine
Tagging wordpress:4.8-fpm-alpine
Tagging wordpress:4-fpm-alpine
Tagging wordpress:fpm-alpine
Tagging wordpress:4.8.0-php5.6-fpm-alpine
Tagging wordpress:4.8-php5.6-fpm-alpine
Tagging wordpress:4-php5.6-fpm-alpine
Tagging wordpress:php5.6-fpm-alpine
$ test/run.sh wordpress:4.8.0-fpm-alpine
testing wordpress:4.8.0-fpm-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5].........passed
$ bashbrew build wordpress:4.8.0-php7.0-apache
Building bashbrew/cache:527ba4c415bc44b76aeac2e350d06894eab84b773a1397920f4c17571b3d0046 (wordpress:4.8.0-php7.0-apache)
Tagging wordpress:4.8.0-php7.0-apache
Tagging wordpress:4.8-php7.0-apache
Tagging wordpress:4-php7.0-apache
Tagging wordpress:php7.0-apache
Tagging wordpress:4.8.0-php7.0
Tagging wordpress:4.8-php7.0
Tagging wordpress:4-php7.0
Tagging wordpress:php7.0
$ test/run.sh wordpress:4.8.0-php7.0-apache
testing wordpress:4.8.0-php7.0-apache
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-apache-run' [5/5].........passed
$ bashbrew build wordpress:4.8.0-php7.0-fpm
Building bashbrew/cache:3f23563507b96a6d8d185b8297bde37a4ce171e5d1e2fdeb5330207106f44033 (wordpress:4.8.0-php7.0-fpm)
Tagging wordpress:4.8.0-php7.0-fpm
Tagging wordpress:4.8-php7.0-fpm
Tagging wordpress:4-php7.0-fpm
Tagging wordpress:php7.0-fpm
$ test/run.sh wordpress:4.8.0-php7.0-fpm
testing wordpress:4.8.0-php7.0-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5].........passed
$ bashbrew build wordpress:4.8.0-php7.0-fpm-alpine
Using bashbrew/cache:93eb548de42addcaf01f491de1fb304a8491758a47334194949490d3ca4f6438 (wordpress:4.8.0-php7.0-fpm-alpine)
Tagging wordpress:4.8.0-php7.0-fpm-alpine
Tagging wordpress:4.8-php7.0-fpm-alpine
Tagging wordpress:4-php7.0-fpm-alpine
Tagging wordpress:php7.0-fpm-alpine
$ test/run.sh wordpress:4.8.0-php7.0-fpm-alpine
testing wordpress:4.8.0-php7.0-fpm-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]..........passed
$ bashbrew build wordpress:4.8.0-php7.1-apache
Building bashbrew/cache:d3e0e5c3f67f2936b5d26080253cd2a1b9b086d30e58d447bafc13ff40c6a4b3 (wordpress:4.8.0-php7.1-apache)
Tagging wordpress:4.8.0-php7.1-apache
Tagging wordpress:4.8-php7.1-apache
Tagging wordpress:4-php7.1-apache
Tagging wordpress:php7.1-apache
Tagging wordpress:4.8.0-php7.1
Tagging wordpress:4.8-php7.1
Tagging wordpress:4-php7.1
Tagging wordpress:php7.1
$ test/run.sh wordpress:4.8.0-php7.1-apache
testing wordpress:4.8.0-php7.1-apache
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-apache-run' [5/5].........passed
$ bashbrew build wordpress:4.8.0-php7.1-fpm
Building bashbrew/cache:987f58f5a12a576cebe19dacf6999521c7172508cfcf16ea59730b3d7791e2c8 (wordpress:4.8.0-php7.1-fpm)
Tagging wordpress:4.8.0-php7.1-fpm
Tagging wordpress:4.8-php7.1-fpm
Tagging wordpress:4-php7.1-fpm
Tagging wordpress:php7.1-fpm
$ test/run.sh wordpress:4.8.0-php7.1-fpm
testing wordpress:4.8.0-php7.1-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5].........passed
$ bashbrew build wordpress:4.8.0-php7.1-fpm-alpine
Building bashbrew/cache:d912bf83ee4b981d4e560894e733484f82e472b22e44f8615e02236502b95bfa (wordpress:4.8.0-php7.1-fpm-alpine)
Tagging wordpress:4.8.0-php7.1-fpm-alpine
Tagging wordpress:4.8-php7.1-fpm-alpine
Tagging wordpress:4-php7.1-fpm-alpine
Tagging wordpress:php7.1-fpm-alpine
$ test/run.sh wordpress:4.8.0-php7.1-fpm-alpine
testing wordpress:4.8.0-php7.1-fpm-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]..........passed
$ bashbrew build wordpress:cli-1.2.1
Building bashbrew/cache:f764ee1de037948afe0bfd37db5f2acc6c2484e697d5b5f24ce1a35bacd3c71e (wordpress:cli-1.2.1)
Tagging wordpress:cli-1.2.1
Tagging wordpress:cli-1.2
Tagging wordpress:cli-1
Tagging wordpress:cli
Tagging wordpress:cli-1.2.1-php5.6
Tagging wordpress:cli-1.2-php5.6
Tagging wordpress:cli-1-php5.6
Tagging wordpress:cli-php5.6
$ test/run.sh wordpress:cli-1.2.1
testing wordpress:cli-1.2.1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build wordpress:cli-1.2.1-php7.0
Building bashbrew/cache:5b3958c51a3b8cb10c73a9d96fb14915d18c675c3a325d4f91e9eb9a4fa01a5a (wordpress:cli-1.2.1-php7.0)
Tagging wordpress:cli-1.2.1-php7.0
Tagging wordpress:cli-1.2-php7.0
Tagging wordpress:cli-1-php7.0
Tagging wordpress:cli-php7.0
$ test/run.sh wordpress:cli-1.2.1-php7.0
testing wordpress:cli-1.2.1-php7.0
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build wordpress:cli-1.2.1-php7.1
Building bashbrew/cache:fc14e5dab86ce615904610636ddc9fa87349ee28f5fe95ee9bcb24085ebba12d (wordpress:cli-1.2.1-php7.1)
Tagging wordpress:cli-1.2.1-php7.1
Tagging wordpress:cli-1.2-php7.1
Tagging wordpress:cli-1-php7.1
Tagging wordpress:cli-php7.1
$ test/run.sh wordpress:cli-1.2.1-php7.1
testing wordpress:cli-1.2.1-php7.1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
The following images failed at least one test:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docker
: 17.06.0-ce-rc5drupal
: 8.3.4, 7.56hylang
: ???kibana
: remove 4.1 (EOL; https://www.elastic.co/support/eol)logstash
: remove 1.5 (EOL; https://www.elastic.co/support/eol)mongo
: 3.5.9redmine
:REDMINE_PLUGINS_MIGRATE
(Migrate plugins on startup of redmine redmine#10)wordpress
: cli 1.2.1