-
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 #4727
Merged
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Aug 14, 2018
Merged
Update docker-library images #4727
yosifkit
merged 1 commit into
docker-library:master
from
infosiftr:update-docker-library
Aug 14, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- `docker`: 18.06.1-ce-rc1 - `ghost`: 1.25.5 - `memcached`: 1.5.10 - `mysql`: expose `mysqlx` port (docker-library/mysql#466) - `openjdk`: 8u181 (Debian) - `postgres`: `11~beta3-1.pgdg90+2` - `rocket.chat`: 0.68.4 - `wordpress`: docker-library/wordpress#324
f6825c8
to
ed383fb
Compare
(removed |
Diff:diff --git a/_bashbrew-arches b/_bashbrew-arches
index ca755e2..772c129 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -13,6 +13,21 @@ docker:latest @ arm32v6
docker:latest @ arm64v8
docker:latest @ ppc64le
docker:latest @ s390x
+docker:test @ amd64
+docker:test @ arm32v6
+docker:test @ arm64v8
+docker:test @ ppc64le
+docker:test @ s390x
+docker:test-dind @ amd64
+docker:test-dind @ arm32v6
+docker:test-dind @ arm64v8
+docker:test-dind @ ppc64le
+docker:test-dind @ s390x
+docker:test-git @ amd64
+docker:test-git @ arm32v6
+docker:test-git @ arm64v8
+docker:test-git @ ppc64le
+docker:test-git @ s390x
ghost:0 @ amd64
ghost:0 @ arm32v7
ghost:0 @ arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index 83d4443..1ef9af2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,18 +4,27 @@ docker:18-git
docker:18.06
docker:18.06-dind
docker:18.06-git
+docker:18.06-rc
+docker:18.06-rc-dind
+docker:18.06-rc-git
docker:18.06.0
docker:18.06.0-ce
docker:18.06.0-ce-dind
docker:18.06.0-ce-git
docker:18.06.0-dind
docker:18.06.0-git
+docker:18.06.1-ce-rc1
+docker:18.06.1-ce-rc1-dind
+docker:18.06.1-ce-rc1-git
docker:dind
docker:edge
docker:edge-dind
docker:edge-git
docker:git
docker:latest
+docker:rc
+docker:rc-dind
+docker:rc-git
docker:stable
docker:stable-dind
docker:stable-git
@@ -32,16 +41,16 @@ ghost:1
ghost:1-alpine
ghost:1.25
ghost:1.25-alpine
-ghost:1.25.4
-ghost:1.25.4-alpine
+ghost:1.25.5
+ghost:1.25.5-alpine
ghost:alpine
ghost:latest
memcached:1
memcached:1-alpine
memcached:1.5
memcached:1.5-alpine
-memcached:1.5.9
-memcached:1.5.9-alpine
+memcached:1.5.10
+memcached:1.5.10-alpine
memcached:alpine
memcached:latest
mysql:5
@@ -92,31 +101,31 @@ openjdk:7-jre-slim-jessie
openjdk:7-slim
openjdk:7-slim-jessie
openjdk:8
-openjdk:8u171
openjdk:8u171-alpine
openjdk:8u171-alpine3.8
-openjdk:8u171-jdk
openjdk:8u171-jdk-alpine
openjdk:8u171-jdk-alpine3.8
-openjdk:8u171-jdk-slim
-openjdk:8u171-jdk-slim-stretch
-openjdk:8u171-jdk-stretch
-openjdk:8u171-jre
openjdk:8u171-jre-alpine
openjdk:8u171-jre-alpine3.8
-openjdk:8u171-jre-slim
-openjdk:8u171-jre-slim-stretch
-openjdk:8u171-jre-stretch
-openjdk:8u171-slim
-openjdk:8u171-slim-stretch
-openjdk:8u171-stretch
+openjdk:8u181
+openjdk:8u181-jdk
openjdk:8u181-jdk-nanoserver
openjdk:8u181-jdk-nanoserver-sac2016
+openjdk:8u181-jdk-slim
+openjdk:8u181-jdk-slim-stretch
+openjdk:8u181-jdk-stretch
openjdk:8u181-jdk-windowsservercore
openjdk:8u181-jdk-windowsservercore-1709
openjdk:8u181-jdk-windowsservercore-ltsc2016
+openjdk:8u181-jre
+openjdk:8u181-jre-slim
+openjdk:8u181-jre-slim-stretch
+openjdk:8u181-jre-stretch
openjdk:8u181-nanoserver
openjdk:8u181-nanoserver-sac2016
+openjdk:8u181-slim
+openjdk:8u181-slim-stretch
+openjdk:8u181-stretch
openjdk:8u181-windowsservercore
openjdk:8u181-windowsservercore-1709
openjdk:8u181-windowsservercore-ltsc2016
@@ -313,7 +322,7 @@ postgres:alpine
postgres:latest
rocket.chat:0
rocket.chat:0.68
-rocket.chat:0.68.3
+rocket.chat:0.68.4
rocket.chat:latest
wordpress:4
wordpress:4-apache
diff --git a/docker_dind/Dockerfile b/docker_test-dind/Dockerfile
similarity index 98%
copy from docker_dind/Dockerfile
copy to docker_test-dind/Dockerfile
index 9949b08..3ca3b09 100644
--- a/docker_dind/Dockerfile
+++ b/docker_test-dind/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker:18.06
+FROM docker:18.06-rc
# https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
RUN set -eux; \
diff --git a/docker_dind/dockerd-entrypoint.sh b/docker_test-dind/dockerd-entrypoint.sh
similarity index 100%
copy from docker_dind/dockerd-entrypoint.sh
copy to docker_test-dind/dockerd-entrypoint.sh
diff --git a/docker_git/Dockerfile b/docker_test-git/Dockerfile
similarity index 70%
copy from docker_git/Dockerfile
copy to docker_test-git/Dockerfile
index 871413a..9e21029 100644
--- a/docker_git/Dockerfile
+++ b/docker_test-git/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker:18.06
+FROM docker:18.06-rc
RUN apk add --no-cache \
git \
diff --git a/docker_latest/Dockerfile b/docker_test/Dockerfile
similarity index 97%
copy from docker_latest/Dockerfile
copy to docker_test/Dockerfile
index 5cf8621..a83084c 100644
--- a/docker_latest/Dockerfile
+++ b/docker_test/Dockerfile
@@ -9,8 +9,8 @@ RUN apk add --no-cache \
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
-ENV DOCKER_CHANNEL stable
-ENV DOCKER_VERSION 18.06.0-ce
+ENV DOCKER_CHANNEL test
+ENV DOCKER_VERSION 18.06.1-ce-rc1
# TODO ENV DOCKER_SHA256
# https://github.com/docker/docker-ce/blob/5b073ee2cf564edee5adca05eee574142f7627bb/components/packaging/static/hash_files !!
# (no SHA file artifacts on download.docker.com yet as of 2017-06-07 though)
diff --git a/docker_latest/docker-entrypoint.sh b/docker_test/docker-entrypoint.sh
similarity index 100%
copy from docker_latest/docker-entrypoint.sh
copy to docker_test/docker-entrypoint.sh
diff --git a/docker_latest/modprobe.sh b/docker_test/modprobe.sh
similarity index 100%
copy from docker_latest/modprobe.sh
copy to docker_test/modprobe.sh
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 10a2556..fc6762c 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -17,7 +17,7 @@ RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION"
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
-ENV GHOST_VERSION 1.25.4
+ENV GHOST_VERSION 1.25.5
RUN set -ex; \
mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 13c55a1..739e2df 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -23,7 +23,7 @@ RUN npm install -g "ghost-cli@$GHOST_CLI_VERSION"
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
-ENV GHOST_VERSION 1.25.4
+ENV GHOST_VERSION 1.25.5
RUN set -ex; \
mkdir -p "$GHOST_INSTALL"; \
diff --git a/memcached_alpine/Dockerfile b/memcached_alpine/Dockerfile
index 5d0baba..4920e8d 100644
--- a/memcached_alpine/Dockerfile
+++ b/memcached_alpine/Dockerfile
@@ -3,8 +3,8 @@ FROM alpine:3.7
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN adduser -D memcache
-ENV MEMCACHED_VERSION 1.5.9
-ENV MEMCACHED_SHA1 7d3807ed240597444c97e11b0f61d16964feff1c
+ENV MEMCACHED_VERSION 1.5.10
+ENV MEMCACHED_SHA1 fff9351b360a09497cd805d3e4c1ffbe860d067d
RUN set -x \
\
diff --git a/memcached_latest/Dockerfile b/memcached_latest/Dockerfile
index a6bae85..68411c0 100644
--- a/memcached_latest/Dockerfile
+++ b/memcached_latest/Dockerfile
@@ -3,8 +3,8 @@ FROM debian:stretch-slim
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN groupadd -r memcache && useradd -r -g memcache memcache
-ENV MEMCACHED_VERSION 1.5.9
-ENV MEMCACHED_SHA1 7d3807ed240597444c97e11b0f61d16964feff1c
+ENV MEMCACHED_VERSION 1.5.10
+ENV MEMCACHED_SHA1 fff9351b360a09497cd805d3e4c1ffbe860d067d
RUN set -x \
\
diff --git a/mysql_5/Dockerfile b/mysql_5/Dockerfile
index 87aa7e4..eed524c 100644
--- a/mysql_5/Dockerfile
+++ b/mysql_5/Dockerfile
@@ -76,5 +76,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
ENTRYPOINT ["docker-entrypoint.sh"]
-EXPOSE 3306
+EXPOSE 3306 33060
CMD ["mysqld"]
diff --git a/mysql_latest/Dockerfile b/mysql_latest/Dockerfile
index 8dd69ee..d5e9eb8 100644
--- a/mysql_latest/Dockerfile
+++ b/mysql_latest/Dockerfile
@@ -71,5 +71,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
ENTRYPOINT ["docker-entrypoint.sh"]
-EXPOSE 3306
+EXPOSE 3306 33060
CMD ["mysqld"]
diff --git a/openjdk_8-jre-slim/Dockerfile b/openjdk_8-jre-slim/Dockerfile
index 9c71da2..f609eee 100644
--- a/openjdk_8-jre-slim/Dockerfile
+++ b/openjdk_8-jre-slim/Dockerfile
@@ -39,8 +39,8 @@ RUN { \
RUN ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
ENV JAVA_HOME /docker-java-home/jre
-ENV JAVA_VERSION 8u171
-ENV JAVA_DEBIAN_VERSION 8u171-b11-1~deb9u1
+ENV JAVA_VERSION 8u181
+ENV JAVA_DEBIAN_VERSION 8u181-b13-1~deb9u1
# see https://bugs.debian.org/775775
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872
diff --git a/openjdk_8-jre/Dockerfile b/openjdk_8-jre/Dockerfile
index fe766a8..3db8561 100644
--- a/openjdk_8-jre/Dockerfile
+++ b/openjdk_8-jre/Dockerfile
@@ -39,8 +39,8 @@ RUN { \
RUN ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
ENV JAVA_HOME /docker-java-home/jre
-ENV JAVA_VERSION 8u171
-ENV JAVA_DEBIAN_VERSION 8u171-b11-1~deb9u1
+ENV JAVA_VERSION 8u181
+ENV JAVA_DEBIAN_VERSION 8u181-b13-1~deb9u1
# see https://bugs.debian.org/775775
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872
diff --git a/openjdk_8-slim/Dockerfile b/openjdk_8-slim/Dockerfile
index 9304f60..ef8302d 100644
--- a/openjdk_8-slim/Dockerfile
+++ b/openjdk_8-slim/Dockerfile
@@ -39,8 +39,8 @@ RUN { \
RUN ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
ENV JAVA_HOME /docker-java-home
-ENV JAVA_VERSION 8u171
-ENV JAVA_DEBIAN_VERSION 8u171-b11-1~deb9u1
+ENV JAVA_VERSION 8u181
+ENV JAVA_DEBIAN_VERSION 8u181-b13-1~deb9u1
# see https://bugs.debian.org/775775
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872
diff --git a/openjdk_8/Dockerfile b/openjdk_8/Dockerfile
index 9dc05a9..6ec7cc5 100644
--- a/openjdk_8/Dockerfile
+++ b/openjdk_8/Dockerfile
@@ -39,8 +39,8 @@ RUN { \
RUN ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
ENV JAVA_HOME /docker-java-home
-ENV JAVA_VERSION 8u171
-ENV JAVA_DEBIAN_VERSION 8u171-b11-1~deb9u1
+ENV JAVA_VERSION 8u181
+ENV JAVA_DEBIAN_VERSION 8u181-b13-1~deb9u1
# see https://bugs.debian.org/775775
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872
diff --git a/postgres_11/Dockerfile b/postgres_11/Dockerfile
index 28b930d..4ca664e 100644
--- a/postgres_11/Dockerfile
+++ b/postgres_11/Dockerfile
@@ -64,7 +64,7 @@ RUN set -ex; \
apt-key list
ENV PG_MAJOR 11
-ENV PG_VERSION 11~beta3-1.pgdg90+1
+ENV PG_VERSION 11~beta3-1.pgdg90+2
RUN set -ex; \
\
diff --git a/rocket.chat_latest/Dockerfile b/rocket.chat_latest/Dockerfile
index fd205f8..51076d8 100644
--- a/rocket.chat_latest/Dockerfile
+++ b/rocket.chat_latest/Dockerfile
@@ -13,7 +13,7 @@ VOLUME /app/uploads
# gpg: key 4FD08014: public key "Rocket.Chat Buildmaster <buildmaster@rocket.chat>" imported
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104
-ENV RC_VERSION 0.68.3
+ENV RC_VERSION 0.68.4
WORKDIR /app
diff --git a/wordpress_php5.6-fpm-alpine/docker-entrypoint.sh b/wordpress_php5.6-fpm-alpine/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php5.6-fpm-alpine/docker-entrypoint.sh
+++ b/wordpress_php5.6-fpm-alpine/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php5.6-fpm/docker-entrypoint.sh b/wordpress_php5.6-fpm/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php5.6-fpm/docker-entrypoint.sh
+++ b/wordpress_php5.6-fpm/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php5.6/docker-entrypoint.sh b/wordpress_php5.6/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php5.6/docker-entrypoint.sh
+++ b/wordpress_php5.6/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.0-fpm-alpine/docker-entrypoint.sh b/wordpress_php7.0-fpm-alpine/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.0-fpm-alpine/docker-entrypoint.sh
+++ b/wordpress_php7.0-fpm-alpine/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.0-fpm/docker-entrypoint.sh b/wordpress_php7.0-fpm/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.0-fpm/docker-entrypoint.sh
+++ b/wordpress_php7.0-fpm/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.0/docker-entrypoint.sh b/wordpress_php7.0/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.0/docker-entrypoint.sh
+++ b/wordpress_php7.0/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.1-fpm-alpine/docker-entrypoint.sh b/wordpress_php7.1-fpm-alpine/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.1-fpm-alpine/docker-entrypoint.sh
+++ b/wordpress_php7.1-fpm-alpine/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.1-fpm/docker-entrypoint.sh b/wordpress_php7.1-fpm/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.1-fpm/docker-entrypoint.sh
+++ b/wordpress_php7.1-fpm/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.1/docker-entrypoint.sh b/wordpress_php7.1/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.1/docker-entrypoint.sh
+++ b/wordpress_php7.1/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.2-fpm-alpine/docker-entrypoint.sh b/wordpress_php7.2-fpm-alpine/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.2-fpm-alpine/docker-entrypoint.sh
+++ b/wordpress_php7.2-fpm-alpine/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.2-fpm/docker-entrypoint.sh b/wordpress_php7.2-fpm/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.2-fpm/docker-entrypoint.sh
+++ b/wordpress_php7.2-fpm/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!"
diff --git a/wordpress_php7.2/docker-entrypoint.sh b/wordpress_php7.2/docker-entrypoint.sh
index 66726a0..3fb9374 100755
--- a/wordpress_php7.2/docker-entrypoint.sh
+++ b/wordpress_php7.2/docker-entrypoint.sh
@@ -40,7 +40,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
group="$(id -g)"
fi
- if ! [ -e index.php -a -e wp-includes/version.php ]; then
+ if [ ! -e index.php ] && [ ! -e wp-includes/version.php ]; then
echo >&2 "WordPress not found in $PWD - copying now..."
if [ "$(ls -A)" ]; then
echo >&2 "WARNING: $PWD is not empty - press Ctrl+C now if this is an error!" |
Build test of #4727; ed383fb; $ bashbrew build docker:18.06.1-ce-rc1
Building bashbrew/cache:516d007430a0b8f3e1b02fb09448b168270120ca7c09a78684febac2272c4531 (docker:18.06.1-ce-rc1)
Tagging docker:18.06.1-ce-rc1
Tagging docker:18.06-rc
Tagging docker:rc
Tagging docker:test
$ test/run.sh docker:18.06.1-ce-rc1
testing docker:18.06.1-ce-rc1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:18.06.1-ce-rc1-dind
Building bashbrew/cache:37aa4721a4d5cc0594fc827950d48691f43fc26c49713de414c08f1f78753b0a (docker:18.06.1-ce-rc1-dind)
Tagging docker:18.06.1-ce-rc1-dind
Tagging docker:18.06-rc-dind
Tagging docker:rc-dind
Tagging docker:test-dind
$ test/run.sh docker:18.06.1-ce-rc1-dind
testing docker:18.06.1-ce-rc1-dind
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'docker-dind' [5/6]...passed
'docker-registry-push-pull' [6/6]...passed
$ bashbrew build docker:18.06.1-ce-rc1-git
Building bashbrew/cache:cc436c4b8cd10dc9e6d394368d5d7c85c986284cd864a0280587c28349108ccd (docker:18.06.1-ce-rc1-git)
Tagging docker:18.06.1-ce-rc1-git
Tagging docker:18.06-rc-git
Tagging docker:rc-git
Tagging docker:test-git
$ test/run.sh docker:18.06.1-ce-rc1-git
testing docker:18.06.1-ce-rc1-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:18.06.0-ce
Using bashbrew/cache:7777e05b97658a94cb5e2b8d3c8bd461660671db11cafc9adc0d3de23261d673 (docker:18.06.0-ce)
Tagging docker:18.06.0-ce
Tagging docker:18.06.0
Tagging docker:18.06
Tagging docker:18
Tagging docker:edge
Tagging docker:stable
Tagging docker:latest
$ test/run.sh docker:18.06.0-ce
testing docker:18.06.0-ce
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build docker:18.06.0-ce-dind
Using bashbrew/cache:e92b6677dfc5827ad30bcac04387f387a0d176a1b7533f39215a4bf11b2512c1 (docker:18.06.0-ce-dind)
Tagging docker:18.06.0-ce-dind
Tagging docker:18.06.0-dind
Tagging docker:18.06-dind
Tagging docker:18-dind
Tagging docker:edge-dind
Tagging docker:stable-dind
Tagging docker:dind
$ test/run.sh docker:18.06.0-ce-dind
testing docker:18.06.0-ce-dind
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'docker-dind' [5/6]...passed
'docker-registry-push-pull' [6/6]...passed
$ bashbrew build docker:18.06.0-ce-git
Using bashbrew/cache:2271aba30bdf3f4d152470b7c492c5514bd694597f0923394c455d0764aa8c7c (docker:18.06.0-ce-git)
Tagging docker:18.06.0-ce-git
Tagging docker:18.06.0-git
Tagging docker:18.06-git
Tagging docker:18-git
Tagging docker:edge-git
Tagging docker:stable-git
Tagging docker:git
$ test/run.sh docker:18.06.0-ce-git
testing docker:18.06.0-ce-git
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build ghost:1.25.5
Building bashbrew/cache:f1dcfdf02746a378a8e1af9a8cbc3292b06c03d493d1f2a5581c37177b931a95 (ghost:1.25.5)
Tagging ghost:1.25.5
Tagging ghost:1.25
Tagging ghost:1
Tagging ghost:latest
$ test/run.sh ghost:1.25.5
testing ghost:1.25.5
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'ghost-basics' [5/5].....passed
$ bashbrew build ghost:1.25.5-alpine
Building bashbrew/cache:04802fc45f123ea73d38c9a8f03040f20496e827a997ea6cb07a5503a4ceed16 (ghost:1.25.5-alpine)
Tagging ghost:1.25.5-alpine
Tagging ghost:1.25-alpine
Tagging ghost:1-alpine
Tagging ghost:alpine
$ test/run.sh ghost:1.25.5-alpine
testing ghost:1.25.5-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'ghost-basics' [5/5].....passed
$ bashbrew build ghost:0.11.13
Using bashbrew/cache:176780437b81547d2af8c3a788fc49a7da29686f121191881c97f5cec10bafd8 (ghost:0.11.13)
Tagging ghost:0.11.13
Tagging ghost:0.11
Tagging ghost:0
$ test/run.sh ghost:0.11.13
testing ghost:0.11.13
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'ghost-basics' [5/5]....passed
$ bashbrew build ghost:0.11.13-alpine
Using bashbrew/cache:bd7bc1f713bf06f4f1f5cd1f68f44e5768de5030748154515036aee039126175 (ghost:0.11.13-alpine)
Tagging ghost:0.11.13-alpine
Tagging ghost:0.11-alpine
Tagging ghost:0-alpine
$ test/run.sh ghost:0.11.13-alpine
testing ghost:0.11.13-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'ghost-basics' [5/5].....passed
$ bashbrew build memcached:1.5.10
Building bashbrew/cache:0a6734bd212e1b2a76e39383d8b7131c15e4c379dad96d24ca3252024d8424d1 (memcached:1.5.10)
Tagging memcached:1.5.10
Tagging memcached:1.5
Tagging memcached:1
Tagging memcached:latest
$ test/run.sh memcached:1.5.10
testing memcached:1.5.10
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'memcached-basics' [5/5]...passed
$ bashbrew build memcached:1.5.10-alpine
Building bashbrew/cache:1e2528e29a4ecde6238b65bca85f6a9e752c875eb7a9a07458e1c8940a046071 (memcached:1.5.10-alpine)
Tagging memcached:1.5.10-alpine
Tagging memcached:1.5-alpine
Tagging memcached:1-alpine
Tagging memcached:alpine
$ test/run.sh memcached:1.5.10-alpine
testing memcached:1.5.10-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'memcached-basics' [5/5]...passed
$ bashbrew build mysql:8.0.12
Building bashbrew/cache:576fbbffd70dbbd85aa98dc71a57597eec3928cf87851e491901e352b39da4a0 (mysql:8.0.12)
Tagging mysql:8.0.12
Tagging mysql:8.0
Tagging mysql:8
Tagging mysql:latest
$ test/run.sh mysql:8.0.12
testing mysql:8.0.12
'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.23
Building bashbrew/cache:6ef58e1553ca1afbc47b3d3a171639c23fdc9a18e23fcf6a72c617e7bfd91d68 (mysql:5.7.23)
Tagging mysql:5.7.23
Tagging mysql:5.7
Tagging mysql:5
$ test/run.sh mysql:5.7.23
testing mysql:5.7.23
'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.41
Using bashbrew/cache:363add680460a6ede10cd717fb52fe3290d58b3d2736eda46724b82220b77630 (mysql:5.6.41)
Tagging mysql:5.6.41
Tagging mysql:5.6
$ test/run.sh mysql:5.6.41
testing mysql:5.6.41
'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.61
Using bashbrew/cache:527afd6e86be46a62e6aa8ddbe22ff1f4f27774e8f2a44ccef10c7c7578294b7 (mysql:5.5.61)
Tagging mysql:5.5.61
Tagging mysql:5.5
$ test/run.sh mysql:5.5.61
testing mysql:5.5.61
'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:11-ea-24-jdk-sid
Using bashbrew/cache:13eeb6d6695beff687ff220169c173cc704119ca4a82383c3638bab9a2ecb5f6 (openjdk:11-ea-24-jdk-sid)
Tagging openjdk:11-ea-24-jdk-sid
Tagging openjdk:11-ea-24-sid
Tagging openjdk:11-ea-jdk-sid
Tagging openjdk:11-ea-sid
Tagging openjdk:11-jdk-sid
Tagging openjdk:11-sid
Tagging openjdk:11-ea-24-jdk
Tagging openjdk:11-ea-24
Tagging openjdk:11-ea-jdk
Tagging openjdk:11-ea
Tagging openjdk:11-jdk
Tagging openjdk:11
$ test/run.sh openjdk:11-ea-24-jdk-sid
testing openjdk:11-ea-24-jdk-sid
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'java-hello-world' [5/6]...passed
'java-uimanager-font' [6/6]...passed
$ bashbrew build openjdk:11-ea-24-jdk-slim-sid
Using bashbrew/cache:c3aa51f9a2be9b317791ad541c62b7370e08d80a6c5ae829f682adcbaff27e66 (openjdk:11-ea-24-jdk-slim-sid)
Tagging openjdk:11-ea-24-jdk-slim-sid
Tagging openjdk:11-ea-24-slim-sid
Tagging openjdk:11-ea-jdk-slim-sid
Tagging openjdk:11-ea-slim-sid
Tagging openjdk:11-jdk-slim-sid
Tagging openjdk:11-slim-sid
Tagging openjdk:11-ea-24-jdk-slim
Tagging openjdk:11-ea-24-slim
Tagging openjdk:11-ea-jdk-slim
Tagging openjdk:11-ea-slim
Tagging openjdk:11-jdk-slim
Tagging openjdk:11-slim
$ test/run.sh openjdk:11-ea-24-jdk-slim-sid
testing openjdk:11-ea-24-jdk-slim-sid
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:11-ea-24-jre-sid
Using bashbrew/cache:1bface24c4f596684618fbaa247793c8d3e55968b50a2427513e189f6b7eb281 (openjdk:11-ea-24-jre-sid)
Tagging openjdk:11-ea-24-jre-sid
Tagging openjdk:11-ea-jre-sid
Tagging openjdk:11-jre-sid
Tagging openjdk:11-ea-24-jre
Tagging openjdk:11-ea-jre
Tagging openjdk:11-jre
$ test/run.sh openjdk:11-ea-24-jre-sid
testing openjdk:11-ea-24-jre-sid
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'java-hello-world' [5/6]...passed
'java-uimanager-font' [6/6]...passed
$ bashbrew build openjdk:11-ea-24-jre-slim-sid
Using bashbrew/cache:756e0d1ce0f985f7031c7493ed6c66af64cd381640495d513e4cee102d693473 (openjdk:11-ea-24-jre-slim-sid)
Tagging openjdk:11-ea-24-jre-slim-sid
Tagging openjdk:11-ea-jre-slim-sid
Tagging openjdk:11-jre-slim-sid
Tagging openjdk:11-ea-24-jre-slim
Tagging openjdk:11-ea-jre-slim
Tagging openjdk:11-jre-slim
$ test/run.sh openjdk:11-ea-24-jre-slim-sid
testing openjdk:11-ea-24-jre-slim-sid
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:10.0.2-13-jdk-sid
Using bashbrew/cache:9472b4beccf8323c09f408fc9c107f569c59da9cf8da334e59cc9781262fa9eb (openjdk:10.0.2-13-jdk-sid)
Tagging openjdk:10.0.2-13-jdk-sid
Tagging openjdk:10.0.2-13-sid
Tagging openjdk:10.0.2-jdk-sid
Tagging openjdk:10.0.2-sid
Tagging openjdk:10.0-jdk-sid
Tagging openjdk:10.0-sid
Tagging openjdk:10-jdk-sid
Tagging openjdk:10-sid
Tagging openjdk:jdk-sid
Tagging openjdk:sid
Tagging openjdk:10.0.2-13-jdk
Tagging openjdk:10.0.2-13
Tagging openjdk:10.0.2-jdk
Tagging openjdk:10.0.2
Tagging openjdk:10.0-jdk
Tagging openjdk:10.0
Tagging openjdk:10-jdk
Tagging openjdk:10
Tagging openjdk:jdk
Tagging openjdk:latest
$ test/run.sh openjdk:10.0.2-13-jdk-sid
testing openjdk:10.0.2-13-jdk-sid
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'java-hello-world' [5/6]...passed
'java-uimanager-font' [6/6]...passed
$ bashbrew build openjdk:10.0.2-13-jdk-slim-sid
Using bashbrew/cache:724d07b70f6e54d4180f5270826525898c413f1d82f0af6ba72dc1b493a28849 (openjdk:10.0.2-13-jdk-slim-sid)
Tagging openjdk:10.0.2-13-jdk-slim-sid
Tagging openjdk:10.0.2-13-slim-sid
Tagging openjdk:10.0.2-jdk-slim-sid
Tagging openjdk:10.0.2-slim-sid
Tagging openjdk:10.0-jdk-slim-sid
Tagging openjdk:10.0-slim-sid
Tagging openjdk:10-jdk-slim-sid
Tagging openjdk:10-slim-sid
Tagging openjdk:jdk-slim-sid
Tagging openjdk:slim-sid
Tagging openjdk:10.0.2-13-jdk-slim
Tagging openjdk:10.0.2-13-slim
Tagging openjdk:10.0.2-jdk-slim
Tagging openjdk:10.0.2-slim
Tagging openjdk:10.0-jdk-slim
Tagging openjdk:10.0-slim
Tagging openjdk:10-jdk-slim
Tagging openjdk:10-slim
Tagging openjdk:jdk-slim
Tagging openjdk:slim
$ test/run.sh openjdk:10.0.2-13-jdk-slim-sid
testing openjdk:10.0.2-13-jdk-slim-sid
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:10.0.2-jdk-windowsservercore-ltsc2016
skipping "openjdk:10.0.2-jdk-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh openjdk:10.0.2-jdk-windowsservercore-ltsc2016
testing openjdk:10.0.2-jdk-windowsservercore-ltsc2016
image does not exist!
$ bashbrew build openjdk:10.0.2-jdk-windowsservercore-1709
skipping "openjdk:10.0.2-jdk-windowsservercore-1709" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh openjdk:10.0.2-jdk-windowsservercore-1709
testing openjdk:10.0.2-jdk-windowsservercore-1709
image does not exist!
$ bashbrew build openjdk:10.0.2-jdk-nanoserver-sac2016
skipping "openjdk:10.0.2-jdk-nanoserver-sac2016" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh openjdk:10.0.2-jdk-nanoserver-sac2016
testing openjdk:10.0.2-jdk-nanoserver-sac2016
image does not exist!
$ bashbrew build openjdk:10.0.2-13-jre-sid
Using bashbrew/cache:6aff3e744293375b98523b894fa0a95b70d16433435e09a16ccec89e53a0094c (openjdk:10.0.2-13-jre-sid)
Tagging openjdk:10.0.2-13-jre-sid
Tagging openjdk:10.0.2-jre-sid
Tagging openjdk:10.0-jre-sid
Tagging openjdk:10-jre-sid
Tagging openjdk:jre-sid
Tagging openjdk:10.0.2-13-jre
Tagging openjdk:10.0.2-jre
Tagging openjdk:10.0-jre
Tagging openjdk:10-jre
Tagging openjdk:jre
$ test/run.sh openjdk:10.0.2-13-jre-sid
testing openjdk:10.0.2-13-jre-sid
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'java-hello-world' [5/6]...passed
'java-uimanager-font' [6/6]...passed
$ bashbrew build openjdk:10.0.2-13-jre-slim-sid
Using bashbrew/cache:a017256ea3f8e94440e60f12f5d1d0bb501ac484bd7e088017e4681c5b41216e (openjdk:10.0.2-13-jre-slim-sid)
Tagging openjdk:10.0.2-13-jre-slim-sid
Tagging openjdk:10.0.2-jre-slim-sid
Tagging openjdk:10.0-jre-slim-sid
Tagging openjdk:10-jre-slim-sid
Tagging openjdk:jre-slim-sid
Tagging openjdk:10.0.2-13-jre-slim
Tagging openjdk:10.0.2-jre-slim
Tagging openjdk:10.0-jre-slim
Tagging openjdk:10-jre-slim
Tagging openjdk:jre-slim
$ test/run.sh openjdk:10.0.2-13-jre-slim-sid
testing openjdk:10.0.2-13-jre-slim-sid
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:8u181-jdk-stretch
Building bashbrew/cache:2061b96e42c2e5d7175914a36cc73b47b228f3d8906bc65e5160a3bf1dacfc0f (openjdk:8u181-jdk-stretch)
Tagging openjdk:8u181-jdk-stretch
Tagging openjdk:8u181-stretch
Tagging openjdk:8-jdk-stretch
Tagging openjdk:8-stretch
Tagging openjdk:8u181-jdk
Tagging openjdk:8u181
Tagging openjdk:8-jdk
Tagging openjdk:8
$ test/run.sh openjdk:8u181-jdk-stretch
testing openjdk:8u181-jdk-stretch
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'java-hello-world' [5/6]...passed
'java-uimanager-font' [6/6]...passed
$ bashbrew build openjdk:8u181-jdk-slim-stretch
Building bashbrew/cache:4ba4fdd81fd427850285dcf9150bca6d11bc90403ff34e34185d51fbfaefba80 (openjdk:8u181-jdk-slim-stretch)
Tagging openjdk:8u181-jdk-slim-stretch
Tagging openjdk:8u181-slim-stretch
Tagging openjdk:8-jdk-slim-stretch
Tagging openjdk:8-slim-stretch
Tagging openjdk:8u181-jdk-slim
Tagging openjdk:8u181-slim
Tagging openjdk:8-jdk-slim
Tagging openjdk:8-slim
$ test/run.sh openjdk:8u181-jdk-slim-stretch
testing openjdk:8u181-jdk-slim-stretch
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:8u171-jdk-alpine3.8
Using bashbrew/cache:38b6530f4970a69481cd95ae842af674ee416b2df46656178311268e0d471f3a (openjdk:8u171-jdk-alpine3.8)
Tagging openjdk:8u171-jdk-alpine3.8
Tagging openjdk:8u171-alpine3.8
Tagging openjdk:8-jdk-alpine3.8
Tagging openjdk:8-alpine3.8
Tagging openjdk:8u171-jdk-alpine
Tagging openjdk:8u171-alpine
Tagging openjdk:8-jdk-alpine
Tagging openjdk:8-alpine
$ test/run.sh openjdk:8u171-jdk-alpine3.8
testing openjdk:8u171-jdk-alpine3.8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:8u181-jdk-windowsservercore-ltsc2016
skipping "openjdk:8u181-jdk-windowsservercore-ltsc2016" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh openjdk:8u181-jdk-windowsservercore-ltsc2016
testing openjdk:8u181-jdk-windowsservercore-ltsc2016
image does not exist!
$ bashbrew build openjdk:8u181-jdk-windowsservercore-1709
skipping "openjdk:8u181-jdk-windowsservercore-1709" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh openjdk:8u181-jdk-windowsservercore-1709
testing openjdk:8u181-jdk-windowsservercore-1709
image does not exist!
$ bashbrew build openjdk:8u181-jdk-nanoserver-sac2016
skipping "openjdk:8u181-jdk-nanoserver-sac2016" (due to architecture "amd64"; only "windows-amd64" supported)
$ test/run.sh openjdk:8u181-jdk-nanoserver-sac2016
testing openjdk:8u181-jdk-nanoserver-sac2016
image does not exist!
$ bashbrew build openjdk:8u181-jre-stretch
Building bashbrew/cache:39f2e1a3cbf356de27df3303a0f24de3a656b69b33558c9669ca28405250b6fa (openjdk:8u181-jre-stretch)
Tagging openjdk:8u181-jre-stretch
Tagging openjdk:8-jre-stretch
Tagging openjdk:8u181-jre
Tagging openjdk:8-jre
$ test/run.sh openjdk:8u181-jre-stretch
testing openjdk:8u181-jre-stretch
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'java-hello-world' [5/6]...passed
'java-uimanager-font' [6/6]...passed
$ bashbrew build openjdk:8u181-jre-slim-stretch
Building bashbrew/cache:ecc2b12eede03444ffbad66e134e83228fad31182ce08d6b6757b01c46ae46cc (openjdk:8u181-jre-slim-stretch)
Tagging openjdk:8u181-jre-slim-stretch
Tagging openjdk:8-jre-slim-stretch
Tagging openjdk:8u181-jre-slim
Tagging openjdk:8-jre-slim
$ test/run.sh openjdk:8u181-jre-slim-stretch
testing openjdk:8u181-jre-slim-stretch
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:8u171-jre-alpine3.8
Using bashbrew/cache:1340fa700ddd2d3b1e77af63b2d8182a5ddb4d802969ffeb9e15cc7e4210552c (openjdk:8u171-jre-alpine3.8)
Tagging openjdk:8u171-jre-alpine3.8
Tagging openjdk:8-jre-alpine3.8
Tagging openjdk:8u171-jre-alpine
Tagging openjdk:8-jre-alpine
$ test/run.sh openjdk:8u171-jre-alpine3.8
testing openjdk:8u171-jre-alpine3.8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:7u181-jdk-jessie
Using bashbrew/cache:26a63bacfd624eb0f644fe6c36034094c885598a83884249742dbeeb5d37838e (openjdk:7u181-jdk-jessie)
Tagging openjdk:7u181-jdk-jessie
Tagging openjdk:7u181-jessie
Tagging openjdk:7-jdk-jessie
Tagging openjdk:7-jessie
Tagging openjdk:7u181-jdk
Tagging openjdk:7u181
Tagging openjdk:7-jdk
Tagging openjdk:7
$ test/run.sh openjdk:7u181-jdk-jessie
testing openjdk:7u181-jdk-jessie
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'java-hello-world' [5/6]...passed
'java-uimanager-font' [6/6]...passed
$ bashbrew build openjdk:7u181-jdk-slim-jessie
Using bashbrew/cache:7b27a0f467d8ba2bc5a2bd4655f4c4d86eac539666304deef43a8c20f33d6a84 (openjdk:7u181-jdk-slim-jessie)
Tagging openjdk:7u181-jdk-slim-jessie
Tagging openjdk:7u181-slim-jessie
Tagging openjdk:7-jdk-slim-jessie
Tagging openjdk:7-slim-jessie
Tagging openjdk:7u181-jdk-slim
Tagging openjdk:7u181-slim
Tagging openjdk:7-jdk-slim
Tagging openjdk:7-slim
$ test/run.sh openjdk:7u181-jdk-slim-jessie
testing openjdk:7u181-jdk-slim-jessie
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:7u181-jdk-alpine3.8
Using bashbrew/cache:e376c9afa84995cd328122b5d1ae3c1a21882914abc1951c7515274a1d07c193 (openjdk:7u181-jdk-alpine3.8)
Tagging openjdk:7u181-jdk-alpine3.8
Tagging openjdk:7u181-alpine3.8
Tagging openjdk:7-jdk-alpine3.8
Tagging openjdk:7-alpine3.8
Tagging openjdk:7u181-jdk-alpine
Tagging openjdk:7u181-alpine
Tagging openjdk:7-jdk-alpine
Tagging openjdk:7-alpine
$ test/run.sh openjdk:7u181-jdk-alpine3.8
testing openjdk:7u181-jdk-alpine3.8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:7u181-jre-jessie
Using bashbrew/cache:21fed23893c13e9aa0efc8f0ac292994091fc660c5f3521a7b6035a77fe9480f (openjdk:7u181-jre-jessie)
Tagging openjdk:7u181-jre-jessie
Tagging openjdk:7-jre-jessie
Tagging openjdk:7u181-jre
Tagging openjdk:7-jre
$ test/run.sh openjdk:7u181-jre-jessie
testing openjdk:7u181-jre-jessie
'utc' [1/6]...passed
'cve-2014--shellshock' [2/6]...passed
'no-hard-coded-passwords' [3/6]...passed
'override-cmd' [4/6]...passed
'java-hello-world' [5/6]...passed
'java-uimanager-font' [6/6]...passed
$ bashbrew build openjdk:7u181-jre-slim-jessie
Using bashbrew/cache:a56f2c483f546b492ebbf89460f1736e1d1f58095e9541321a4f37e7c437875d (openjdk:7u181-jre-slim-jessie)
Tagging openjdk:7u181-jre-slim-jessie
Tagging openjdk:7-jre-slim-jessie
Tagging openjdk:7u181-jre-slim
Tagging openjdk:7-jre-slim
$ test/run.sh openjdk:7u181-jre-slim-jessie
testing openjdk:7u181-jre-slim-jessie
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build openjdk:7u181-jre-alpine3.8
Using bashbrew/cache:faa5104975d9e5f7fb963967341347afc36cc2a7d15070b783779b79d480b878 (openjdk:7u181-jre-alpine3.8)
Tagging openjdk:7u181-jre-alpine3.8
Tagging openjdk:7-jre-alpine3.8
Tagging openjdk:7u181-jre-alpine
Tagging openjdk:7-jre-alpine
$ test/run.sh openjdk:7u181-jre-alpine3.8
testing openjdk:7u181-jre-alpine3.8
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'java-hello-world' [5/5]...passed
$ bashbrew build postgres:11-beta3
Building bashbrew/cache:6915976780322103088012564eec1a728aad2eebc62ed9df89c6b3a725ad9099 (postgres:11-beta3)
Tagging postgres:11-beta3
Tagging postgres:11
$ test/run.sh postgres:11-beta3
testing postgres:11-beta3
'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:11-beta3-alpine
Using bashbrew/cache:3eeb24e768f5cd59a9a4d06bbac2f95c4d58507bed2c7609cdc5e9b1f9fc0376 (postgres:11-beta3-alpine)
Tagging postgres:11-beta3-alpine
Tagging postgres:11-alpine
$ test/run.sh postgres:11-beta3-alpine
testing postgres:11-beta3-alpine
'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:10.5
Using bashbrew/cache:d3d7c275a0e24482aa161d2f4388ba18b8cdd6934d88ae29eb29e220ce262e9f (postgres:10.5)
Tagging postgres:10.5
Tagging postgres:10
Tagging postgres:latest
$ test/run.sh postgres:10.5
testing postgres:10.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:10.5-alpine
Using bashbrew/cache:272ea7b2a9a20e20e0af22948f930d463361ed21b07d861f8746d239e86f1502 (postgres:10.5-alpine)
Tagging postgres:10.5-alpine
Tagging postgres:10-alpine
Tagging postgres:alpine
$ test/run.sh postgres:10.5-alpine
testing postgres:10.5-alpine
'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.6.10
Using bashbrew/cache:486e1d0fa02806b6b0d0b5b6f37510a2197396e19eaf920a7af4348acf0ff10b (postgres:9.6.10)
Tagging postgres:9.6.10
Tagging postgres:9.6
Tagging postgres:9
$ test/run.sh postgres:9.6.10
testing postgres:9.6.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.6.10-alpine
Using bashbrew/cache:a2f82eae747861e3d5d7469ada120166cacc3644f067255cd6915ca31770ca26 (postgres:9.6.10-alpine)
Tagging postgres:9.6.10-alpine
Tagging postgres:9.6-alpine
Tagging postgres:9-alpine
$ test/run.sh postgres:9.6.10-alpine
testing postgres:9.6.10-alpine
'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.14
Using bashbrew/cache:e63e63f5d10d111f3958a826ceaf97ef501edde35a7f99a6f97a2891da606c05 (postgres:9.5.14)
Tagging postgres:9.5.14
Tagging postgres:9.5
$ test/run.sh postgres:9.5.14
testing postgres:9.5.14
'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.14-alpine
Using bashbrew/cache:37c348475ebc5e31db7f3929513ac0fed96cfa541b04901e8d994ef4bb368617 (postgres:9.5.14-alpine)
Tagging postgres:9.5.14-alpine
Tagging postgres:9.5-alpine
$ test/run.sh postgres:9.5.14-alpine
testing postgres:9.5.14-alpine
'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.19
Using bashbrew/cache:2c20bb046d6fcf04224a13c344eaf1d6b63fb55028a53a72ca4724150ac11837 (postgres:9.4.19)
Tagging postgres:9.4.19
Tagging postgres:9.4
$ test/run.sh postgres:9.4.19
testing postgres:9.4.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.4.19-alpine
Using bashbrew/cache:e3fa5ceb94f5a8c799fc27c7bc8cc47bfb9b3af1f446ee16f50016d20b94cfa3 (postgres:9.4.19-alpine)
Tagging postgres:9.4.19-alpine
Tagging postgres:9.4-alpine
$ test/run.sh postgres:9.4.19-alpine
testing postgres:9.4.19-alpine
'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.24
Using bashbrew/cache:1fd30b9014fb7b4fdbf019d4dba38819f07c8d66b9cd45ee0bf403d099a85460 (postgres:9.3.24)
Tagging postgres:9.3.24
Tagging postgres:9.3
$ test/run.sh postgres:9.3.24
testing postgres:9.3.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 postgres:9.3.24-alpine
Using bashbrew/cache:84160afde51520f07fcbe71e52b8b9b9202a2d3e3a71c87412b9ee4b44d6cd27 (postgres:9.3.24-alpine)
Tagging postgres:9.3.24-alpine
Tagging postgres:9.3-alpine
$ test/run.sh postgres:9.3.24-alpine
testing postgres:9.3.24-alpine
'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 rocket.chat:0.68.4
Building bashbrew/cache:88e6a67f8880ba542da09eaaa5b0e0ed2fc49e0bb1af5b50a5d4cd20b7fcd0b5 (rocket.chat:0.68.4)
Tagging rocket.chat:0.68.4
Tagging rocket.chat:0.68
Tagging rocket.chat:0
Tagging rocket.chat:latest
$ test/run.sh rocket.chat:0.68.4
testing rocket.chat:0.68.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 wordpress:4.9.8-php5.6-apache
Building bashbrew/cache:a4e7e001ccecfb7c6fad204a0b50c10797dd3d8c2a2fcdc590b4c52452fc4ab5 (wordpress:4.9.8-php5.6-apache)
Tagging wordpress:4.9.8-php5.6-apache
Tagging wordpress:4.9-php5.6-apache
Tagging wordpress:4-php5.6-apache
Tagging wordpress:php5.6-apache
Tagging wordpress:4.9.8-php5.6
Tagging wordpress:4.9-php5.6
Tagging wordpress:4-php5.6
Tagging wordpress:php5.6
$ test/run.sh wordpress:4.9.8-php5.6-apache
testing wordpress:4.9.8-php5.6-apache
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-apache-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-php5.6-fpm
Building bashbrew/cache:d37f5f7732e6ec233b9154807796917ac9fd7f84c9af44ab21b9196c288b1ca6 (wordpress:4.9.8-php5.6-fpm)
Tagging wordpress:4.9.8-php5.6-fpm
Tagging wordpress:4.9-php5.6-fpm
Tagging wordpress:4-php5.6-fpm
Tagging wordpress:php5.6-fpm
$ test/run.sh wordpress:4.9.8-php5.6-fpm
testing wordpress:4.9.8-php5.6-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-php5.6-fpm-alpine
Building bashbrew/cache:aac2f483eacd80d426d6c55d13224868d23c644a0f1eeca77533f6cd90b5d6b2 (wordpress:4.9.8-php5.6-fpm-alpine)
Tagging wordpress:4.9.8-php5.6-fpm-alpine
Tagging wordpress:4.9-php5.6-fpm-alpine
Tagging wordpress:4-php5.6-fpm-alpine
Tagging wordpress:php5.6-fpm-alpine
$ test/run.sh wordpress:4.9.8-php5.6-fpm-alpine
testing wordpress:4.9.8-php5.6-fpm-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-php7.0-apache
Building bashbrew/cache:f4e92ef1168df97f207d869cd67028accad1c5739cb55212ab4b267b31be0a1a (wordpress:4.9.8-php7.0-apache)
Tagging wordpress:4.9.8-php7.0-apache
Tagging wordpress:4.9-php7.0-apache
Tagging wordpress:4-php7.0-apache
Tagging wordpress:php7.0-apache
Tagging wordpress:4.9.8-php7.0
Tagging wordpress:4.9-php7.0
Tagging wordpress:4-php7.0
Tagging wordpress:php7.0
$ test/run.sh wordpress:4.9.8-php7.0-apache
testing wordpress:4.9.8-php7.0-apache
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-apache-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-php7.0-fpm
Building bashbrew/cache:a5fc55a5227220fbf347b33ad32d0c516b4154ce9ad2d61673581dad68479f45 (wordpress:4.9.8-php7.0-fpm)
Tagging wordpress:4.9.8-php7.0-fpm
Tagging wordpress:4.9-php7.0-fpm
Tagging wordpress:4-php7.0-fpm
Tagging wordpress:php7.0-fpm
$ test/run.sh wordpress:4.9.8-php7.0-fpm
testing wordpress:4.9.8-php7.0-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-php7.0-fpm-alpine
Building bashbrew/cache:41c43a060cecea80d687a03bda190c0833e8c522628be6ef9aec4e03f49e6101 (wordpress:4.9.8-php7.0-fpm-alpine)
Tagging wordpress:4.9.8-php7.0-fpm-alpine
Tagging wordpress:4.9-php7.0-fpm-alpine
Tagging wordpress:4-php7.0-fpm-alpine
Tagging wordpress:php7.0-fpm-alpine
$ test/run.sh wordpress:4.9.8-php7.0-fpm-alpine
testing wordpress:4.9.8-php7.0-fpm-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-php7.1-apache
Building bashbrew/cache:2bb07d9d0e5f8f22a15c989b580180e4aa8d52fe358e955d036d6c230159e500 (wordpress:4.9.8-php7.1-apache)
Tagging wordpress:4.9.8-php7.1-apache
Tagging wordpress:4.9-php7.1-apache
Tagging wordpress:4-php7.1-apache
Tagging wordpress:php7.1-apache
Tagging wordpress:4.9.8-php7.1
Tagging wordpress:4.9-php7.1
Tagging wordpress:4-php7.1
Tagging wordpress:php7.1
$ test/run.sh wordpress:4.9.8-php7.1-apache
testing wordpress:4.9.8-php7.1-apache
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-apache-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-php7.1-fpm
Building bashbrew/cache:bfe9f2b7939efb59119ed0e3d94d759b45aa58070b0a0ec9832b54c47f50eb8f (wordpress:4.9.8-php7.1-fpm)
Tagging wordpress:4.9.8-php7.1-fpm
Tagging wordpress:4.9-php7.1-fpm
Tagging wordpress:4-php7.1-fpm
Tagging wordpress:php7.1-fpm
$ test/run.sh wordpress:4.9.8-php7.1-fpm
testing wordpress:4.9.8-php7.1-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-php7.1-fpm-alpine
Building bashbrew/cache:4e194d885c3e75df4584cb746a314bb38ff7e73c162ac6fe1a2ada586ea4a7bd (wordpress:4.9.8-php7.1-fpm-alpine)
Tagging wordpress:4.9.8-php7.1-fpm-alpine
Tagging wordpress:4.9-php7.1-fpm-alpine
Tagging wordpress:4-php7.1-fpm-alpine
Tagging wordpress:php7.1-fpm-alpine
$ test/run.sh wordpress:4.9.8-php7.1-fpm-alpine
testing wordpress:4.9.8-php7.1-fpm-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-apache
Building bashbrew/cache:39afaae22ab08412946f6e118b778001d3596189949f82e8d84b8ebf67c61b5c (wordpress:4.9.8-apache)
Tagging wordpress:4.9.8-apache
Tagging wordpress:4.9-apache
Tagging wordpress:4-apache
Tagging wordpress:apache
Tagging wordpress:4.9.8
Tagging wordpress:4.9
Tagging wordpress:4
Tagging wordpress:latest
Tagging wordpress:4.9.8-php7.2-apache
Tagging wordpress:4.9-php7.2-apache
Tagging wordpress:4-php7.2-apache
Tagging wordpress:php7.2-apache
Tagging wordpress:4.9.8-php7.2
Tagging wordpress:4.9-php7.2
Tagging wordpress:4-php7.2
Tagging wordpress:php7.2
$ test/run.sh wordpress:4.9.8-apache
testing wordpress:4.9.8-apache
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-apache-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-fpm
Building bashbrew/cache:9bf7ae1a708c22ef94eaa7af5872b41e0c4b8811f9b50d377dac2a9e73cbed8f (wordpress:4.9.8-fpm)
Tagging wordpress:4.9.8-fpm
Tagging wordpress:4.9-fpm
Tagging wordpress:4-fpm
Tagging wordpress:fpm
Tagging wordpress:4.9.8-php7.2-fpm
Tagging wordpress:4.9-php7.2-fpm
Tagging wordpress:4-php7.2-fpm
Tagging wordpress:php7.2-fpm
$ test/run.sh wordpress:4.9.8-fpm
testing wordpress:4.9.8-fpm
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]......passed
$ bashbrew build wordpress:4.9.8-fpm-alpine
Building bashbrew/cache:c0cc4428326a5588818e764e67289a7164c605a049a82f5f808893e024aaf0f0 (wordpress:4.9.8-fpm-alpine)
Tagging wordpress:4.9.8-fpm-alpine
Tagging wordpress:4.9-fpm-alpine
Tagging wordpress:4-fpm-alpine
Tagging wordpress:fpm-alpine
Tagging wordpress:4.9.8-php7.2-fpm-alpine
Tagging wordpress:4.9-php7.2-fpm-alpine
Tagging wordpress:4-php7.2-fpm-alpine
Tagging wordpress:php7.2-fpm-alpine
$ test/run.sh wordpress:4.9.8-fpm-alpine
testing wordpress:4.9.8-fpm-alpine
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'wordpress-fpm-run' [5/5]......passed
$ bashbrew build wordpress:cli-2.0.0-php5.6
Using bashbrew/cache:14df6ff1154aa4206361913845dba5b46d6340c1ad27bfadfe6758cbac026f92 (wordpress:cli-2.0.0-php5.6)
Tagging wordpress:cli-2.0.0-php5.6
Tagging wordpress:cli-2.0-php5.6
Tagging wordpress:cli-2-php5.6
Tagging wordpress:cli-php5.6
$ test/run.sh wordpress:cli-2.0.0-php5.6
testing wordpress:cli-2.0.0-php5.6
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build wordpress:cli-2.0.0-php7.0
Using bashbrew/cache:8149b1d06b6c5861773106493347cdc0e676dadd1f86620e5dd487922d279c17 (wordpress:cli-2.0.0-php7.0)
Tagging wordpress:cli-2.0.0-php7.0
Tagging wordpress:cli-2.0-php7.0
Tagging wordpress:cli-2-php7.0
Tagging wordpress:cli-php7.0
$ test/run.sh wordpress:cli-2.0.0-php7.0
testing wordpress:cli-2.0.0-php7.0
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build wordpress:cli-2.0.0-php7.1
Using bashbrew/cache:98dd73ff6134b6e971d9ffae762260e43865eec9e1804e8003333e2c2fe73343 (wordpress:cli-2.0.0-php7.1)
Tagging wordpress:cli-2.0.0-php7.1
Tagging wordpress:cli-2.0-php7.1
Tagging wordpress:cli-2-php7.1
Tagging wordpress:cli-php7.1
$ test/run.sh wordpress:cli-2.0.0-php7.1
testing wordpress:cli-2.0.0-php7.1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build wordpress:cli-2.0.0
Using bashbrew/cache:1c51a38af8b7318dc1f10ed98df6e3a157252ef3373d8a0fcb9caa67c3f6c844 (wordpress:cli-2.0.0)
Tagging wordpress:cli-2.0.0
Tagging wordpress:cli-2.0
Tagging wordpress:cli-2
Tagging wordpress:cli
Tagging wordpress:cli-2.0.0-php7.2
Tagging wordpress:cli-2.0-php7.2
Tagging wordpress:cli-2-php7.2
Tagging wordpress:cli-php7.2
$ test/run.sh wordpress:cli-2.0.0
testing wordpress:cli-2.0.0
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
The following images failed at least one test:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docker
: 18.06.1-ce-rc1ghost
: 1.25.5memcached
: 1.5.10mysql
: exposemysqlx
port (Expose mysqlx port mysql#466)openjdk
: 8u181 (Debian)postgres
:11~beta3-1.pgdg90+2
rocket.chat
: 0.68.4wordpress
: Update docker-entrypoint.sh wordpress#324