-
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 #2292
Update docker-library images #2292
Conversation
- `buildpack-deps`: add `libgdbm-dev` (docker-library/buildpack-deps#49) - `celery`: 4.0.0rc6 - `docker`: 1.12.3 - `java`: switch from `httpredir.debian.org` to `deb.debian.org` - `kibana`: remove obsolete comments - `mysql`: add `-hlocalhost` during init to avoid `MYSQL_HOST` interference (docker-library/mysql#222) - `openjdk`: switch from `httpredir.debian.org` to `deb.debian.org` - `percona`: 5.7.15-9-1.jessie - `php`: 7.1.0RC5 - `piwik`: 2.17.0 - `postgres`: 9.1.24-1.pgdg80+1, 9.2.19-1.pgdg80+1, 9.3.15-1.pgdg80+1, 9.4.10-1.pgdg80+1, 9.5.5-1.pgdg80+1, 9.6.1-1.pgdg80+1 - `python`: add `gdbm-dev` to `slim` and `alpine` (docker-library/python#153) - `redis`: 3.2.5 - `rocket.chat`: 0.44.0 - `ruby`: bundler 1.13.6 - `tomcat`: switch from `httpredir.debian.org` to `deb.debian.org`
diff --git a/buildpack-deps_latest/Dockerfile b/buildpack-deps_latest/Dockerfile
index 164c647..e738534 100644
--- a/buildpack-deps_latest/Dockerfile
+++ b/buildpack-deps_latest/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libdb-dev \
libevent-dev \
libffi-dev \
+ libgdbm-dev \
libgeoip-dev \
libglib2.0-dev \
libjpeg-dev \
diff --git a/buildpack-deps_precise/Dockerfile b/buildpack-deps_precise/Dockerfile
index bde1977..e73db1e 100644
--- a/buildpack-deps_precise/Dockerfile
+++ b/buildpack-deps_precise/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libdb-dev \
libevent-dev \
libffi-dev \
+ libgdbm-dev \
libgeoip-dev \
libglib2.0-dev \
libjpeg-dev \
diff --git a/buildpack-deps_sid/Dockerfile b/buildpack-deps_sid/Dockerfile
index 7598586..8f37a4e 100644
--- a/buildpack-deps_sid/Dockerfile
+++ b/buildpack-deps_sid/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libdb-dev \
libevent-dev \
libffi-dev \
+ libgdbm-dev \
libgeoip-dev \
libglib2.0-dev \
libjpeg-dev \
diff --git a/buildpack-deps_stretch/Dockerfile b/buildpack-deps_stretch/Dockerfile
index 0a5f7ec..8f8ad2a 100644
--- a/buildpack-deps_stretch/Dockerfile
+++ b/buildpack-deps_stretch/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libdb-dev \
libevent-dev \
libffi-dev \
+ libgdbm-dev \
libgeoip-dev \
libglib2.0-dev \
libjpeg-dev \
diff --git a/buildpack-deps_trusty/Dockerfile b/buildpack-deps_trusty/Dockerfile
index d68c766..a485420 100644
--- a/buildpack-deps_trusty/Dockerfile
+++ b/buildpack-deps_trusty/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libdb-dev \
libevent-dev \
libffi-dev \
+ libgdbm-dev \
libgeoip-dev \
libglib2.0-dev \
libjpeg-dev \
diff --git a/buildpack-deps_wheezy/Dockerfile b/buildpack-deps_wheezy/Dockerfile
index 1ca5cae..c85f4e7 100644
--- a/buildpack-deps_wheezy/Dockerfile
+++ b/buildpack-deps_wheezy/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libdb-dev \
libevent-dev \
libffi-dev \
+ libgdbm-dev \
libgeoip-dev \
libglib2.0-dev \
libjpeg-dev \
diff --git a/buildpack-deps_xenial/Dockerfile b/buildpack-deps_xenial/Dockerfile
index 2caa23f..75c84ce 100644
--- a/buildpack-deps_xenial/Dockerfile
+++ b/buildpack-deps_xenial/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libdb-dev \
libevent-dev \
libffi-dev \
+ libgdbm-dev \
libgeoip-dev \
libglib2.0-dev \
libjpeg-dev \
diff --git a/celery_4/Dockerfile b/celery_4/Dockerfile
index e3a71ad..b0fcffb 100644
--- a/celery_4/Dockerfile
+++ b/celery_4/Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /home/user
RUN pip install redis
-ENV CELERY_VERSION 4.0.0rc5
+ENV CELERY_VERSION 4.0.0rc6
RUN pip install celery=="$CELERY_VERSION"
diff --git a/docker_experimental/Dockerfile b/docker_experimental/Dockerfile
index 9b219ef..9d13cef 100644
--- a/docker_experimental/Dockerfile
+++ b/docker_experimental/Dockerfile
@@ -6,8 +6,8 @@ RUN apk add --no-cache \
openssl
ENV DOCKER_BUCKET experimental.docker.com
-ENV DOCKER_VERSION 1.12.2
-ENV DOCKER_SHA256 a4450d76587d8a9f27cf21d8e373ae5efa75297ab92b81d77e726f88a4b6a534
+ENV DOCKER_VERSION 1.12.3
+ENV DOCKER_SHA256 388eb16601302cf6c7f3a9c38b24ef43745eb9295f9721d6a49783ede5e9fbe5
RUN set -x \
&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz" -o docker.tgz \
diff --git a/docker_latest/Dockerfile b/docker_latest/Dockerfile
index 19efc6b..abb62be 100644
--- a/docker_latest/Dockerfile
+++ b/docker_latest/Dockerfile
@@ -6,8 +6,8 @@ RUN apk add --no-cache \
openssl
ENV DOCKER_BUCKET get.docker.com
-ENV DOCKER_VERSION 1.12.2
-ENV DOCKER_SHA256 cb30ad9864f37512c50db725c14a22c3f55028949e4f1e4e585a6b3c624c4b0e
+ENV DOCKER_VERSION 1.12.3
+ENV DOCKER_SHA256 626601deb41d9706ac98da23f673af6c0d4631c4d194a677a9a1a07d7219fa0f
RUN set -x \
&& curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz" -o docker.tgz \
diff --git a/java_openjdk-8-jre/Dockerfile b/java_openjdk-8-jre/Dockerfile
index 0ffa80f..df6eb86 100644
--- a/java_openjdk-8-jre/Dockerfile
+++ b/java_openjdk-8-jre/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
+RUN echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
diff --git a/java_openjdk-8/Dockerfile b/java_openjdk-8/Dockerfile
index 7494334..4b74b55 100644
--- a/java_openjdk-8/Dockerfile
+++ b/java_openjdk-8/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
+RUN echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
diff --git a/java_openjdk-9-jre/Dockerfile b/java_openjdk-9-jre/Dockerfile
index 3f362e1..dc658ce 100644
--- a/java_openjdk-9-jre/Dockerfile
+++ b/java_openjdk-9-jre/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
-RUN echo 'deb http://httpredir.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
+RUN echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
diff --git a/java_openjdk-9/Dockerfile b/java_openjdk-9/Dockerfile
index e0e4c64..c9e985e 100644
--- a/java_openjdk-9/Dockerfile
+++ b/java_openjdk-9/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
-RUN echo 'deb http://httpredir.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
+RUN echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
diff --git a/kibana_latest/Dockerfile b/kibana_latest/Dockerfile
index 6b03024..896d223 100644
--- a/kibana_latest/Dockerfile
+++ b/kibana_latest/Dockerfile
@@ -40,9 +40,7 @@ RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 46095ACC85485
ENV KIBANA_MAJOR 5.0
ENV KIBANA_VERSION 5.0.0
-#RUN echo "deb http://packages.elastic.co/kibana/${KIBANA_MAJOR}/debian stable main" > /etc/apt/sources.list.d/kibana.list
RUN echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/kibana.list
-# TODO figure out what's going on here and what it'll settle to for 5.0 GA
RUN set -x \
&& apt-get update \
diff --git a/mysql_5.5/docker-entrypoint.sh b/mysql_5.5/docker-entrypoint.sh
index 71fa618..29257bf 100755
--- a/mysql_5.5/docker-entrypoint.sh
+++ b/mysql_5.5/docker-entrypoint.sh
@@ -67,7 +67,7 @@ if [ "$1" = 'mysqld' -a -z "$wantHelp" ]; then
"$@" --skip-networking --basedir=/usr/local/mysql &
pid="$!"
- mysql=( mysql --protocol=socket -uroot )
+ mysql=( mysql --protocol=socket -uroot -hlocalhost)
for i in {30..0}; do
if echo 'SELECT 1' | "${mysql[@]}" &> /dev/null; then
diff --git a/mysql_5.6/docker-entrypoint.sh b/mysql_5.6/docker-entrypoint.sh
index 30b5965..a0c0e83 100755
--- a/mysql_5.6/docker-entrypoint.sh
+++ b/mysql_5.6/docker-entrypoint.sh
@@ -67,7 +67,7 @@ if [ "$1" = 'mysqld' -a -z "$wantHelp" ]; then
"$@" --skip-networking &
pid="$!"
- mysql=( mysql --protocol=socket -uroot )
+ mysql=( mysql --protocol=socket -uroot -hlocalhost)
for i in {30..0}; do
if echo 'SELECT 1' | "${mysql[@]}" &> /dev/null; then
diff --git a/mysql_8/docker-entrypoint.sh b/mysql_8/docker-entrypoint.sh
index 3201cc9..9a8e819 100755
--- a/mysql_8/docker-entrypoint.sh
+++ b/mysql_8/docker-entrypoint.sh
@@ -67,7 +67,7 @@ if [ "$1" = 'mysqld' -a -z "$wantHelp" ]; then
"$@" --skip-networking &
pid="$!"
- mysql=( mysql --protocol=socket -uroot )
+ mysql=( mysql --protocol=socket -uroot -hlocalhost)
for i in {30..0}; do
if echo 'SELECT 1' | "${mysql[@]}" &> /dev/null; then
diff --git a/mysql_latest/docker-entrypoint.sh b/mysql_latest/docker-entrypoint.sh
index 3201cc9..9a8e819 100755
--- a/mysql_latest/docker-entrypoint.sh
+++ b/mysql_latest/docker-entrypoint.sh
@@ -67,7 +67,7 @@ if [ "$1" = 'mysqld' -a -z "$wantHelp" ]; then
"$@" --skip-networking &
pid="$!"
- mysql=( mysql --protocol=socket -uroot )
+ mysql=( mysql --protocol=socket -uroot -hlocalhost)
for i in {30..0}; do
if echo 'SELECT 1' | "${mysql[@]}" &> /dev/null; then
diff --git a/openjdk_9-jre/Dockerfile b/openjdk_9-jre/Dockerfile
index 3f362e1..dc658ce 100644
--- a/openjdk_9-jre/Dockerfile
+++ b/openjdk_9-jre/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
-RUN echo 'deb http://httpredir.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
+RUN echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
diff --git a/openjdk_9/Dockerfile b/openjdk_9/Dockerfile
index e0e4c64..c9e985e 100644
--- a/openjdk_9/Dockerfile
+++ b/openjdk_9/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
-RUN echo 'deb http://httpredir.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
+RUN echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
diff --git a/openjdk_jre/Dockerfile b/openjdk_jre/Dockerfile
index 0ffa80f..df6eb86 100644
--- a/openjdk_jre/Dockerfile
+++ b/openjdk_jre/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
+RUN echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
diff --git a/openjdk_latest/Dockerfile b/openjdk_latest/Dockerfile
index 7494334..4b74b55 100644
--- a/openjdk_latest/Dockerfile
+++ b/openjdk_latest/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \
&& rm -rf /var/lib/apt/lists/*
-RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
+RUN echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
diff --git a/percona_latest/Dockerfile b/percona_latest/Dockerfile
index c278e8d..936c4da 100644
--- a/percona_latest/Dockerfile
+++ b/percona_latest/Dockerfile
@@ -42,7 +42,7 @@ RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys \
RUN echo 'deb https://repo.percona.com/apt jessie main' > /etc/apt/sources.list.d/percona.list
ENV PERCONA_MAJOR 5.7
-ENV PERCONA_VERSION 5.7.14-8-1.jessie
+ENV PERCONA_VERSION 5.7.15-9-1.jessie
# the "/var/lib/mysql" stuff here is because the mysql-server postinst doesn't have an explicit way to disable the mysql_install_db codepath besides having a database already "configured" (ie, stuff in /var/lib/mysql/mysql)
# also, we set debconf keys to make APT a little quieter
diff --git a/php_rc-alpine/Dockerfile b/php_rc-alpine/Dockerfile
index 5dafc93..833f4c8 100644
--- a/php_rc-alpine/Dockerfile
+++ b/php_rc-alpine/Dockerfile
@@ -39,9 +39,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
-ENV PHP_VERSION 7.1.0RC4
-ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC4.tar.xz" PHP_ASC_URL=""
-ENV PHP_SHA256="aa06af4cd4674b4a57969d39566497d700c291f433209f8c83b75ffc1128d258" PHP_MD5="3493df23aa02af833198df94227cb6d9"
+ENV PHP_VERSION 7.1.0RC5
+ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC5.tar.xz" PHP_ASC_URL=""
+ENV PHP_SHA256="55a1b47cfa090760bb26438eb4faa7c62cd16eca4e527759e3941b38941f8f14" PHP_MD5="1d195b0aeb63914a308fb215671445a5"
RUN set -xe; \
\
diff --git a/php_rc-apache/Dockerfile b/php_rc-apache/Dockerfile
index 468b88d..b688706 100644
--- a/php_rc-apache/Dockerfile
+++ b/php_rc-apache/Dockerfile
@@ -90,9 +90,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
-ENV PHP_VERSION 7.1.0RC4
-ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC4.tar.xz" PHP_ASC_URL=""
-ENV PHP_SHA256="aa06af4cd4674b4a57969d39566497d700c291f433209f8c83b75ffc1128d258" PHP_MD5="3493df23aa02af833198df94227cb6d9"
+ENV PHP_VERSION 7.1.0RC5
+ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC5.tar.xz" PHP_ASC_URL=""
+ENV PHP_SHA256="55a1b47cfa090760bb26438eb4faa7c62cd16eca4e527759e3941b38941f8f14" PHP_MD5="1d195b0aeb63914a308fb215671445a5"
RUN set -xe; \
\
diff --git a/php_rc-fpm-alpine/Dockerfile b/php_rc-fpm-alpine/Dockerfile
index c3ac365..06c86c6 100644
--- a/php_rc-fpm-alpine/Dockerfile
+++ b/php_rc-fpm-alpine/Dockerfile
@@ -40,9 +40,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
-ENV PHP_VERSION 7.1.0RC4
-ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC4.tar.xz" PHP_ASC_URL=""
-ENV PHP_SHA256="aa06af4cd4674b4a57969d39566497d700c291f433209f8c83b75ffc1128d258" PHP_MD5="3493df23aa02af833198df94227cb6d9"
+ENV PHP_VERSION 7.1.0RC5
+ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC5.tar.xz" PHP_ASC_URL=""
+ENV PHP_SHA256="55a1b47cfa090760bb26438eb4faa7c62cd16eca4e527759e3941b38941f8f14" PHP_MD5="1d195b0aeb63914a308fb215671445a5"
RUN set -xe; \
\
diff --git a/php_rc-fpm/Dockerfile b/php_rc-fpm/Dockerfile
index c597201..53e1025 100644
--- a/php_rc-fpm/Dockerfile
+++ b/php_rc-fpm/Dockerfile
@@ -35,9 +35,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
-ENV PHP_VERSION 7.1.0RC4
-ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC4.tar.xz" PHP_ASC_URL=""
-ENV PHP_SHA256="aa06af4cd4674b4a57969d39566497d700c291f433209f8c83b75ffc1128d258" PHP_MD5="3493df23aa02af833198df94227cb6d9"
+ENV PHP_VERSION 7.1.0RC5
+ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC5.tar.xz" PHP_ASC_URL=""
+ENV PHP_SHA256="55a1b47cfa090760bb26438eb4faa7c62cd16eca4e527759e3941b38941f8f14" PHP_MD5="1d195b0aeb63914a308fb215671445a5"
RUN set -xe; \
\
diff --git a/php_rc-zts-alpine/Dockerfile b/php_rc-zts-alpine/Dockerfile
index 23f8000..18947db 100644
--- a/php_rc-zts-alpine/Dockerfile
+++ b/php_rc-zts-alpine/Dockerfile
@@ -40,9 +40,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
-ENV PHP_VERSION 7.1.0RC4
-ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC4.tar.xz" PHP_ASC_URL=""
-ENV PHP_SHA256="aa06af4cd4674b4a57969d39566497d700c291f433209f8c83b75ffc1128d258" PHP_MD5="3493df23aa02af833198df94227cb6d9"
+ENV PHP_VERSION 7.1.0RC5
+ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC5.tar.xz" PHP_ASC_URL=""
+ENV PHP_SHA256="55a1b47cfa090760bb26438eb4faa7c62cd16eca4e527759e3941b38941f8f14" PHP_MD5="1d195b0aeb63914a308fb215671445a5"
RUN set -xe; \
\
diff --git a/php_rc-zts/Dockerfile b/php_rc-zts/Dockerfile
index c7641e0..ec2d860 100644
--- a/php_rc-zts/Dockerfile
+++ b/php_rc-zts/Dockerfile
@@ -35,9 +35,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
-ENV PHP_VERSION 7.1.0RC4
-ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC4.tar.xz" PHP_ASC_URL=""
-ENV PHP_SHA256="aa06af4cd4674b4a57969d39566497d700c291f433209f8c83b75ffc1128d258" PHP_MD5="3493df23aa02af833198df94227cb6d9"
+ENV PHP_VERSION 7.1.0RC5
+ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC5.tar.xz" PHP_ASC_URL=""
+ENV PHP_SHA256="55a1b47cfa090760bb26438eb4faa7c62cd16eca4e527759e3941b38941f8f14" PHP_MD5="1d195b0aeb63914a308fb215671445a5"
RUN set -xe; \
\
diff --git a/php_rc/Dockerfile b/php_rc/Dockerfile
index 8b1f149..8413f4a 100644
--- a/php_rc/Dockerfile
+++ b/php_rc/Dockerfile
@@ -34,9 +34,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
-ENV PHP_VERSION 7.1.0RC4
-ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC4.tar.xz" PHP_ASC_URL=""
-ENV PHP_SHA256="aa06af4cd4674b4a57969d39566497d700c291f433209f8c83b75ffc1128d258" PHP_MD5="3493df23aa02af833198df94227cb6d9"
+ENV PHP_VERSION 7.1.0RC5
+ENV PHP_URL="http://downloads.php.net/~krakjoe/php-7.1.0RC5.tar.xz" PHP_ASC_URL=""
+ENV PHP_SHA256="55a1b47cfa090760bb26438eb4faa7c62cd16eca4e527759e3941b38941f8f14" PHP_MD5="1d195b0aeb63914a308fb215671445a5"
RUN set -xe; \
\
diff --git a/piwik_latest/Dockerfile b/piwik_latest/Dockerfile
index 886862f..9385434 100644
--- a/piwik_latest/Dockerfile
+++ b/piwik_latest/Dockerfile
@@ -18,7 +18,7 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --w
RUN pecl install APCu geoip
-ENV PIWIK_VERSION 2.16.5
+ENV PIWIK_VERSION 2.17.0
RUN curl -fsSL -o piwik.tar.gz \
"https://builds.piwik.org/piwik-${PIWIK_VERSION}.tar.gz" \
diff --git a/postgres_9.1/Dockerfile b/postgres_9.1/Dockerfile
index 739f026..de2c6d3 100644
--- a/postgres_9.1/Dockerfile
+++ b/postgres_9.1/Dockerfile
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
ENV PG_MAJOR 9.1
-ENV PG_VERSION 9.1.23-1.pgdg80+1
+ENV PG_VERSION 9.1.24-1.pgdg80+1
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
diff --git a/postgres_9.1/docker-entrypoint.sh b/postgres_9.1/docker-entrypoint.sh
index 3b436e4..75c449d 100755
--- a/postgres_9.1/docker-entrypoint.sh
+++ b/postgres_9.1/docker-entrypoint.sh
@@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
+ mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql
@@ -42,7 +43,7 @@ if [ "$1" = 'postgres' ]; then
authMethod=trust
fi
- { echo; echo "host all all 0.0.0.0/0 $authMethod"; } >> "$PGDATA/pg_hba.conf"
+ { echo; echo "host all all 0.0.0.0/0 $authMethod"; } | gosu postgres tee -a "$PGDATA/pg_hba.conf" > /dev/null
# internal start of server in order to allow set-up using psql-client
# does not listen on external TCP/IP and waits until start finishes
diff --git a/postgres_9.2/Dockerfile b/postgres_9.2/Dockerfile
index b7f6ffd..b5b1c93 100644
--- a/postgres_9.2/Dockerfile
+++ b/postgres_9.2/Dockerfile
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
ENV PG_MAJOR 9.2
-ENV PG_VERSION 9.2.18-1.pgdg80+1
+ENV PG_VERSION 9.2.19-1.pgdg80+1
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
diff --git a/postgres_9.2/docker-entrypoint.sh b/postgres_9.2/docker-entrypoint.sh
index 3b436e4..75c449d 100755
--- a/postgres_9.2/docker-entrypoint.sh
+++ b/postgres_9.2/docker-entrypoint.sh
@@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
+ mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql
@@ -42,7 +43,7 @@ if [ "$1" = 'postgres' ]; then
authMethod=trust
fi
- { echo; echo "host all all 0.0.0.0/0 $authMethod"; } >> "$PGDATA/pg_hba.conf"
+ { echo; echo "host all all 0.0.0.0/0 $authMethod"; } | gosu postgres tee -a "$PGDATA/pg_hba.conf" > /dev/null
# internal start of server in order to allow set-up using psql-client
# does not listen on external TCP/IP and waits until start finishes
diff --git a/postgres_9.3/Dockerfile b/postgres_9.3/Dockerfile
index a7e37a4..46ad744 100644
--- a/postgres_9.3/Dockerfile
+++ b/postgres_9.3/Dockerfile
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
ENV PG_MAJOR 9.3
-ENV PG_VERSION 9.3.14-1.pgdg80+1
+ENV PG_VERSION 9.3.15-1.pgdg80+1
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
diff --git a/postgres_9.3/docker-entrypoint.sh b/postgres_9.3/docker-entrypoint.sh
index 3b436e4..75c449d 100755
--- a/postgres_9.3/docker-entrypoint.sh
+++ b/postgres_9.3/docker-entrypoint.sh
@@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
+ mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql
@@ -42,7 +43,7 @@ if [ "$1" = 'postgres' ]; then
authMethod=trust
fi
- { echo; echo "host all all 0.0.0.0/0 $authMethod"; } >> "$PGDATA/pg_hba.conf"
+ { echo; echo "host all all 0.0.0.0/0 $authMethod"; } | gosu postgres tee -a "$PGDATA/pg_hba.conf" > /dev/null
# internal start of server in order to allow set-up using psql-client
# does not listen on external TCP/IP and waits until start finishes
diff --git a/postgres_9.4/Dockerfile b/postgres_9.4/Dockerfile
index 6cc36d8..62d85c9 100644
--- a/postgres_9.4/Dockerfile
+++ b/postgres_9.4/Dockerfile
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
ENV PG_MAJOR 9.4
-ENV PG_VERSION 9.4.9-1.pgdg80+1
+ENV PG_VERSION 9.4.10-1.pgdg80+1
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
diff --git a/postgres_9.4/docker-entrypoint.sh b/postgres_9.4/docker-entrypoint.sh
index 3b436e4..75c449d 100755
--- a/postgres_9.4/docker-entrypoint.sh
+++ b/postgres_9.4/docker-entrypoint.sh
@@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
+ mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql
@@ -42,7 +43,7 @@ if [ "$1" = 'postgres' ]; then
authMethod=trust
fi
- { echo; echo "host all all 0.0.0.0/0 $authMethod"; } >> "$PGDATA/pg_hba.conf"
+ { echo; echo "host all all 0.0.0.0/0 $authMethod"; } | gosu postgres tee -a "$PGDATA/pg_hba.conf" > /dev/null
# internal start of server in order to allow set-up using psql-client
# does not listen on external TCP/IP and waits until start finishes
diff --git a/postgres_9.5/Dockerfile b/postgres_9.5/Dockerfile
index 09c3752..c9c0a28 100644
--- a/postgres_9.5/Dockerfile
+++ b/postgres_9.5/Dockerfile
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
ENV PG_MAJOR 9.5
-ENV PG_VERSION 9.5.4-1.pgdg80+2
+ENV PG_VERSION 9.5.5-1.pgdg80+1
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
diff --git a/postgres_9.5/docker-entrypoint.sh b/postgres_9.5/docker-entrypoint.sh
index 3b436e4..75c449d 100755
--- a/postgres_9.5/docker-entrypoint.sh
+++ b/postgres_9.5/docker-entrypoint.sh
@@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
+ mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql
@@ -42,7 +43,7 @@ if [ "$1" = 'postgres' ]; then
authMethod=trust
fi
- { echo; echo "host all all 0.0.0.0/0 $authMethod"; } >> "$PGDATA/pg_hba.conf"
+ { echo; echo "host all all 0.0.0.0/0 $authMethod"; } | gosu postgres tee -a "$PGDATA/pg_hba.conf" > /dev/null
# internal start of server in order to allow set-up using psql-client
# does not listen on external TCP/IP and waits until start finishes
diff --git a/postgres_latest/Dockerfile b/postgres_latest/Dockerfile
index fe0f0a0..48fdf43 100644
--- a/postgres_latest/Dockerfile
+++ b/postgres_latest/Dockerfile
@@ -28,7 +28,7 @@ RUN mkdir /docker-entrypoint-initdb.d
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
ENV PG_MAJOR 9.6
-ENV PG_VERSION 9.6.0-1.pgdg80+1
+ENV PG_VERSION 9.6.1-1.pgdg80+1
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
diff --git a/postgres_latest/docker-entrypoint.sh b/postgres_latest/docker-entrypoint.sh
index 3b436e4..75c449d 100755
--- a/postgres_latest/docker-entrypoint.sh
+++ b/postgres_latest/docker-entrypoint.sh
@@ -10,6 +10,7 @@ if [ "$1" = 'postgres' ]; then
chmod 700 "$PGDATA"
chown -R postgres "$PGDATA"
+ mkdir -p /run/postgresql
chmod g+s /run/postgresql
chown -R postgres /run/postgresql
@@ -42,7 +43,7 @@ if [ "$1" = 'postgres' ]; then
authMethod=trust
fi
- { echo; echo "host all all 0.0.0.0/0 $authMethod"; } >> "$PGDATA/pg_hba.conf"
+ { echo; echo "host all all 0.0.0.0/0 $authMethod"; } | gosu postgres tee -a "$PGDATA/pg_hba.conf" > /dev/null
# internal start of server in order to allow set-up using psql-client
# does not listen on external TCP/IP and waits until start finishes
diff --git a/python_2-slim/Dockerfile b/python_2-slim/Dockerfile
index 6e656bc..097a6b8 100644
--- a/python_2-slim/Dockerfile
+++ b/python_2-slim/Dockerfile
@@ -10,6 +10,7 @@ ENV LANG C.UTF-8
# runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
+ libgdbm3 \
libsqlite3-0 \
libssl1.0.0 \
&& rm -rf /var/lib/apt/lists/*
@@ -26,6 +27,7 @@ RUN set -ex \
libbz2-dev \
libc6-dev \
libdb-dev \
+ libgdbm-dev \
libncurses-dev \
libreadline-dev \
libsqlite3-dev \
diff --git a/python_3.3-alpine/Dockerfile b/python_3.3-alpine/Dockerfile
index a4af101..8ab1cb0 100644
--- a/python_3.3-alpine/Dockerfile
+++ b/python_3.3-alpine/Dockerfile
@@ -43,6 +43,7 @@ RUN set -ex \
&& apk add --no-cache --virtual .build-deps \
bzip2-dev \
gcc \
+ gdbm-dev \
libc-dev \
linux-headers \
make \
diff --git a/python_3.3-slim/Dockerfile b/python_3.3-slim/Dockerfile
index 847fc3c..09028a4 100644
--- a/python_3.3-slim/Dockerfile
+++ b/python_3.3-slim/Dockerfile
@@ -16,6 +16,7 @@ ENV LANG C.UTF-8
# runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
+ libgdbm3 \
libsqlite3-0 \
libssl1.0.0 \
&& rm -rf /var/lib/apt/lists/*
@@ -31,6 +32,7 @@ RUN set -ex \
gcc \
libbz2-dev \
libc6-dev \
+ libgdbm-dev \
liblzma-dev \
libncurses-dev \
libreadline-dev \
diff --git a/python_3.4-alpine/Dockerfile b/python_3.4-alpine/Dockerfile
index b6c90b5..1932be4 100644
--- a/python_3.4-alpine/Dockerfile
+++ b/python_3.4-alpine/Dockerfile
@@ -43,6 +43,7 @@ RUN set -ex \
&& apk add --no-cache --virtual .build-deps \
bzip2-dev \
gcc \
+ gdbm-dev \
libc-dev \
linux-headers \
make \
diff --git a/python_3.4-slim/Dockerfile b/python_3.4-slim/Dockerfile
index 4ef2a4d..4b9c501 100644
--- a/python_3.4-slim/Dockerfile
+++ b/python_3.4-slim/Dockerfile
@@ -16,6 +16,7 @@ ENV LANG C.UTF-8
# runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
+ libgdbm3 \
libsqlite3-0 \
libssl1.0.0 \
&& rm -rf /var/lib/apt/lists/*
@@ -31,6 +32,7 @@ RUN set -ex \
gcc \
libbz2-dev \
libc6-dev \
+ libgdbm-dev \
liblzma-dev \
libncurses-dev \
libreadline-dev \
diff --git a/python_3.6-alpine/Dockerfile b/python_3.6-alpine/Dockerfile
index 99e37bc..1df3530 100644
--- a/python_3.6-alpine/Dockerfile
+++ b/python_3.6-alpine/Dockerfile
@@ -37,6 +37,7 @@ RUN set -ex \
&& apk add --no-cache --virtual .build-deps \
bzip2-dev \
gcc \
+ gdbm-dev \
libc-dev \
linux-headers \
make \
diff --git a/python_3.6-slim/Dockerfile b/python_3.6-slim/Dockerfile
index faf5298..842390d 100644
--- a/python_3.6-slim/Dockerfile
+++ b/python_3.6-slim/Dockerfile
@@ -10,6 +10,7 @@ ENV LANG C.UTF-8
# runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
+ libgdbm3 \
libsqlite3-0 \
libssl1.0.0 \
&& rm -rf /var/lib/apt/lists/*
@@ -25,6 +26,7 @@ RUN set -ex \
gcc \
libbz2-dev \
libc6-dev \
+ libgdbm-dev \
liblzma-dev \
libncurses-dev \
libreadline-dev \
diff --git a/python_alpine/Dockerfile b/python_alpine/Dockerfile
index bc2c41f..5f3b56d 100644
--- a/python_alpine/Dockerfile
+++ b/python_alpine/Dockerfile
@@ -43,6 +43,7 @@ RUN set -ex \
&& apk add --no-cache --virtual .build-deps \
bzip2-dev \
gcc \
+ gdbm-dev \
libc-dev \
linux-headers \
make \
diff --git a/python_slim/Dockerfile b/python_slim/Dockerfile
index 111ff97..4fc019c 100644
--- a/python_slim/Dockerfile
+++ b/python_slim/Dockerfile
@@ -16,6 +16,7 @@ ENV LANG C.UTF-8
# runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
+ libgdbm3 \
libsqlite3-0 \
libssl1.0.0 \
&& rm -rf /var/lib/apt/lists/*
@@ -31,6 +32,7 @@ RUN set -ex \
gcc \
libbz2-dev \
libc6-dev \
+ libgdbm-dev \
liblzma-dev \
libncurses-dev \
libreadline-dev \
diff --git a/redis_32bit/Dockerfile b/redis_32bit/Dockerfile
index 6df88ce..86e1981 100644
--- a/redis_32bit/Dockerfile
+++ b/redis_32bit/Dockerfile
@@ -20,9 +20,9 @@ RUN set -x \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true
-ENV REDIS_VERSION 3.2.4
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.4.tar.gz
-ENV REDIS_DOWNLOAD_SHA1 f0fe685cbfdb8c2d8c74613ad8a5a5f33fba40c9
+ENV REDIS_VERSION 3.2.5
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.5.tar.gz
+ENV REDIS_DOWNLOAD_SHA1 6f6333db6111badaa74519d743589ac4635eba7a
RUN apt-get update && apt-get install -y libc6-i386 --no-install-recommends && rm -rf /var/lib/apt/lists/*
diff --git a/redis_alpine/Dockerfile b/redis_alpine/Dockerfile
index 2d0b216..75890c3 100644
--- a/redis_alpine/Dockerfile
+++ b/redis_alpine/Dockerfile
@@ -6,9 +6,9 @@ RUN addgroup -S redis && adduser -S -G redis redis
# grab su-exec for easy step-down from root
RUN apk add --no-cache 'su-exec>=0.2'
-ENV REDIS_VERSION 3.2.4
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.4.tar.gz
-ENV REDIS_DOWNLOAD_SHA1 f0fe685cbfdb8c2d8c74613ad8a5a5f33fba40c9
+ENV REDIS_VERSION 3.2.5
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.5.tar.gz
+ENV REDIS_DOWNLOAD_SHA1 6f6333db6111badaa74519d743589ac4635eba7a
# for redis-sentinel see: http://redis.io/topics/sentinel
RUN set -ex \
diff --git a/redis_latest/Dockerfile b/redis_latest/Dockerfile
index 16a0897..f20fbec 100644
--- a/redis_latest/Dockerfile
+++ b/redis_latest/Dockerfile
@@ -20,9 +20,9 @@ RUN set -x \
&& chmod +x /usr/local/bin/gosu \
&& gosu nobody true
-ENV REDIS_VERSION 3.2.4
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.4.tar.gz
-ENV REDIS_DOWNLOAD_SHA1 f0fe685cbfdb8c2d8c74613ad8a5a5f33fba40c9
+ENV REDIS_VERSION 3.2.5
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-3.2.5.tar.gz
+ENV REDIS_DOWNLOAD_SHA1 6f6333db6111badaa74519d743589ac4635eba7a
# for redis-sentinel see: http://redis.io/topics/sentinel
RUN set -ex \
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index 06d2791..49765f1 100644
--- a/rocket.chat_latest/Dockerfile
+++ b/rocket.chat_latest/Dockerfile
@@ -11,7 +11,7 @@ VOLUME /app/uploads
# gpg: key 4FD08014: public key "Rocket.Chat Buildmaster <[email protected]>" imported
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104
-ENV RC_VERSION 0.43.0
+ENV RC_VERSION 0.44.0
WORKDIR /app
diff --git a/ruby_2.1-alpine/Dockerfile b/ruby_2.1-alpine/Dockerfile
index d887ed0..f7a8fb9 100644
--- a/ruby_2.1-alpine/Dockerfile
+++ b/ruby_2.1-alpine/Dockerfile
@@ -89,7 +89,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/ruby_2.1-slim/Dockerfile b/ruby_2.1-slim/Dockerfile
index f9b0f5e..8cb2351 100644
--- a/ruby_2.1-slim/Dockerfile
+++ b/ruby_2.1-slim/Dockerfile
@@ -76,7 +76,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/ruby_2.1/Dockerfile b/ruby_2.1/Dockerfile
index ee7f12b..7fe1af0 100644
--- a/ruby_2.1/Dockerfile
+++ b/ruby_2.1/Dockerfile
@@ -54,7 +54,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/ruby_2.2-alpine/Dockerfile b/ruby_2.2-alpine/Dockerfile
index 4e71ff9..442aa20 100644
--- a/ruby_2.2-alpine/Dockerfile
+++ b/ruby_2.2-alpine/Dockerfile
@@ -89,7 +89,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/ruby_2.2-slim/Dockerfile b/ruby_2.2-slim/Dockerfile
index 1d0a0fb..feb3957 100644
--- a/ruby_2.2-slim/Dockerfile
+++ b/ruby_2.2-slim/Dockerfile
@@ -76,7 +76,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/ruby_2.2/Dockerfile b/ruby_2.2/Dockerfile
index 585c517..2ba0ca0 100644
--- a/ruby_2.2/Dockerfile
+++ b/ruby_2.2/Dockerfile
@@ -54,7 +54,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/ruby_alpine/Dockerfile b/ruby_alpine/Dockerfile
index 28ba9ed..1dd3031 100644
--- a/ruby_alpine/Dockerfile
+++ b/ruby_alpine/Dockerfile
@@ -89,7 +89,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/ruby_latest/Dockerfile b/ruby_latest/Dockerfile
index 82096ae..e9fc71d 100644
--- a/ruby_latest/Dockerfile
+++ b/ruby_latest/Dockerfile
@@ -54,7 +54,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/ruby_slim/Dockerfile b/ruby_slim/Dockerfile
index 0a64581..5ba05b6 100644
--- a/ruby_slim/Dockerfile
+++ b/ruby_slim/Dockerfile
@@ -76,7 +76,7 @@ RUN set -ex \
\
&& gem update --system "$RUBYGEMS_VERSION"
-ENV BUNDLER_VERSION 1.13.5
+ENV BUNDLER_VERSION 1.13.6
RUN gem install bundler --version "$BUNDLER_VERSION"
diff --git a/tomcat_6-jre8/Dockerfile b/tomcat_6-jre8/Dockerfile
index 42e2222..bf898cd 100644
--- a/tomcat_6-jre8/Dockerfile
+++ b/tomcat_6-jre8/Dockerfile
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
# see http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-8-0-32-tp5046007p5046024.html (and following discussion)
ENV OPENSSL_VERSION 1.0.2j-1
RUN { \
- echo 'deb http://httpredir.debian.org/debian unstable main'; \
+ echo 'deb http://deb.debian.org/debian unstable main'; \
} > /etc/apt/sources.list.d/unstable.list \
&& { \
# add a negative "Pin-Priority" so that we never ever get packages from unstable unless we explicitly request them
diff --git a/tomcat_6/Dockerfile b/tomcat_6/Dockerfile
index 927866f..d1c5a62 100644
--- a/tomcat_6/Dockerfile
+++ b/tomcat_6/Dockerfile
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
# see http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-8-0-32-tp5046007p5046024.html (and following discussion)
ENV OPENSSL_VERSION 1.0.2j-1
RUN { \
- echo 'deb http://httpredir.debian.org/debian unstable main'; \
+ echo 'deb http://deb.debian.org/debian unstable main'; \
} > /etc/apt/sources.list.d/unstable.list \
&& { \
# add a negative "Pin-Priority" so that we never ever get packages from unstable unless we explicitly request them
diff --git a/tomcat_7-jre8/Dockerfile b/tomcat_7-jre8/Dockerfile
index 0f513f1..17986f1 100644
--- a/tomcat_7-jre8/Dockerfile
+++ b/tomcat_7-jre8/Dockerfile
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
# see http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-8-0-32-tp5046007p5046024.html (and following discussion)
ENV OPENSSL_VERSION 1.0.2j-1
RUN { \
- echo 'deb http://httpredir.debian.org/debian unstable main'; \
+ echo 'deb http://deb.debian.org/debian unstable main'; \
} > /etc/apt/sources.list.d/unstable.list \
&& { \
# add a negative "Pin-Priority" so that we never ever get packages from unstable unless we explicitly request them
diff --git a/tomcat_7/Dockerfile b/tomcat_7/Dockerfile
index 19a0145..76cf1ab 100644
--- a/tomcat_7/Dockerfile
+++ b/tomcat_7/Dockerfile
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
# see http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-8-0-32-tp5046007p5046024.html (and following discussion)
ENV OPENSSL_VERSION 1.0.2j-1
RUN { \
- echo 'deb http://httpredir.debian.org/debian unstable main'; \
+ echo 'deb http://deb.debian.org/debian unstable main'; \
} > /etc/apt/sources.list.d/unstable.list \
&& { \
# add a negative "Pin-Priority" so that we never ever get packages from unstable unless we explicitly request them
diff --git a/tomcat_8.5/Dockerfile b/tomcat_8.5/Dockerfile
index e66d2c0..e56b5fa 100644
--- a/tomcat_8.5/Dockerfile
+++ b/tomcat_8.5/Dockerfile
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
# see http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-8-0-32-tp5046007p5046024.html (and following discussion)
ENV OPENSSL_VERSION 1.0.2j-1
RUN { \
- echo 'deb http://httpredir.debian.org/debian unstable main'; \
+ echo 'deb http://deb.debian.org/debian unstable main'; \
} > /etc/apt/sources.list.d/unstable.list \
&& { \
# add a negative "Pin-Priority" so that we never ever get packages from unstable unless we explicitly request them
diff --git a/tomcat_9/Dockerfile b/tomcat_9/Dockerfile
index 7c16f0e..aed57db 100644
--- a/tomcat_9/Dockerfile
+++ b/tomcat_9/Dockerfile
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
# see http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-8-0-32-tp5046007p5046024.html (and following discussion)
ENV OPENSSL_VERSION 1.0.2j-1
RUN { \
- echo 'deb http://httpredir.debian.org/debian unstable main'; \
+ echo 'deb http://deb.debian.org/debian unstable main'; \
} > /etc/apt/sources.list.d/unstable.list \
&& { \
# add a negative "Pin-Priority" so that we never ever get packages from unstable unless we explicitly request them
diff --git a/tomcat_jre8/Dockerfile b/tomcat_jre8/Dockerfile
index e73ff8b..01bccfe 100644
--- a/tomcat_jre8/Dockerfile
+++ b/tomcat_jre8/Dockerfile
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
# see http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-8-0-32-tp5046007p5046024.html (and following discussion)
ENV OPENSSL_VERSION 1.0.2j-1
RUN { \
- echo 'deb http://httpredir.debian.org/debian unstable main'; \
+ echo 'deb http://deb.debian.org/debian unstable main'; \
} > /etc/apt/sources.list.d/unstable.list \
&& { \
# add a negative "Pin-Priority" so that we never ever get packages from unstable unless we explicitly request them
diff --git a/tomcat_latest/Dockerfile b/tomcat_latest/Dockerfile
index 546337b..3cb3cce 100644
--- a/tomcat_latest/Dockerfile
+++ b/tomcat_latest/Dockerfile
@@ -14,7 +14,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$TOMCAT_NATIVE_LIBDIR
# see http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-8-0-32-tp5046007p5046024.html (and following discussion)
ENV OPENSSL_VERSION 1.0.2j-1
RUN { \
- echo 'deb http://httpredir.debian.org/debian unstable main'; \
+ echo 'deb http://deb.debian.org/debian unstable main'; \
} > /etc/apt/sources.list.d/unstable.list \
&& { \
# add a negative "Pin-Priority" so that we never ever get packages from unstable unless we explicitly request them |
My build tests are getting the same failures as percona master on TravisCI. 😢 I'll try debugging it, but if it takes too long I think I'll update this PR to not include it so we can get the rest merged. |
I found the problem in percona: $ cat /etc/mysql/percona-server.conf.d/mysqld.cnf
...
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address = 127.0.0.1 It seems |
Fix for percona in docker-library/percona#32. |
In order to not overwhelm the Docker Hub with cascading rebuilds on a Friday afternoon, we'll hold this merge until early next week. |
Build test of #2292; 1d506a8 ( $ bashbrew build buildpack-deps:jessie-curl
Using bashbrew/cache:20fc1e0c00f94f3079ea0b794d2ea124d3a0f5965f945506cc27d65fcd048344 (buildpack-deps:jessie-curl)
Tagging buildpack-deps:jessie-curl
Tagging buildpack-deps:curl
$ test/run.sh buildpack-deps:jessie-curl
testing buildpack-deps:jessie-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:jessie-scm
Using bashbrew/cache:992ee9bb26d93f04a9b42d38e9f777a627e2de38fb4e76bce3cadf1293a55446 (buildpack-deps:jessie-scm)
Tagging buildpack-deps:jessie-scm
Tagging buildpack-deps:scm
$ test/run.sh buildpack-deps:jessie-scm
testing buildpack-deps:jessie-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:jessie
Using bashbrew/cache:f97c416f2e1a5699174021803279d54bc49a3ff3d7e6c112b49b7df9bd7392d2 (buildpack-deps:jessie)
Tagging buildpack-deps:jessie
Tagging buildpack-deps:latest
$ test/run.sh buildpack-deps:jessie
testing buildpack-deps:jessie
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:precise-curl
Using bashbrew/cache:dedb0f5bc2ff3741fd559868060838eefeb598301b42c60f68a78dc2d015d9ef (buildpack-deps:precise-curl)
Tagging buildpack-deps:precise-curl
$ test/run.sh buildpack-deps:precise-curl
testing buildpack-deps:precise-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:precise-scm
Using bashbrew/cache:476a6fbadfb242d1d057712ba7be9e72a631c2e81ea27ca52ed1be48a826e2d8 (buildpack-deps:precise-scm)
Tagging buildpack-deps:precise-scm
$ test/run.sh buildpack-deps:precise-scm
testing buildpack-deps:precise-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:precise
Using bashbrew/cache:ce10732bd9fd524c2e7bfce33703a2a1d96058dae5501f23a90e6e74ed0e3543 (buildpack-deps:precise)
Tagging buildpack-deps:precise
$ test/run.sh buildpack-deps:precise
testing buildpack-deps:precise
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:sid-curl
Using bashbrew/cache:e58873360c59812ffc8a5b197847927b35cff4edde66254e62ca197db5665ee7 (buildpack-deps:sid-curl)
Tagging buildpack-deps:sid-curl
$ test/run.sh buildpack-deps:sid-curl
testing buildpack-deps:sid-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:sid-scm
Using bashbrew/cache:d67d3ccff8bab2b78782b108bc6c604adcae5f045544544b64fcee27b4203b5b (buildpack-deps:sid-scm)
Tagging buildpack-deps:sid-scm
$ test/run.sh buildpack-deps:sid-scm
testing buildpack-deps:sid-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:sid
Using bashbrew/cache:3e1273b0b4089fc27ea3a3737da400c672bdffc3b9a2c902905f2eccd16b93f5 (buildpack-deps:sid)
Tagging buildpack-deps:sid
$ test/run.sh buildpack-deps:sid
testing buildpack-deps:sid
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:stretch-curl
Using bashbrew/cache:27afa1574bbf85f540a17379f744bd0a19209c32c145303c9ef491e5c1b6f813 (buildpack-deps:stretch-curl)
Tagging buildpack-deps:stretch-curl
$ test/run.sh buildpack-deps:stretch-curl
testing buildpack-deps:stretch-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:stretch-scm
Using bashbrew/cache:4c5dc59312d3afbb9b33299032b63dca6ac42d414c5f03e4be92383d4f5638e6 (buildpack-deps:stretch-scm)
Tagging buildpack-deps:stretch-scm
$ test/run.sh buildpack-deps:stretch-scm
testing buildpack-deps:stretch-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:stretch
Using bashbrew/cache:7d408d0741a38be1889a8d6f2a103d415e157e8b289d51f3b865d6b8bf06f75a (buildpack-deps:stretch)
Tagging buildpack-deps:stretch
$ test/run.sh buildpack-deps:stretch
testing buildpack-deps:stretch
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:trusty-curl
Using bashbrew/cache:f26186fdda1c66c834792fba2dbf26ece7b6bf70dc132fbeef27cc2ea3cd6a75 (buildpack-deps:trusty-curl)
Tagging buildpack-deps:trusty-curl
$ test/run.sh buildpack-deps:trusty-curl
testing buildpack-deps:trusty-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:trusty-scm
Using bashbrew/cache:1534bc112f8da05653c2344d8ea0837c9c80169532d83eec4afe0ed775d2d052 (buildpack-deps:trusty-scm)
Tagging buildpack-deps:trusty-scm
$ test/run.sh buildpack-deps:trusty-scm
testing buildpack-deps:trusty-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:trusty
Using bashbrew/cache:a3e416538eadd34f449e4069425af1e1822a1331d0c5ac79601c5bf2655b4311 (buildpack-deps:trusty)
Tagging buildpack-deps:trusty
$ test/run.sh buildpack-deps:trusty
testing buildpack-deps:trusty
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:wheezy-curl
Using bashbrew/cache:2d17e3c1d022b2d448dc1c8388c2ecfb2159dcd2c8f5f21cb4ae94ae87f786bb (buildpack-deps:wheezy-curl)
Tagging buildpack-deps:wheezy-curl
$ test/run.sh buildpack-deps:wheezy-curl
testing buildpack-deps:wheezy-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:wheezy-scm
Using bashbrew/cache:1817513beb40b91a7cd14905dd9be7df4265dffec63c87ff0a1eb2df311d2f6a (buildpack-deps:wheezy-scm)
Tagging buildpack-deps:wheezy-scm
$ test/run.sh buildpack-deps:wheezy-scm
testing buildpack-deps:wheezy-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:wheezy
Using bashbrew/cache:5f7ae4af7677678f1b173f9497c9fc1ea1e9d838ce037d408b76e3a192f109be (buildpack-deps:wheezy)
Tagging buildpack-deps:wheezy
$ test/run.sh buildpack-deps:wheezy
testing buildpack-deps:wheezy
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:xenial-curl
Using bashbrew/cache:af7f673b3687923f3d830e8def2fbe505ea935c34395c67cab46150841a1f2c1 (buildpack-deps:xenial-curl)
Tagging buildpack-deps:xenial-curl
$ test/run.sh buildpack-deps:xenial-curl
testing buildpack-deps:xenial-curl
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:xenial-scm
Using bashbrew/cache:b928bce9e24893a3a824c92ef4c2e236ab2d70f85c47652579c952cf5a1669aa (buildpack-deps:xenial-scm)
Tagging buildpack-deps:xenial-scm
$ test/run.sh buildpack-deps:xenial-scm
testing buildpack-deps:xenial-scm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build buildpack-deps:xenial
Using bashbrew/cache:614ed4768e97db4b93cd37a9a75e2bcd7b3e50f3375597fa9ef443b55873a486 (buildpack-deps:xenial)
Tagging buildpack-deps:xenial
$ test/run.sh buildpack-deps:xenial
testing buildpack-deps:xenial
'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:1.12.3
Using bashbrew/cache:593131e000ff477f041e1ff923264a5833ce53df42d69c384602344fba6325fd (docker:1.12.3)
Tagging docker:1.12.3
Tagging docker:1.12
Tagging docker:1
Tagging docker:latest
$ test/run.sh docker:1.12.3
testing docker:1.12.3
'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:1.12.3-dind
Using bashbrew/cache:be62f374ac8b433402b8bd30d977b83b2ca02a3879398655aacc124d1ba2ea07 (docker:1.12.3-dind)
Tagging docker:1.12.3-dind
Tagging docker:1.12-dind
Tagging docker:1-dind
Tagging docker:dind
$ test/run.sh docker:1.12.3-dind
testing docker:1.12.3-dind
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'docker-dind' [5/5]...passed
$ bashbrew build docker:1.12.3-git
Using bashbrew/cache:7fa3af0f11b6d58840ea713278d1a1b5824f58046c22a73ad0391de4271770ac (docker:1.12.3-git)
Tagging docker:1.12.3-git
Tagging docker:1.12-git
Tagging docker:1-git
Tagging docker:git
$ test/run.sh docker:1.12.3-git
testing docker:1.12.3-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:1.12.3-experimental
Using bashbrew/cache:9c4b5f06bdabef9e6f74748939ad694f0526880d21239efac967200529a229ec (docker:1.12.3-experimental)
Tagging docker:1.12.3-experimental
Tagging docker:1.12-experimental
Tagging docker:1-experimental
Tagging docker:experimental
$ test/run.sh docker:1.12.3-experimental
testing docker:1.12.3-experimental
'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:1.12.3-experimental-dind
Using bashbrew/cache:9787c6e89b68cadb6467f95b16b49d0f86fdb6d7114cdae615ce4600b86da734 (docker:1.12.3-experimental-dind)
Tagging docker:1.12.3-experimental-dind
Tagging docker:1.12-experimental-dind
Tagging docker:1-experimental-dind
Tagging docker:experimental-dind
$ test/run.sh docker:1.12.3-experimental-dind
testing docker:1.12.3-experimental-dind
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'docker-dind' [5/5]...passed
$ bashbrew build docker:1.12.3-experimental-git
Using bashbrew/cache:625d370dfc6b20a25a7ef1767013bafc3b66a9a12ea4f9560274e5dc3787c6da (docker:1.12.3-experimental-git)
Tagging docker:1.12.3-experimental-git
Tagging docker:1.12-experimental-git
Tagging docker:1-experimental-git
Tagging docker:experimental-git
$ test/run.sh docker:1.12.3-experimental-git
testing docker:1.12.3-experimental-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:1.11.2
Using bashbrew/cache:5a78a5656fdab1a8d193085b1d189f87c19fefde0aa7063f70f3369bdeda82f5 (docker:1.11.2)
Tagging docker:1.11.2
Tagging docker:1.11
$ test/run.sh docker:1.11.2
testing docker:1.11.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 docker:1.11.2-dind
Using bashbrew/cache:8e5f3af9ff1d8cea4ba65675a84bc47407fdf302f78bab71e2c197e18c8cf986 (docker:1.11.2-dind)
Tagging docker:1.11.2-dind
Tagging docker:1.11-dind
$ test/run.sh docker:1.11.2-dind
testing docker:1.11.2-dind
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'docker-dind' [5/5]...passed
$ bashbrew build docker:1.11.2-git
Using bashbrew/cache:d1a032171e2c085a4e6a7c79de4056275b02cfc8850e90adfc2eb36a6cb2a60c (docker:1.11.2-git)
Tagging docker:1.11.2-git
Tagging docker:1.11-git
$ test/run.sh docker:1.11.2-git
testing docker:1.11.2-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 java:6b38-jdk
Using bashbrew/cache:d4cd13eebf72ed2cae6044ce0a4b80945a3a1e5d8c51cbcf854514f5b54ae5e8 (java:6b38-jdk)
Tagging java:6b38-jdk
Tagging java:6b38
Tagging java:6-jdk
Tagging java:6
Tagging java:openjdk-6b38-jdk
Tagging java:openjdk-6b38
Tagging java:openjdk-6-jdk
Tagging java:openjdk-6
$ test/run.sh java:6b38-jdk
testing java:6b38-jdk
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build java:6b38-jre
Using bashbrew/cache:ca3f31dc3a0b814427399686c082a73584cdeb6f6aa922daa47cf647e1b605b2 (java:6b38-jre)
Tagging java:6b38-jre
Tagging java:6-jre
Tagging java:openjdk-6b38-jre
Tagging java:openjdk-6-jre
$ test/run.sh java:6b38-jre
testing java:6b38-jre
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build java:7u111-jdk
Using bashbrew/cache:5fd38db04de1c5d3410e33e64b91cfb6402961ea7a5ebc537f59d96bb2a9f72e (java:7u111-jdk)
Tagging java:7u111-jdk
Tagging java:7u111
Tagging java:7-jdk
Tagging java:7
Tagging java:openjdk-7u111-jdk
Tagging java:openjdk-7u111
Tagging java:openjdk-7-jdk
Tagging java:openjdk-7
$ test/run.sh java:7u111-jdk
testing java:7u111-jdk
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build java:7u111-jdk-alpine
Using bashbrew/cache:7e3b1f74a72eb1bdaaf85311fb465d396986d56066ec204d7f6b4e2f7b6c63f0 (java:7u111-jdk-alpine)
Tagging java:7u111-jdk-alpine
Tagging java:7u111-alpine
Tagging java:7-jdk-alpine
Tagging java:7-alpine
Tagging java:openjdk-7u111-jdk-alpine
Tagging java:openjdk-7u111-alpine
Tagging java:openjdk-7-jdk-alpine
Tagging java:openjdk-7-alpine
$ test/run.sh java:7u111-jdk-alpine
testing java:7u111-jdk-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 java:7u111-jre
Using bashbrew/cache:7feeae2759105badfdcc28011e2ceb87f7ad7eab8a24252eace5e2b6e250a7de (java:7u111-jre)
Tagging java:7u111-jre
Tagging java:7-jre
Tagging java:openjdk-7u111-jre
Tagging java:openjdk-7-jre
$ test/run.sh java:7u111-jre
testing java:7u111-jre
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build java:7u111-jre-alpine
Using bashbrew/cache:15a03a96e0454c3b04a187cd49a5a740922629cbc9fb9cd8764d4501c06bad65 (java:7u111-jre-alpine)
Tagging java:7u111-jre-alpine
Tagging java:7-jre-alpine
Tagging java:openjdk-7u111-jre-alpine
Tagging java:openjdk-7-jre-alpine
$ test/run.sh java:7u111-jre-alpine
testing java:7u111-jre-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 java:8u102-jdk
Using bashbrew/cache:518f81d3d20c8efbac31981e2db5ab43e802466950a5c2c778d587fd6e1854c5 (java:8u102-jdk)
Tagging java:8u102-jdk
Tagging java:8u102
Tagging java:8-jdk
Tagging java:8
Tagging java:jdk
Tagging java:latest
Tagging java:openjdk-8u102-jdk
Tagging java:openjdk-8u102
Tagging java:openjdk-8-jdk
Tagging java:openjdk-8
$ test/run.sh java:8u102-jdk
testing java:8u102-jdk
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build java:8u92-jdk-alpine
Using bashbrew/cache:15ae34032a5a33204da78c986be477c1995b12b5514f6a125a38e8d2dc74868f (java:8u92-jdk-alpine)
Tagging java:8u92-jdk-alpine
Tagging java:8u92-alpine
Tagging java:8-jdk-alpine
Tagging java:8-alpine
Tagging java:jdk-alpine
Tagging java:alpine
Tagging java:openjdk-8u92-jdk-alpine
Tagging java:openjdk-8u92-alpine
Tagging java:openjdk-8-jdk-alpine
Tagging java:openjdk-8-alpine
$ test/run.sh java:8u92-jdk-alpine
testing java:8u92-jdk-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 java:8u102-jre
Using bashbrew/cache:a24b7afc948de09b5a921fd85b3d448057c1a46d4e2ffa392bcd01cb4c0b8df5 (java:8u102-jre)
Tagging java:8u102-jre
Tagging java:8-jre
Tagging java:jre
Tagging java:openjdk-8u102-jre
Tagging java:openjdk-8-jre
$ test/run.sh java:8u102-jre
testing java:8u102-jre
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build java:8u92-jre-alpine
Using bashbrew/cache:a950d39a3623cae83da047678bf3c7a8aa28e8b3901b0d4d8c9f8c020607f464 (java:8u92-jre-alpine)
Tagging java:8u92-jre-alpine
Tagging java:8-jre-alpine
Tagging java:jre-alpine
Tagging java:openjdk-8u92-jre-alpine
Tagging java:openjdk-8-jre-alpine
$ test/run.sh java:8u92-jre-alpine
testing java:8u92-jre-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 java:9-b140-jdk
Using bashbrew/cache:e798a9c405e307217af6116b226b38e25a8feb83d40695c8f5907781695bd8c3 (java:9-b140-jdk)
Tagging java:9-b140-jdk
Tagging java:9-b140
Tagging java:9-jdk
Tagging java:9
Tagging java:openjdk-9-b140-jdk
Tagging java:openjdk-9-b140
Tagging java:openjdk-9-jdk
Tagging java:openjdk-9
$ test/run.sh java:9-b140-jdk
testing java:9-b140-jdk
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build java:9-b140-jre
Using bashbrew/cache:fdb3daefa1f285921f66ec971122f9daa78fca75d5f98ec67318bb0e052b91be (java:9-b140-jre)
Tagging java:9-b140-jre
Tagging java:9-jre
Tagging java:openjdk-9-b140-jre
Tagging java:openjdk-9-jre
$ test/run.sh java:9-b140-jre
testing java:9-b140-jre
'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.1.11
Using bashbrew/cache:feb6d0b031e811c16935aeb8e31a4b75ea1c3f3a57a336f9b475c07274e6b0ac (kibana:4.1.11)
Tagging kibana:4.1.11
Tagging kibana:4.1
$ test/run.sh kibana:4.1.11
testing kibana:4.1.11
'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.2.2
Using bashbrew/cache:3d7556802595a75c6756d3368af9870f40a113fa302f11bf63fa6451fe246048 (kibana:4.2.2)
Tagging kibana:4.2.2
Tagging kibana:4.2
$ test/run.sh kibana:4.2.2
testing kibana:4.2.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.3.3
Using bashbrew/cache:63b0e306fdd9e31b4b5d34c24678fdde19940a3a0e59c38e06a608500a2e19c0 (kibana:4.3.3)
Tagging kibana:4.3.3
Tagging kibana:4.3
$ test/run.sh kibana:4.3.3
testing kibana:4.3.3
'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.4.2
Using bashbrew/cache:0d94beba8a520305f06d05ac1044dbfc1bb36954d99c1d5837fada1082f3f5e9 (kibana:4.4.2)
Tagging kibana:4.4.2
Tagging kibana:4.4
$ test/run.sh kibana:4.4.2
testing kibana:4.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.5.4
Using bashbrew/cache:f9b07f76d62e5dcc14ac434620a33530050a649dba10299c88cd8738ba504d92 (kibana:4.5.4)
Tagging kibana:4.5.4
Tagging kibana:4.5
$ test/run.sh kibana:4.5.4
testing kibana:4.5.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 kibana:4.6.2
Using bashbrew/cache:a6338c65655d6b71f06567e7d126ae630780e0a0f6a26479b030d2693f711433 (kibana:4.6.2)
Tagging kibana:4.6.2
Tagging kibana:4.6
Tagging kibana:4
$ test/run.sh kibana:4.6.2
testing kibana:4.6.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:5.0.0
Using bashbrew/cache:fe2096916c241340953b08e5345c48a7caba3323a9ceb4676f2d026d4c176605 (kibana:5.0.0)
Tagging kibana:5.0.0
Tagging kibana:5.0
Tagging kibana:5
Tagging kibana:latest
$ test/run.sh kibana:5.0.0
testing kibana:5.0.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 mysql:8.0.0
Using bashbrew/cache:77a95606da6fd130c2f2f0494584d0f99c8c31c73841b4bc1e9930270dd43119 (mysql:8.0.0)
Tagging mysql:8.0.0
Tagging mysql:8.0
Tagging mysql:8
$ test/run.sh mysql:8.0.0
testing mysql:8.0.0
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'mysql-basics' [5/7]..........passed
'mysql-initdb' [6/7]..........passed
'mysql-log-bin' [7/7]............passed
$ bashbrew build mysql:5.7.16
Using bashbrew/cache:34287d32a9f2694d0b11ee3d5770f324917e6e63dc0b2a3b48ccf58e4e894e94 (mysql:5.7.16)
Tagging mysql:5.7.16
Tagging mysql:5.7
Tagging mysql:5
Tagging mysql:latest
$ test/run.sh mysql:5.7.16
testing mysql:5.7.16
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'mysql-basics' [5/7]........passed
'mysql-initdb' [6/7].........passed
'mysql-log-bin' [7/7].........passed
$ bashbrew build mysql:5.6.34
Using bashbrew/cache:dd4b2b6576a079be9de3de3b618dcc77acb36b8d8322f308a2ab941c95b4b07d (mysql:5.6.34)
Tagging mysql:5.6.34
Tagging mysql:5.6
$ test/run.sh mysql:5.6.34
testing mysql:5.6.34
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'mysql-basics' [5/7].......passed
'mysql-initdb' [6/7].......passed
'mysql-log-bin' [7/7].......passed
$ bashbrew build mysql:5.5.53
Using bashbrew/cache:a4fa6ce7124e497e904dcb0f1c3f4c17a207f5424ed02b4ac3464703ac830576 (mysql:5.5.53)
Tagging mysql:5.5.53
Tagging mysql:5.5
$ test/run.sh mysql:5.5.53
testing mysql:5.5.53
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'mysql-basics' [5/7]......passed
'mysql-initdb' [6/7]......passed
'mysql-log-bin' [7/7]......passed
$ bashbrew build openjdk:6b38-jdk
Using bashbrew/cache:d4cd13eebf72ed2cae6044ce0a4b80945a3a1e5d8c51cbcf854514f5b54ae5e8 (openjdk:6b38-jdk)
Tagging openjdk:6b38-jdk
Tagging openjdk:6b38
Tagging openjdk:6-jdk
Tagging openjdk:6
$ test/run.sh openjdk:6b38-jdk
testing openjdk:6b38-jdk
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build openjdk:6b38-jre
Using bashbrew/cache:ca3f31dc3a0b814427399686c082a73584cdeb6f6aa922daa47cf647e1b605b2 (openjdk:6b38-jre)
Tagging openjdk:6b38-jre
Tagging openjdk:6-jre
$ test/run.sh openjdk:6b38-jre
testing openjdk:6b38-jre
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build openjdk:7u111-jdk
Using bashbrew/cache:5fd38db04de1c5d3410e33e64b91cfb6402961ea7a5ebc537f59d96bb2a9f72e (openjdk:7u111-jdk)
Tagging openjdk:7u111-jdk
Tagging openjdk:7u111
Tagging openjdk:7-jdk
Tagging openjdk:7
$ test/run.sh openjdk:7u111-jdk
testing openjdk:7u111-jdk
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build openjdk:7u111-jdk-alpine
Using bashbrew/cache:7e3b1f74a72eb1bdaaf85311fb465d396986d56066ec204d7f6b4e2f7b6c63f0 (openjdk:7u111-jdk-alpine)
Tagging openjdk:7u111-jdk-alpine
Tagging openjdk:7u111-alpine
Tagging openjdk:7-jdk-alpine
Tagging openjdk:7-alpine
$ test/run.sh openjdk:7u111-jdk-alpine
testing openjdk:7u111-jdk-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 openjdk:7u111-jre
Using bashbrew/cache:7feeae2759105badfdcc28011e2ceb87f7ad7eab8a24252eace5e2b6e250a7de (openjdk:7u111-jre)
Tagging openjdk:7u111-jre
Tagging openjdk:7-jre
$ test/run.sh openjdk:7u111-jre
testing openjdk:7u111-jre
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build openjdk:7u111-jre-alpine
Using bashbrew/cache:15a03a96e0454c3b04a187cd49a5a740922629cbc9fb9cd8764d4501c06bad65 (openjdk:7u111-jre-alpine)
Tagging openjdk:7u111-jre-alpine
Tagging openjdk:7-jre-alpine
$ test/run.sh openjdk:7u111-jre-alpine
testing openjdk:7u111-jre-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 openjdk:8u102-jdk
Using bashbrew/cache:518f81d3d20c8efbac31981e2db5ab43e802466950a5c2c778d587fd6e1854c5 (openjdk:8u102-jdk)
Tagging openjdk:8u102-jdk
Tagging openjdk:8u102
Tagging openjdk:8-jdk
Tagging openjdk:8
Tagging openjdk:jdk
Tagging openjdk:latest
$ test/run.sh openjdk:8u102-jdk
testing openjdk:8u102-jdk
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build openjdk:8u92-jdk-alpine
Using bashbrew/cache:15ae34032a5a33204da78c986be477c1995b12b5514f6a125a38e8d2dc74868f (openjdk:8u92-jdk-alpine)
Tagging openjdk:8u92-jdk-alpine
Tagging openjdk:8u92-alpine
Tagging openjdk:8-jdk-alpine
Tagging openjdk:8-alpine
Tagging openjdk:jdk-alpine
Tagging openjdk:alpine
$ test/run.sh openjdk:8u92-jdk-alpine
testing openjdk:8u92-jdk-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 openjdk:8u102-jre
Using bashbrew/cache:a24b7afc948de09b5a921fd85b3d448057c1a46d4e2ffa392bcd01cb4c0b8df5 (openjdk:8u102-jre)
Tagging openjdk:8u102-jre
Tagging openjdk:8-jre
Tagging openjdk:jre
$ test/run.sh openjdk:8u102-jre
testing openjdk:8u102-jre
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build openjdk:8u92-jre-alpine
Using bashbrew/cache:a950d39a3623cae83da047678bf3c7a8aa28e8b3901b0d4d8c9f8c020607f464 (openjdk:8u92-jre-alpine)
Tagging openjdk:8u92-jre-alpine
Tagging openjdk:8-jre-alpine
Tagging openjdk:jre-alpine
$ test/run.sh openjdk:8u92-jre-alpine
testing openjdk:8u92-jre-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 openjdk:9-b140-jdk
Using bashbrew/cache:e798a9c405e307217af6116b226b38e25a8feb83d40695c8f5907781695bd8c3 (openjdk:9-b140-jdk)
Tagging openjdk:9-b140-jdk
Tagging openjdk:9-b140
Tagging openjdk:9-jdk
Tagging openjdk:9
$ test/run.sh openjdk:9-b140-jdk
testing openjdk:9-b140-jdk
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build openjdk:9-b140-jre
Using bashbrew/cache:fdb3daefa1f285921f66ec971122f9daa78fca75d5f98ec67318bb0e052b91be (openjdk:9-b140-jre)
Tagging openjdk:9-b140-jre
Tagging openjdk:9-jre
$ test/run.sh openjdk:9-b140-jre
testing openjdk:9-b140-jre
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build percona:5.7.15
Building bashbrew/cache:1a98e7aade720b9e14ad02e95384d98de2ebdfab77f2e802d33bee84dc5a2fdf (percona:5.7.15)
Tagging percona:5.7.15
Tagging percona:5.7
Tagging percona:5
Tagging percona:latest
$ test/run.sh percona:5.7.15
testing percona:5.7.15
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'mysql-basics' [5/7].........passed
'mysql-initdb' [6/7]........passed
'mysql-log-bin' [7/7]..........passed
$ bashbrew build percona:5.6.33
Building bashbrew/cache:67b0e0958c8ce0f9bd92faab468e7ca802e43ef5cca88c59f694bea5a82382ae (percona:5.6.33)
Tagging percona:5.6.33
Tagging percona:5.6
$ test/run.sh percona:5.6.33
testing percona:5.6.33
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'mysql-basics' [5/7]........passed
'mysql-initdb' [6/7]........passed
'mysql-log-bin' [7/7]........passed
$ bashbrew build percona:5.5.52
Building bashbrew/cache:831049a99676583b8321b0f6de34d79e72ee3ac218165c47eb6885c7111a0310 (percona:5.5.52)
Tagging percona:5.5.52
Tagging percona:5.5
$ test/run.sh percona:5.5.52
testing percona:5.5.52
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'mysql-basics' [5/7]......passed
'mysql-initdb' [6/7]......passed
'mysql-log-bin' [7/7].......passed
$ bashbrew build php:7.1.0RC5-cli
Using bashbrew/cache:8f686dece6e21376d66301ad33f8e615122ca0071c09ee6a1cc4f6cf1417f5d0 (php:7.1.0RC5-cli)
Tagging php:7.1.0RC5-cli
Tagging php:7.1-rc-cli
Tagging php:rc-cli
Tagging php:7.1.0RC5
Tagging php:7.1-rc
Tagging php:rc
$ test/run.sh php:7.1.0RC5-cli
testing php:7.1.0RC5-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.1.0RC5-alpine
Using bashbrew/cache:2d91dd76b43c38a719872cebc2e6f8806e53165566876879b3efd7657670605a (php:7.1.0RC5-alpine)
Tagging php:7.1.0RC5-alpine
Tagging php:7.1-rc-alpine
Tagging php:rc-alpine
$ test/run.sh php:7.1.0RC5-alpine
testing php:7.1.0RC5-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.1.0RC5-apache
Using bashbrew/cache:6f42dd9855a03ef6446fc4721dd512a82a923050770513ce6dcce9d538523f07 (php:7.1.0RC5-apache)
Tagging php:7.1.0RC5-apache
Tagging php:7.1-rc-apache
Tagging php:rc-apache
$ test/run.sh php:7.1.0RC5-apache
testing php:7.1.0RC5-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.1.0RC5-fpm
Using bashbrew/cache:e4b52fb25fd3853fa82832c0458aff48dd11c4bef0f2c4b6c7e15a209d5c57c2 (php:7.1.0RC5-fpm)
Tagging php:7.1.0RC5-fpm
Tagging php:7.1-rc-fpm
Tagging php:rc-fpm
$ test/run.sh php:7.1.0RC5-fpm
testing php:7.1.0RC5-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.1.0RC5-fpm-alpine
Using bashbrew/cache:425677f5ed0ad403967299b169f4eb6a86bab3529935e5d8276017641877c993 (php:7.1.0RC5-fpm-alpine)
Tagging php:7.1.0RC5-fpm-alpine
Tagging php:7.1-rc-fpm-alpine
Tagging php:rc-fpm-alpine
$ test/run.sh php:7.1.0RC5-fpm-alpine
testing php:7.1.0RC5-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.1.0RC5-zts
Using bashbrew/cache:2feafca14cec0e292216a9e1dedc83a87d198f1b2534247d6bd9a1d9b6b33eab (php:7.1.0RC5-zts)
Tagging php:7.1.0RC5-zts
Tagging php:7.1-rc-zts
Tagging php:rc-zts
$ test/run.sh php:7.1.0RC5-zts
testing php:7.1.0RC5-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.1.0RC5-zts-alpine
Using bashbrew/cache:75cd53074e605757fa1d4db37a281d9112001e3c0ee26974bbde08c1c3808fc5 (php:7.1.0RC5-zts-alpine)
Tagging php:7.1.0RC5-zts-alpine
Tagging php:7.1-rc-zts-alpine
Tagging php:rc-zts-alpine
$ test/run.sh php:7.1.0RC5-zts-alpine
testing php:7.1.0RC5-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:7.0.12-cli
Using bashbrew/cache:28bd9dac2132494acada2298f607d3fe31a404264cf4a14d53b48e8de78f35e9 (php:7.0.12-cli)
Tagging php:7.0.12-cli
Tagging php:7.0-cli
Tagging php:7-cli
Tagging php:cli
Tagging php:7.0.12
Tagging php:7.0
Tagging php:7
Tagging php:latest
$ test/run.sh php:7.0.12-cli
testing php:7.0.12-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.12-alpine
Using bashbrew/cache:16cb1d2c0f587a0c1d5b592d3787fbe19310236873d8895dc6c1e87d83df2599 (php:7.0.12-alpine)
Tagging php:7.0.12-alpine
Tagging php:7.0-alpine
Tagging php:7-alpine
Tagging php:alpine
$ test/run.sh php:7.0.12-alpine
testing php:7.0.12-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.12-apache
Using bashbrew/cache:bd93a13453cc413d6f17bfb28736e953743928a026c24f52cb7419d25d1b6ae7 (php:7.0.12-apache)
Tagging php:7.0.12-apache
Tagging php:7.0-apache
Tagging php:7-apache
Tagging php:apache
$ test/run.sh php:7.0.12-apache
testing php:7.0.12-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.12-fpm
Using bashbrew/cache:7696e3af0f8ee2549eb323d3c4b67292e4315c4590a580169eb173f37aa41339 (php:7.0.12-fpm)
Tagging php:7.0.12-fpm
Tagging php:7.0-fpm
Tagging php:7-fpm
Tagging php:fpm
$ test/run.sh php:7.0.12-fpm
testing php:7.0.12-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.12-fpm-alpine
Using bashbrew/cache:9959650f4806fadf2518c95e0a5c5aa7241ce178c18a9956150108e541a4c3ee (php:7.0.12-fpm-alpine)
Tagging php:7.0.12-fpm-alpine
Tagging php:7.0-fpm-alpine
Tagging php:7-fpm-alpine
Tagging php:fpm-alpine
$ test/run.sh php:7.0.12-fpm-alpine
testing php:7.0.12-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.12-zts
Using bashbrew/cache:8929e4559d7f173e2292dd8c9d9016fbfc5722417ca3e283800abf9693645e87 (php:7.0.12-zts)
Tagging php:7.0.12-zts
Tagging php:7.0-zts
Tagging php:7-zts
Tagging php:zts
$ test/run.sh php:7.0.12-zts
testing php:7.0.12-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.12-zts-alpine
Using bashbrew/cache:1a9aec384b05ff9e6e4568e339c6bfd76a1a8dd53273cfc650df4c9b462a958c (php:7.0.12-zts-alpine)
Tagging php:7.0.12-zts-alpine
Tagging php:7.0-zts-alpine
Tagging php:7-zts-alpine
Tagging php:zts-alpine
$ test/run.sh php:7.0.12-zts-alpine
testing php:7.0.12-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.27-cli
Using bashbrew/cache:a7744785d75490f367b05b0840be53fd73eacc2be45ca822e100321c639566e8 (php:5.6.27-cli)
Tagging php:5.6.27-cli
Tagging php:5.6-cli
Tagging php:5-cli
Tagging php:5.6.27
Tagging php:5.6
Tagging php:5
$ test/run.sh php:5.6.27-cli
testing php:5.6.27-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.27-alpine
Using bashbrew/cache:8b7d12a653750f35375648497fd6bf9c8b5e1d77578e17f9613d000e68fdaa92 (php:5.6.27-alpine)
Tagging php:5.6.27-alpine
Tagging php:5.6-alpine
Tagging php:5-alpine
$ test/run.sh php:5.6.27-alpine
testing php:5.6.27-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.27-apache
Using bashbrew/cache:852ebbb9cd25b6915df8d02b254e4d9bea0c354bf3c6fd5aa821a1db1bf6a24e (php:5.6.27-apache)
Tagging php:5.6.27-apache
Tagging php:5.6-apache
Tagging php:5-apache
$ test/run.sh php:5.6.27-apache
testing php:5.6.27-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.27-fpm
Using bashbrew/cache:c167dd1ff96dae5dbbaa5979cee84d5e90275a00836ca63e79c499a0b4279200 (php:5.6.27-fpm)
Tagging php:5.6.27-fpm
Tagging php:5.6-fpm
Tagging php:5-fpm
$ test/run.sh php:5.6.27-fpm
testing php:5.6.27-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.27-fpm-alpine
Using bashbrew/cache:d25b170d4a1fbd8502b63ec2802d3e5dd66e2337f7b8dd3e3acc310dd80db1da (php:5.6.27-fpm-alpine)
Tagging php:5.6.27-fpm-alpine
Tagging php:5.6-fpm-alpine
Tagging php:5-fpm-alpine
$ test/run.sh php:5.6.27-fpm-alpine
testing php:5.6.27-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.27-zts
Using bashbrew/cache:63c5234285e3c49e205fb9074518a232ce473d2b6f4a396f006d7ddbf9469295 (php:5.6.27-zts)
Tagging php:5.6.27-zts
Tagging php:5.6-zts
Tagging php:5-zts
$ test/run.sh php:5.6.27-zts
testing php:5.6.27-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.27-zts-alpine
Using bashbrew/cache:1c6946c08a22ed883e3180bb499e31323614131bfe25ae564761a491c035ca0f (php:5.6.27-zts-alpine)
Tagging php:5.6.27-zts-alpine
Tagging php:5.6-zts-alpine
Tagging php:5-zts-alpine
$ test/run.sh php:5.6.27-zts-alpine
testing php:5.6.27-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 piwik:2.17.0
Using bashbrew/cache:c50791147fcd1d6a9c4077884d031a2db899f0000a7c354909f1bd273fa0c716 (piwik:2.17.0)
Tagging piwik:2.17.0
Tagging piwik:2.17
Tagging piwik:2
Tagging piwik:latest
$ test/run.sh piwik:2.17.0
testing piwik:2.17.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 postgres:9.6.1
Using bashbrew/cache:f16a59168072b2e09fb6573c737e81327ff33f82bfd0fe21e3f845bc22310a89 (postgres:9.6.1)
Tagging postgres:9.6.1
Tagging postgres:9.6
Tagging postgres:9
Tagging postgres:latest
$ test/run.sh postgres:9.6.1
testing postgres:9.6.1
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
$ bashbrew build postgres:9.5.5
Using bashbrew/cache:a107d1a75372acc22da8ebfebe6a1f7a6bcbf30026c04c21062f0ae3b254fc7c (postgres:9.5.5)
Tagging postgres:9.5.5
Tagging postgres:9.5
$ test/run.sh postgres:9.5.5
testing postgres:9.5.5
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
$ bashbrew build postgres:9.4.10
Using bashbrew/cache:8744a4b3b41aed99445cfc1e48d16cf27415cd680b1e734ad5ad8c32e3b4f012 (postgres:9.4.10)
Tagging postgres:9.4.10
Tagging postgres:9.4
$ test/run.sh postgres:9.4.10
testing postgres:9.4.10
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
$ bashbrew build postgres:9.3.15
Using bashbrew/cache:facda32c92a25aa14bfd02c5888e9a919a2de6bfe3c592e50c3c60db1c5c8f22 (postgres:9.3.15)
Tagging postgres:9.3.15
Tagging postgres:9.3
$ test/run.sh postgres:9.3.15
testing postgres:9.3.15
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
$ bashbrew build postgres:9.2.19
Using bashbrew/cache:efaac6f10d9813fdb151dc8e701a901a895d296bf663f17fc36d4fdc03c00753 (postgres:9.2.19)
Tagging postgres:9.2.19
Tagging postgres:9.2
$ test/run.sh postgres:9.2.19
testing postgres:9.2.19
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
$ bashbrew build postgres:9.1.24
Using bashbrew/cache:9efdf831717ba63463565eaa3590d9e9383ae56d39cbdcd2132c3846046fb8c3 (postgres:9.1.24)
Tagging postgres:9.1.24
Tagging postgres:9.1
$ test/run.sh postgres:9.1.24
testing postgres:9.1.24
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'postgres-basics' [5/6].....passed
'postgres-initdb' [6/6].....passed
$ bashbrew build python:2.7.12
Using bashbrew/cache:52ea78723823e901e948cd788c9a739770c79040962b943c942b1feb5607a6d1 (python:2.7.12)
Tagging python:2.7.12
Tagging python:2.7
Tagging python:2
$ test/run.sh python:2.7.12
testing python:2.7.12
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:2.7.12-slim
Using bashbrew/cache:faa23c84fb71db5773a0263d3d5a92101d5011d43f6b8c43c59fae32f29ed318 (python:2.7.12-slim)
Tagging python:2.7.12-slim
Tagging python:2.7-slim
Tagging python:2-slim
$ test/run.sh python:2.7.12-slim
testing python:2.7.12-slim
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:2.7.12-alpine
Using bashbrew/cache:a0e30e74ffbcefd92e545b418be6f4d00b730911e36d533e04a0f787163e16bb (python:2.7.12-alpine)
Tagging python:2.7.12-alpine
Tagging python:2.7-alpine
Tagging python:2-alpine
$ test/run.sh python:2.7.12-alpine
testing python:2.7.12-alpine
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:2.7.12-wheezy
Using bashbrew/cache:6fe87f084fb52985bc68e35234a2bd16f5aaa9e8a0b2c45bab37f7d141bb0ad4 (python:2.7.12-wheezy)
Tagging python:2.7.12-wheezy
Tagging python:2.7-wheezy
Tagging python:2-wheezy
$ test/run.sh python:2.7.12-wheezy
testing python:2.7.12-wheezy
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:2.7.12-onbuild
Using bashbrew/cache:c0db923190f7d0a481d17c6adff051c3a7f1c1c2e6b8e1f7d38045e542e6df4a (python:2.7.12-onbuild)
Tagging python:2.7.12-onbuild
Tagging python:2.7-onbuild
Tagging python:2-onbuild
$ test/run.sh python:2.7.12-onbuild
testing python:2.7.12-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:2.7.12-windowsservercore
skipping "python:2.7.12-windowsservercore" (due to unsatisfactory constraints ["windowsservercore"])
$ test/run.sh python:2.7.12-windowsservercore
testing python:2.7.12-windowsservercore
image does not exist!
$ bashbrew build python:3.3.6
Using bashbrew/cache:a15e0f1df6fe70b086ed274452d9d62b1ba341c18e2615baeb65730e17f10293 (python:3.3.6)
Tagging python:3.3.6
Tagging python:3.3
$ test/run.sh python:3.3.6
testing python:3.3.6
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.3.6-slim
Using bashbrew/cache:ce919075df1e313e587b7cdb495f91387145e1ae657ac3ce8fb6bc69c8f1a628 (python:3.3.6-slim)
Tagging python:3.3.6-slim
Tagging python:3.3-slim
$ test/run.sh python:3.3.6-slim
testing python:3.3.6-slim
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.3.6-alpine
Using bashbrew/cache:a8f1e0cb1fddeaee4bf710c767c6c466343b0f307cd99c699978947841e7f709 (python:3.3.6-alpine)
Tagging python:3.3.6-alpine
Tagging python:3.3-alpine
$ test/run.sh python:3.3.6-alpine
testing python:3.3.6-alpine
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.3.6-wheezy
Using bashbrew/cache:ac71f284be7d67bd44e9f764f14365695f756b1c0304912a725c12d209e7341b (python:3.3.6-wheezy)
Tagging python:3.3.6-wheezy
Tagging python:3.3-wheezy
$ test/run.sh python:3.3.6-wheezy
testing python:3.3.6-wheezy
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.3.6-onbuild
Using bashbrew/cache:b57b7663eda99540d2e71eba16cab3550118ce4926807af14b0baabd32310b00 (python:3.3.6-onbuild)
Tagging python:3.3.6-onbuild
Tagging python:3.3-onbuild
$ test/run.sh python:3.3.6-onbuild
testing python:3.3.6-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:3.4.5
Using bashbrew/cache:e145636b86faf28c7f7aa35e01cd39ee56da5cf5461f5772fd323110a4d0db21 (python:3.4.5)
Tagging python:3.4.5
Tagging python:3.4
$ test/run.sh python:3.4.5
testing python:3.4.5
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.4.5-slim
Using bashbrew/cache:41f9a08b800f93ed64806c0dfba865b17b59d6c96de1244da40d03bfe43eb57c (python:3.4.5-slim)
Tagging python:3.4.5-slim
Tagging python:3.4-slim
$ test/run.sh python:3.4.5-slim
testing python:3.4.5-slim
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.4.5-alpine
Using bashbrew/cache:e64b2f62ea31b94f33e2b4b55626afcb3b6b229bcbcaaf3d052c9c623836973c (python:3.4.5-alpine)
Tagging python:3.4.5-alpine
Tagging python:3.4-alpine
$ test/run.sh python:3.4.5-alpine
testing python:3.4.5-alpine
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.4.5-wheezy
Using bashbrew/cache:ebf23a4fda0031fe0c48032a68215b38091407e45d9d472e5cb8ba081cb970f1 (python:3.4.5-wheezy)
Tagging python:3.4.5-wheezy
Tagging python:3.4-wheezy
$ test/run.sh python:3.4.5-wheezy
testing python:3.4.5-wheezy
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.4.5-onbuild
Using bashbrew/cache:2b64dfb759179dd497af274f518e26649d391800b2c327e56747029d73735b53 (python:3.4.5-onbuild)
Tagging python:3.4.5-onbuild
Tagging python:3.4-onbuild
$ test/run.sh python:3.4.5-onbuild
testing python:3.4.5-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:3.5.2
Using bashbrew/cache:ca7f650d57c9811620be907fbf64801d32d37f816c0d210b0faf6110c187b1d0 (python:3.5.2)
Tagging python:3.5.2
Tagging python:3.5
Tagging python:3
Tagging python:latest
$ test/run.sh python:3.5.2
testing python:3.5.2
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.5.2-slim
Using bashbrew/cache:18fa528d84ddaf7064b4bf3307512b5e8dd43b1721c5dcc30fc1f729d3042fc2 (python:3.5.2-slim)
Tagging python:3.5.2-slim
Tagging python:3.5-slim
Tagging python:3-slim
Tagging python:slim
$ test/run.sh python:3.5.2-slim
testing python:3.5.2-slim
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.5.2-alpine
Using bashbrew/cache:65d8a1b37ffbbc2f32345fc84b1597bc934e931e37b0fb722bd4f7ba66d35ff0 (python:3.5.2-alpine)
Tagging python:3.5.2-alpine
Tagging python:3.5-alpine
Tagging python:3-alpine
Tagging python:alpine
$ test/run.sh python:3.5.2-alpine
testing python:3.5.2-alpine
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.5.2-onbuild
Using bashbrew/cache:4f2b2b4ea2a7900d0dcea1cd826824ebb85e059546fa9cca256fb586a092aeff (python:3.5.2-onbuild)
Tagging python:3.5.2-onbuild
Tagging python:3.5-onbuild
Tagging python:3-onbuild
Tagging python:onbuild
$ test/run.sh python:3.5.2-onbuild
testing python:3.5.2-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:3.5.2-windowsservercore
skipping "python:3.5.2-windowsservercore" (due to unsatisfactory constraints ["windowsservercore"])
$ test/run.sh python:3.5.2-windowsservercore
testing python:3.5.2-windowsservercore
image does not exist!
$ bashbrew build python:3.6.0b2
Using bashbrew/cache:f3e2806363610905b0373cceee1100fcf697caac13b2ca00c0d9c050e51c2c7e (python:3.6.0b2)
Tagging python:3.6.0b2
Tagging python:3.6
$ test/run.sh python:3.6.0b2
testing python:3.6.0b2
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...skipping Hy test -- no workie on Python 3.6+
passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.6.0b2-slim
Using bashbrew/cache:a45f9d815da53a4399d5f4a2039b4109d7024922550d4cbd1ae67ae6639fded4 (python:3.6.0b2-slim)
Tagging python:3.6.0b2-slim
Tagging python:3.6-slim
$ test/run.sh python:3.6.0b2-slim
testing python:3.6.0b2-slim
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...skipping Hy test -- no workie on Python 3.6+
passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.6.0b2-alpine
Using bashbrew/cache:f8d85e5c56494b706815182af85df67f55f7b524647ed7faf5a319a49ed4b452 (python:3.6.0b2-alpine)
Tagging python:3.6.0b2-alpine
Tagging python:3.6-alpine
$ test/run.sh python:3.6.0b2-alpine
testing python:3.6.0b2-alpine
'utc' [1/8]...passed
'cve-2014--shellshock' [2/8]...passed
'no-hard-coded-passwords' [3/8]...passed
'override-cmd' [4/8]...passed
'python-hy' [5/8]...skipping Hy test -- no workie on Python 3.6+
passed
'python-imports' [6/8]...passed
'python-pip-requests-ssl' [7/8]...passed
'python-sqlite3' [8/8]...passed
$ bashbrew build python:3.6.0b2-onbuild
Using bashbrew/cache:dc212bd622138be9b6d94fc1da1742f63bff5c4ce70f194382c77aed746bf43c (python:3.6.0b2-onbuild)
Tagging python:3.6.0b2-onbuild
Tagging python:3.6-onbuild
$ test/run.sh python:3.6.0b2-onbuild
testing python:3.6.0b2-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build python:3.6.0b2-windowsservercore
skipping "python:3.6.0b2-windowsservercore" (due to unsatisfactory constraints ["windowsservercore"])
$ test/run.sh python:3.6.0b2-windowsservercore
testing python:3.6.0b2-windowsservercore
image does not exist!
$ bashbrew build redis:3.0.7
Using bashbrew/cache:72c30dca6ecdafbe6dff3661e54a6a1baa187f0aa2b334652a1783b5b9aa92ec (redis:3.0.7)
Tagging redis:3.0.7
Tagging redis:3.0
$ test/run.sh redis:3.0.7
testing redis:3.0.7
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'redis-basics' [5/7]...passed
'redis-basics-config' [6/7]...passed
'redis-basics-persistent' [7/7]...passed
$ bashbrew build redis:3.0.7-32bit
Using bashbrew/cache:b9ca1b40034db324bf8964d7f703367f053027938c054e0c741cc7c04f5f3dd7 (redis:3.0.7-32bit)
Tagging redis:3.0.7-32bit
Tagging redis:3.0-32bit
$ test/run.sh redis:3.0.7-32bit
testing redis:3.0.7-32bit
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'redis-basics' [5/7]...passed
'redis-basics-config' [6/7]...passed
'redis-basics-persistent' [7/7]...passed
$ bashbrew build redis:3.0.7-alpine
Using bashbrew/cache:208d04376e894a7fbd9f3c6643170488b4e775cb2c5369cc891dc76cc62ed2aa (redis:3.0.7-alpine)
Tagging redis:3.0.7-alpine
Tagging redis:3.0-alpine
$ test/run.sh redis:3.0.7-alpine
testing redis:3.0.7-alpine
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'redis-basics' [5/7]...passed
'redis-basics-config' [6/7]...passed
'redis-basics-persistent' [7/7]...passed
$ bashbrew build redis:3.2.5
Using bashbrew/cache:da661ba8a42b663ed9723e1168bf4258e3b1c27b910c98b2052eb7131c535ed6 (redis:3.2.5)
Tagging redis:3.2.5
Tagging redis:3.2
Tagging redis:3
Tagging redis:latest
$ test/run.sh redis:3.2.5
testing redis:3.2.5
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'redis-basics' [5/7]...passed
'redis-basics-config' [6/7]...passed
'redis-basics-persistent' [7/7]...passed
$ bashbrew build redis:3.2.5-32bit
Using bashbrew/cache:e727e8d01e19efaada23a2a0b4f781bff78354073a58c7cfd5c9a8a034b08dd1 (redis:3.2.5-32bit)
Tagging redis:3.2.5-32bit
Tagging redis:3.2-32bit
Tagging redis:3-32bit
Tagging redis:32bit
$ test/run.sh redis:3.2.5-32bit
testing redis:3.2.5-32bit
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'redis-basics' [5/7]...passed
'redis-basics-config' [6/7]...passed
'redis-basics-persistent' [7/7]...passed
$ bashbrew build redis:3.2.5-alpine
Using bashbrew/cache:25baf177a98bf7e38a2361d1370db82007af5dc2931acc7933a62f3dbcf1b179 (redis:3.2.5-alpine)
Tagging redis:3.2.5-alpine
Tagging redis:3.2-alpine
Tagging redis:3-alpine
Tagging redis:alpine
$ test/run.sh redis:3.2.5-alpine
testing redis:3.2.5-alpine
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'redis-basics' [5/7]...passed
'redis-basics-config' [6/7]...passed
'redis-basics-persistent' [7/7]...passed
$ bashbrew build rocket.chat:0.44.0
Using bashbrew/cache:b9a850999c0250c5e12f2f0acf2eec73e4f1c31e6f648afd4898fcd3aac7f1e5 (rocket.chat:0.44.0)
Tagging rocket.chat:0.44.0
Tagging rocket.chat:0.44
Tagging rocket.chat:0
Tagging rocket.chat:latest
$ test/run.sh rocket.chat:0.44.0
testing rocket.chat:0.44.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 ruby:2.1.10
Using bashbrew/cache:299d5324df97fe2a4c750183bef1a469bb02269dc781adb207a035e690f1a425 (ruby:2.1.10)
Tagging ruby:2.1.10
Tagging ruby:2.1
$ test/run.sh ruby:2.1.10
testing ruby:2.1.10
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'ruby-hello-world' [5/9]...passed
'ruby-standard-libs' [6/9]...passed
'ruby-gems' [7/9]...passed
'ruby-bundler' [8/9]...passed
'ruby-nonroot' [9/9]...passed
$ bashbrew build ruby:2.1.10-slim
Using bashbrew/cache:fd2661086b96400edf20f141def832623e91b3f4e88b2ad2f91043ddf6a4b924 (ruby:2.1.10-slim)
Tagging ruby:2.1.10-slim
Tagging ruby:2.1-slim
$ test/run.sh ruby:2.1.10-slim
testing ruby:2.1.10-slim
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'ruby-hello-world' [5/7]...passed
'ruby-standard-libs' [6/7]...passed
'ruby-nonroot' [7/7]...passed
$ bashbrew build ruby:2.1.10-alpine
Using bashbrew/cache:b6fca22fffc50bc717f7998cc12b418da5ac78cd73143918344d7ac96408c6c3 (ruby:2.1.10-alpine)
Tagging ruby:2.1.10-alpine
Tagging ruby:2.1-alpine
$ test/run.sh ruby:2.1.10-alpine
testing ruby:2.1.10-alpine
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'ruby-hello-world' [5/7]...passed
'ruby-standard-libs' [6/7]...passed
'ruby-nonroot' [7/7]...passed
$ bashbrew build ruby:2.1.10-onbuild
Using bashbrew/cache:04601c32ad735c43e70edd18ba205fd0ebef2501ab866b9c9a1b3dd3102c00a3 (ruby:2.1.10-onbuild)
Tagging ruby:2.1.10-onbuild
Tagging ruby:2.1-onbuild
$ test/run.sh ruby:2.1.10-onbuild
testing ruby:2.1.10-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build ruby:2.2.5
Using bashbrew/cache:5d41c7dab840ae242bb2f9bdc29f5a2e278cbf4a3769781bcbbc6cd8b804b735 (ruby:2.2.5)
Tagging ruby:2.2.5
Tagging ruby:2.2
$ test/run.sh ruby:2.2.5
testing ruby:2.2.5
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'ruby-hello-world' [5/9]...passed
'ruby-standard-libs' [6/9]...passed
'ruby-gems' [7/9]...passed
'ruby-bundler' [8/9]...passed
'ruby-nonroot' [9/9]...passed
$ bashbrew build ruby:2.2.5-slim
Using bashbrew/cache:6d990a05a26bab840a08f55a543338a9a9c7fd39abc8128f74253d308f0cf830 (ruby:2.2.5-slim)
Tagging ruby:2.2.5-slim
Tagging ruby:2.2-slim
$ test/run.sh ruby:2.2.5-slim
testing ruby:2.2.5-slim
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'ruby-hello-world' [5/7]...passed
'ruby-standard-libs' [6/7]...passed
'ruby-nonroot' [7/7]...passed
$ bashbrew build ruby:2.2.5-alpine
Using bashbrew/cache:5331b8abaf76b8224ff416ca9f0b7349a091e9dccfca31252121572176f93c00 (ruby:2.2.5-alpine)
Tagging ruby:2.2.5-alpine
Tagging ruby:2.2-alpine
$ test/run.sh ruby:2.2.5-alpine
testing ruby:2.2.5-alpine
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'ruby-hello-world' [5/7]...passed
'ruby-standard-libs' [6/7]...passed
'ruby-nonroot' [7/7]...passed
$ bashbrew build ruby:2.2.5-onbuild
Using bashbrew/cache:88c13416aa0fcc675eaad8a1655e6c496ff94e9f1eec216ba8044d386f6e5e36 (ruby:2.2.5-onbuild)
Tagging ruby:2.2.5-onbuild
Tagging ruby:2.2-onbuild
$ test/run.sh ruby:2.2.5-onbuild
testing ruby:2.2.5-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build ruby:2.3.1
Using bashbrew/cache:f1b878377e07d83a7b5bf97ee3c1b7a0031714d4aafcdaea3efa504728ab5f0d (ruby:2.3.1)
Tagging ruby:2.3.1
Tagging ruby:2.3
Tagging ruby:2
Tagging ruby:latest
$ test/run.sh ruby:2.3.1
testing ruby:2.3.1
'utc' [1/9]...passed
'cve-2014--shellshock' [2/9]...passed
'no-hard-coded-passwords' [3/9]...passed
'override-cmd' [4/9]...passed
'ruby-hello-world' [5/9]...passed
'ruby-standard-libs' [6/9]...passed
'ruby-gems' [7/9]...passed
'ruby-bundler' [8/9]...passed
'ruby-nonroot' [9/9]...passed
$ bashbrew build ruby:2.3.1-slim
Using bashbrew/cache:51efc3b43e954b3b1c9869738b04d8a11b589e6cd6c706b50df6f8baffae52ae (ruby:2.3.1-slim)
Tagging ruby:2.3.1-slim
Tagging ruby:2.3-slim
Tagging ruby:2-slim
Tagging ruby:slim
$ test/run.sh ruby:2.3.1-slim
testing ruby:2.3.1-slim
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'ruby-hello-world' [5/7]...passed
'ruby-standard-libs' [6/7]...passed
'ruby-nonroot' [7/7]...passed
$ bashbrew build ruby:2.3.1-alpine
Using bashbrew/cache:4d00f7b33ac96d66492258e9ce66028e7708ab47f7ea0b3a83b8853a40252fec (ruby:2.3.1-alpine)
Tagging ruby:2.3.1-alpine
Tagging ruby:2.3-alpine
Tagging ruby:2-alpine
Tagging ruby:alpine
$ test/run.sh ruby:2.3.1-alpine
testing ruby:2.3.1-alpine
'utc' [1/7]...passed
'cve-2014--shellshock' [2/7]...passed
'no-hard-coded-passwords' [3/7]...passed
'override-cmd' [4/7]...passed
'ruby-hello-world' [5/7]...passed
'ruby-standard-libs' [6/7]...passed
'ruby-nonroot' [7/7]...passed
$ bashbrew build ruby:2.3.1-onbuild
Using bashbrew/cache:973a701870c59b453f76844f7e627e0db76e8c510d3fc8ac613f26d6dba1ecbd (ruby:2.3.1-onbuild)
Tagging ruby:2.3.1-onbuild
Tagging ruby:2.3-onbuild
Tagging ruby:2-onbuild
Tagging ruby:onbuild
$ test/run.sh ruby:2.3.1-onbuild
testing ruby:2.3.1-onbuild
'override-cmd' [1/1]...passed
$ bashbrew build tomcat:6.0.47-jre7
Using bashbrew/cache:bfb514f072191ac32368c227e2809b890fbec633ea83430974cacec6dfb5db2c (tomcat:6.0.47-jre7)
Tagging tomcat:6.0.47-jre7
Tagging tomcat:6.0-jre7
Tagging tomcat:6-jre7
Tagging tomcat:6.0.47
Tagging tomcat:6.0
Tagging tomcat:6
$ test/run.sh tomcat:6.0.47-jre7
testing tomcat:6.0.47-jre7
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:6.0.47-jre8
Using bashbrew/cache:1aa85d9193898e710a7ddf8672623f0f59d03ce4cee132247aa77746286ca761 (tomcat:6.0.47-jre8)
Tagging tomcat:6.0.47-jre8
Tagging tomcat:6.0-jre8
Tagging tomcat:6-jre8
$ test/run.sh tomcat:6.0.47-jre8
testing tomcat:6.0.47-jre8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:7.0.72-jre7
Using bashbrew/cache:2d1a9c83d50c9e6b27a49218047868a849c4ff9dd6009edd8b867f0692621e10 (tomcat:7.0.72-jre7)
Tagging tomcat:7.0.72-jre7
Tagging tomcat:7.0-jre7
Tagging tomcat:7-jre7
Tagging tomcat:7.0.72
Tagging tomcat:7.0
Tagging tomcat:7
$ test/run.sh tomcat:7.0.72-jre7
testing tomcat:7.0.72-jre7
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:7.0.72-jre7-alpine
Using bashbrew/cache:72ee036e8d791fa86a272386cb375b3406c8045e67eb5979b4a2635e0c93f5ee (tomcat:7.0.72-jre7-alpine)
Tagging tomcat:7.0.72-jre7-alpine
Tagging tomcat:7.0-jre7-alpine
Tagging tomcat:7-jre7-alpine
Tagging tomcat:7.0.72-alpine
Tagging tomcat:7.0-alpine
Tagging tomcat:7-alpine
$ test/run.sh tomcat:7.0.72-jre7-alpine
testing tomcat:7.0.72-jre7-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:7.0.72-jre8
Using bashbrew/cache:f694686c8ca4af600d892b35c522a6fd768fcfc649631977ddce5feda7972618 (tomcat:7.0.72-jre8)
Tagging tomcat:7.0.72-jre8
Tagging tomcat:7.0-jre8
Tagging tomcat:7-jre8
$ test/run.sh tomcat:7.0.72-jre8
testing tomcat:7.0.72-jre8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:7.0.72-jre8-alpine
Using bashbrew/cache:dee420143f54382a9af8bd5570e4c8683bae6a6190c108bdcb9f732bac3060e7 (tomcat:7.0.72-jre8-alpine)
Tagging tomcat:7.0.72-jre8-alpine
Tagging tomcat:7.0-jre8-alpine
Tagging tomcat:7-jre8-alpine
$ test/run.sh tomcat:7.0.72-jre8-alpine
testing tomcat:7.0.72-jre8-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:8.0.38-jre7
Using bashbrew/cache:a6e584c8cad5e26f016851ac099a3898327200e37f442c8dfe60661f0dc3b72f (tomcat:8.0.38-jre7)
Tagging tomcat:8.0.38-jre7
Tagging tomcat:8.0-jre7
Tagging tomcat:8-jre7
Tagging tomcat:jre7
Tagging tomcat:8.0.38
Tagging tomcat:8.0
Tagging tomcat:8
Tagging tomcat:latest
$ test/run.sh tomcat:8.0.38-jre7
testing tomcat:8.0.38-jre7
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:8.0.38-jre7-alpine
Using bashbrew/cache:16a5f27e2d4fc45cfe08feed2ee6aef44c886131116ab7c73bb7f82f2d9ad8a9 (tomcat:8.0.38-jre7-alpine)
Tagging tomcat:8.0.38-jre7-alpine
Tagging tomcat:8.0-jre7-alpine
Tagging tomcat:8-jre7-alpine
Tagging tomcat:jre7-alpine
Tagging tomcat:8.0.38-alpine
Tagging tomcat:8.0-alpine
Tagging tomcat:8-alpine
Tagging tomcat:alpine
$ test/run.sh tomcat:8.0.38-jre7-alpine
testing tomcat:8.0.38-jre7-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:8.0.38-jre8
Using bashbrew/cache:12ace0865992de65fd35e5bfb6c5ffc5c88470738ef1d17b14480cc284dd0957 (tomcat:8.0.38-jre8)
Tagging tomcat:8.0.38-jre8
Tagging tomcat:8.0-jre8
Tagging tomcat:8-jre8
Tagging tomcat:jre8
$ test/run.sh tomcat:8.0.38-jre8
testing tomcat:8.0.38-jre8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:8.0.38-jre8-alpine
Using bashbrew/cache:1d1e8289901d2f0132a2479134cf759e7815a3e58773e2af703e3c832d06addb (tomcat:8.0.38-jre8-alpine)
Tagging tomcat:8.0.38-jre8-alpine
Tagging tomcat:8.0-jre8-alpine
Tagging tomcat:8-jre8-alpine
Tagging tomcat:jre8-alpine
$ test/run.sh tomcat:8.0.38-jre8-alpine
testing tomcat:8.0.38-jre8-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:8.5.6-jre8
Using bashbrew/cache:d08db517b1e0ea1e6d10cd575105e8eb62d61f3d73a68baee8e3f0233fabc868 (tomcat:8.5.6-jre8)
Tagging tomcat:8.5.6-jre8
Tagging tomcat:8.5-jre8
Tagging tomcat:8.5.6
Tagging tomcat:8.5
$ test/run.sh tomcat:8.5.6-jre8
testing tomcat:8.5.6-jre8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:8.5.6-jre8-alpine
Using bashbrew/cache:0dd15eba0ac96c61b599e2efbb58829e5515cd59d67ae0af4ca19bfbdeec0674 (tomcat:8.5.6-jre8-alpine)
Tagging tomcat:8.5.6-jre8-alpine
Tagging tomcat:8.5-jre8-alpine
Tagging tomcat:8.5.6-alpine
Tagging tomcat:8.5-alpine
$ test/run.sh tomcat:8.5.6-jre8-alpine
testing tomcat:8.5.6-jre8-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:9.0.0.M11-jre8
Using bashbrew/cache:06d41d2625ff7534b55a7b88c41a48d2ea0bb6b10381a902c5e3ce93a2d0f65b (tomcat:9.0.0.M11-jre8)
Tagging tomcat:9.0.0.M11-jre8
Tagging tomcat:9.0.0-jre8
Tagging tomcat:9.0-jre8
Tagging tomcat:9-jre8
Tagging tomcat:9.0.0.M11
Tagging tomcat:9.0.0
Tagging tomcat:9.0
Tagging tomcat:9
$ test/run.sh tomcat:9.0.0.M11-jre8
testing tomcat:9.0.0.M11-jre8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build tomcat:9.0.0.M11-jre8-alpine
Using bashbrew/cache:86cae4012447b759d9f5f0739ccfade35104887bf6604b99eab0f3c5331f508c (tomcat:9.0.0.M11-jre8-alpine)
Tagging tomcat:9.0.0.M11-jre8-alpine
Tagging tomcat:9.0.0-jre8-alpine
Tagging tomcat:9.0-jre8-alpine
Tagging tomcat:9-jre8-alpine
Tagging tomcat:9.0.0.M11-alpine
Tagging tomcat:9.0.0-alpine
Tagging tomcat:9.0-alpine
Tagging tomcat:9-alpine
$ test/run.sh tomcat:9.0.0.M11-jre8-alpine
testing tomcat:9.0.0.M11-jre8-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'tomcat-hello-world' [5/5]....passed
$ bashbrew build celery:4.0.0rc6
Using bashbrew/cache:0a8635c333a6cbc89918f548353d06e3f4a47d844b26e7accc446b77af575aee (celery:4.0.0rc6)
Tagging celery:4.0.0rc6
Tagging celery:4.0
Tagging celery:4
$ test/run.sh celery:4.0.0rc6
testing celery:4.0.0rc6
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build celery:3.1.24
Using bashbrew/cache:46ab0eaf23b52f63d8b011419574966968968107d946a7f5b89f6aabbe66830c (celery:3.1.24)
Tagging celery:3.1.24
Tagging celery:3.1
Tagging celery:3
Tagging celery:latest
$ test/run.sh celery:3.1.24
testing celery:3.1.24
'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: python:2.7.12-windowsservercore python:3.5.2-windowsservercore python:3.6.0b2-windowsservercore |
buildpack-deps
: addlibgdbm-dev
(Add libgdbm-dev for python and ruby (libgdbm3 is already pulled in by perl) buildpack-deps#49)celery
: 4.0.0rc6docker
: 1.12.3java
: switch fromhttpredir.debian.org
todeb.debian.org
kibana
: remove obsolete commentsmysql
: add-hlocalhost
during init to avoidMYSQL_HOST
interference (Specify host for client login during init to ignore MYSQL_HOST value mysql#222)openjdk
: switch fromhttpredir.debian.org
todeb.debian.org
percona
: 5.7.15-9-1.jessiephp
: 7.1.0RC5piwik
: 2.17.0postgres
: 9.1.24-1.pgdg80+1, 9.2.19-1.pgdg80+1, 9.3.15-1.pgdg80+1, 9.4.10-1.pgdg80+1, 9.5.5-1.pgdg80+1, 9.6.1-1.pgdg80+1python
: addgdbm-dev
toslim
andalpine
(Add gdbm-dev to slim and alpine images python#153)redis
: 3.2.5rocket.chat
: 0.44.0ruby
: bundler 1.13.6tomcat
: switch fromhttpredir.debian.org
todeb.debian.org