Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker-library images #3976

Merged
merged 1 commit into from
Feb 5, 2018

Conversation

tianon
Copy link
Member

@tianon tianon commented Feb 5, 2018

  • elasticsearch: 5.6.7
  • kibana: 5.6.7
  • logstash: 5.6.7
  • nextcloud: simplify cron usage (Add cron nextcloud/docker#220)
  • pypy: 5.10.1
  • redis: 4.0.8
  • rocket.chat: 0.61.0

- `elasticsearch`: 5.6.7
- `kibana`: 5.6.7
- `logstash`: 5.6.7
- `nextcloud`: simplify cron usage (nextcloud/docker#220)
- `pypy`: 5.10.1
- `redis`: 4.0.8
- `rocket.chat`: 0.61.0
@tianon
Copy link
Member Author

tianon commented Feb 5, 2018

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 096d1a1..434f77a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,8 +8,8 @@ elasticsearch:5
 elasticsearch:5-alpine
 elasticsearch:5.6
 elasticsearch:5.6-alpine
-elasticsearch:5.6.6
-elasticsearch:5.6.6-alpine
+elasticsearch:5.6.7
+elasticsearch:5.6.7-alpine
 elasticsearch:alpine
 elasticsearch:latest
 kibana:4
@@ -17,7 +17,7 @@ kibana:4.6
 kibana:4.6.6
 kibana:5
 kibana:5.6
-kibana:5.6.6
+kibana:5.6.7
 kibana:latest
 logstash:2
 logstash:2-alpine
@@ -29,8 +29,8 @@ logstash:5
 logstash:5-alpine
 logstash:5.6
 logstash:5.6-alpine
-logstash:5.6.6
-logstash:5.6.6-alpine
+logstash:5.6.7
+logstash:5.6.7-alpine
 logstash:alpine
 logstash:latest
 nextcloud:11
@@ -87,13 +87,13 @@ redis:4-alpine
 redis:4.0
 redis:4.0-32bit
 redis:4.0-alpine
-redis:4.0.7
-redis:4.0.7-32bit
-redis:4.0.7-alpine
+redis:4.0.8
+redis:4.0.8-32bit
+redis:4.0.8-alpine
 redis:32bit
 redis:alpine
 redis:latest
 rocket.chat:0
-rocket.chat:0.60
-rocket.chat:0.60.4
+rocket.chat:0.61
+rocket.chat:0.61.0
 rocket.chat:latest
diff --git a/elasticsearch_alpine/Dockerfile b/elasticsearch_alpine/Dockerfile
index cd201c5..eb0b570 100644
--- a/elasticsearch_alpine/Dockerfile
+++ b/elasticsearch_alpine/Dockerfile
@@ -13,10 +13,10 @@ ENV GPG_KEY 46095ACC8548582C1A2699A9D27D666CD88E42B4
 WORKDIR /usr/share/elasticsearch
 ENV PATH /usr/share/elasticsearch/bin:$PATH
 
-ENV ELASTICSEARCH_VERSION 5.6.6
-ENV ELASTICSEARCH_TARBALL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.6.tar.gz" \
-	ELASTICSEARCH_TARBALL_ASC="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.6.tar.gz.asc" \
-	ELASTICSEARCH_TARBALL_SHA1="b7bf4cc87c567a444f950526e555741bd28808a9"
+ENV ELASTICSEARCH_VERSION 5.6.7
+ENV ELASTICSEARCH_TARBALL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.7.tar.gz" \
+	ELASTICSEARCH_TARBALL_ASC="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.7.tar.gz.asc" \
+	ELASTICSEARCH_TARBALL_SHA1="8346bbea744f6463aae469b55a6bdddcc4384357"
 
 RUN set -ex; \
 	\
diff --git a/elasticsearch_latest/Dockerfile b/elasticsearch_latest/Dockerfile
index 7a150e6..56725cf 100644
--- a/elasticsearch_latest/Dockerfile
+++ b/elasticsearch_latest/Dockerfile
@@ -27,8 +27,8 @@ RUN set -x \
 	&& apt-get update && apt-get install -y --no-install-recommends apt-transport-https && rm -rf /var/lib/apt/lists/* \
 	&& echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/elasticsearch.list
 
-ENV ELASTICSEARCH_VERSION 5.6.6
-ENV ELASTICSEARCH_DEB_VERSION 5.6.6
+ENV ELASTICSEARCH_VERSION 5.6.7
+ENV ELASTICSEARCH_DEB_VERSION 5.6.7
 
 RUN set -x \
 	\
diff --git a/kibana_latest/Dockerfile b/kibana_latest/Dockerfile
index 6b9b7a4..76b55a0 100644
--- a/kibana_latest/Dockerfile
+++ b/kibana_latest/Dockerfile
@@ -48,7 +48,7 @@ RUN set -ex; \
 # https://www.elastic.co/guide/en/kibana/5.0/deb.html
 RUN echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/kibana.list
 
-ENV KIBANA_VERSION 5.6.6
+ENV KIBANA_VERSION 5.6.7
 
 RUN set -x \
 	&& apt-get update \
diff --git a/logstash_alpine/Dockerfile b/logstash_alpine/Dockerfile
index 30567cc..b940c1b 100644
--- a/logstash_alpine/Dockerfile
+++ b/logstash_alpine/Dockerfile
@@ -20,10 +20,10 @@ ENV GPG_KEY 46095ACC8548582C1A2699A9D27D666CD88E42B4
 ENV LOGSTASH_PATH /usr/share/logstash/bin
 ENV PATH $LOGSTASH_PATH:$PATH
 
-ENV LOGSTASH_VERSION 5.6.6
-ENV LOGSTASH_TARBALL="https://artifacts.elastic.co/downloads/logstash/logstash-5.6.6.tar.gz" \
-	LOGSTASH_TARBALL_ASC="https://artifacts.elastic.co/downloads/logstash/logstash-5.6.6.tar.gz.asc" \
-	LOGSTASH_TARBALL_SHA1="212bc3a2ce2cbec0be52608ad643cb41ff053d01"
+ENV LOGSTASH_VERSION 5.6.7
+ENV LOGSTASH_TARBALL="https://artifacts.elastic.co/downloads/logstash/logstash-5.6.7.tar.gz" \
+	LOGSTASH_TARBALL_ASC="https://artifacts.elastic.co/downloads/logstash/logstash-5.6.7.tar.gz.asc" \
+	LOGSTASH_TARBALL_SHA1="67a55717534842ec666e95a6c877932c24a1dda4"
 
 RUN set -ex; \
 	\
diff --git a/logstash_latest/Dockerfile b/logstash_latest/Dockerfile
index 8f0a0fe..0a8d8e1 100644
--- a/logstash_latest/Dockerfile
+++ b/logstash_latest/Dockerfile
@@ -34,8 +34,8 @@ RUN set -ex; \
 # https://www.elastic.co/guide/en/logstash/5.0/installing-logstash.html#_apt
 RUN echo 'deb https://artifacts.elastic.co/packages/5.x/apt stable main' > /etc/apt/sources.list.d/logstash.list
 
-ENV LOGSTASH_VERSION 5.6.6
-ENV LOGSTASH_DEB_VERSION 1:5.6.6-1
+ENV LOGSTASH_VERSION 5.6.7
+ENV LOGSTASH_DEB_VERSION 1:5.6.7-1
 
 RUN set -ex; \
 	case "$LOGSTASH_VERSION" in \
diff --git a/nextcloud_11-fpm/Dockerfile b/nextcloud_11-fpm/Dockerfile
index 5483acf..e10bb75 100644
--- a/nextcloud_11-fpm/Dockerfile
+++ b/nextcloud_11-fpm/Dockerfile
@@ -6,7 +6,10 @@ RUN set -ex; \
     apt-get install -y --no-install-recommends \
         rsync \
         bzip2 \
+        busybox-static \
     ; \
+    mkdir -p /var/spool/cron/crontabs; \
+    echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data; \
 # install the PHP extensions we need
 # see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
     \
@@ -85,7 +88,7 @@ RUN set -ex; \
     mkdir -p /usr/src/nextcloud/custom_apps; \
     chmod +x /usr/src/nextcloud/occ
 
-COPY docker-entrypoint.sh /entrypoint.sh
+COPY *.sh /
 COPY config/* /usr/src/nextcloud/config/
 
 ENTRYPOINT ["/entrypoint.sh"]
diff --git a/nextcloud_11-fpm/cron.sh b/nextcloud_11-fpm/cron.sh
new file mode 100755
index 0000000..bb65a1f
--- /dev/null
+++ b/nextcloud_11-fpm/cron.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+exec busybox crond -f -l 0 -L /dev/stdout
diff --git a/nextcloud_11-fpm/docker-entrypoint.sh b/nextcloud_11-fpm/entrypoint.sh
similarity index 100%
rename from nextcloud_11-fpm/docker-entrypoint.sh
rename to nextcloud_11-fpm/entrypoint.sh
diff --git a/nextcloud_11/Dockerfile b/nextcloud_11/Dockerfile
index 6d02588..2c42d99 100644
--- a/nextcloud_11/Dockerfile
+++ b/nextcloud_11/Dockerfile
@@ -6,7 +6,10 @@ RUN set -ex; \
     apt-get install -y --no-install-recommends \
         rsync \
         bzip2 \
+        busybox-static \
     ; \
+    mkdir -p /var/spool/cron/crontabs; \
+    echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data; \
 # install the PHP extensions we need
 # see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
     \
@@ -86,7 +89,7 @@ RUN set -ex; \
     mkdir -p /usr/src/nextcloud/custom_apps; \
     chmod +x /usr/src/nextcloud/occ
 
-COPY docker-entrypoint.sh /entrypoint.sh
+COPY *.sh /
 COPY config/* /usr/src/nextcloud/config/
 
 ENTRYPOINT ["/entrypoint.sh"]
diff --git a/nextcloud_11/cron.sh b/nextcloud_11/cron.sh
new file mode 100755
index 0000000..bb65a1f
--- /dev/null
+++ b/nextcloud_11/cron.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+exec busybox crond -f -l 0 -L /dev/stdout
diff --git a/nextcloud_11/docker-entrypoint.sh b/nextcloud_11/entrypoint.sh
similarity index 100%
rename from nextcloud_11/docker-entrypoint.sh
rename to nextcloud_11/entrypoint.sh
diff --git a/nextcloud_fpm/Dockerfile b/nextcloud_fpm/Dockerfile
index 0bb92dd..2b6dca0 100644
--- a/nextcloud_fpm/Dockerfile
+++ b/nextcloud_fpm/Dockerfile
@@ -6,7 +6,10 @@ RUN set -ex; \
     apt-get install -y --no-install-recommends \
         rsync \
         bzip2 \
+        busybox-static \
     ; \
+    mkdir -p /var/spool/cron/crontabs; \
+    echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data; \
 # install the PHP extensions we need
 # see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
     \
@@ -85,7 +88,7 @@ RUN set -ex; \
     mkdir -p /usr/src/nextcloud/custom_apps; \
     chmod +x /usr/src/nextcloud/occ
 
-COPY docker-entrypoint.sh /entrypoint.sh
+COPY *.sh /
 COPY config/* /usr/src/nextcloud/config/
 
 ENTRYPOINT ["/entrypoint.sh"]
diff --git a/nextcloud_fpm/cron.sh b/nextcloud_fpm/cron.sh
new file mode 100755
index 0000000..bb65a1f
--- /dev/null
+++ b/nextcloud_fpm/cron.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+exec busybox crond -f -l 0 -L /dev/stdout
diff --git a/nextcloud_fpm/docker-entrypoint.sh b/nextcloud_fpm/entrypoint.sh
similarity index 100%
rename from nextcloud_fpm/docker-entrypoint.sh
rename to nextcloud_fpm/entrypoint.sh
diff --git a/nextcloud_latest/Dockerfile b/nextcloud_latest/Dockerfile
index d4edac2..4a3e867 100644
--- a/nextcloud_latest/Dockerfile
+++ b/nextcloud_latest/Dockerfile
@@ -6,7 +6,10 @@ RUN set -ex; \
     apt-get install -y --no-install-recommends \
         rsync \
         bzip2 \
+        busybox-static \
     ; \
+    mkdir -p /var/spool/cron/crontabs; \
+    echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data; \
 # install the PHP extensions we need
 # see https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
     \
@@ -86,7 +89,7 @@ RUN set -ex; \
     mkdir -p /usr/src/nextcloud/custom_apps; \
     chmod +x /usr/src/nextcloud/occ
 
-COPY docker-entrypoint.sh /entrypoint.sh
+COPY *.sh /
 COPY config/* /usr/src/nextcloud/config/
 
 ENTRYPOINT ["/entrypoint.sh"]
diff --git a/nextcloud_latest/cron.sh b/nextcloud_latest/cron.sh
new file mode 100755
index 0000000..bb65a1f
--- /dev/null
+++ b/nextcloud_latest/cron.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+exec busybox crond -f -l 0 -L /dev/stdout
diff --git a/nextcloud_latest/docker-entrypoint.sh b/nextcloud_latest/entrypoint.sh
similarity index 100%
rename from nextcloud_latest/docker-entrypoint.sh
rename to nextcloud_latest/entrypoint.sh
diff --git a/redis_32bit/Dockerfile b/redis_32bit/Dockerfile
index 42d1466..0590bec 100644
--- a/redis_32bit/Dockerfile
+++ b/redis_32bit/Dockerfile
@@ -25,9 +25,9 @@ RUN set -ex; \
 	\
 	apt-get purge -y --auto-remove $fetchDeps
 
-ENV REDIS_VERSION 4.0.7
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.7.tar.gz
-ENV REDIS_DOWNLOAD_SHA 1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1
+ENV REDIS_VERSION 4.0.8
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.8.tar.gz
+ENV REDIS_DOWNLOAD_SHA ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
 
 RUN apt-get update && apt-get install -y --no-install-recommends \
 		libc6-i386 \
diff --git a/redis_alpine/Dockerfile b/redis_alpine/Dockerfile
index 8ca74c7..5aab063 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 4.0.7
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.7.tar.gz
-ENV REDIS_DOWNLOAD_SHA 1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1
+ENV REDIS_VERSION 4.0.8
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.8.tar.gz
+ENV REDIS_DOWNLOAD_SHA ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
 
 # for redis-sentinel see: http://redis.io/topics/sentinel
 RUN set -ex; \
diff --git a/redis_latest/Dockerfile b/redis_latest/Dockerfile
index 9f58a6b..1f60c0e 100644
--- a/redis_latest/Dockerfile
+++ b/redis_latest/Dockerfile
@@ -25,9 +25,9 @@ RUN set -ex; \
 	\
 	apt-get purge -y --auto-remove $fetchDeps
 
-ENV REDIS_VERSION 4.0.7
-ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.7.tar.gz
-ENV REDIS_DOWNLOAD_SHA 1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1
+ENV REDIS_VERSION 4.0.8
+ENV REDIS_DOWNLOAD_URL http://download.redis.io/releases/redis-4.0.8.tar.gz
+ENV REDIS_DOWNLOAD_SHA ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
 
 # 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 0f57c1a..1f01498 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.60.4
+ENV RC_VERSION 0.61.0
 
 WORKDIR /app
 

@tianon
Copy link
Member Author

tianon commented Feb 5, 2018

Build test of #3976; 292e792; amd64 (elasticsearch, kibana, logstash, nextcloud, pypy, redis, rocket.chat):

$ bashbrew build elasticsearch:5.6.7
Building bashbrew/cache:f9cf9d3b8ba152e46eca3fe78c681898da1913967b2eeb7ca2f1f4cf46e1db70 (elasticsearch:5.6.7)
Tagging elasticsearch:5.6.7
Tagging elasticsearch:5.6
Tagging elasticsearch:5
Tagging elasticsearch:latest

$ test/run.sh elasticsearch:5.6.7
testing elasticsearch:5.6.7
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elasticsearch-basics' [5/5]......passed


$ bashbrew build elasticsearch:5.6.7-alpine
Building bashbrew/cache:dca1dab0ecf4cd06b200b663a2bfd64e7090dbbd96051043beb2a0f6aff696e4 (elasticsearch:5.6.7-alpine)
Tagging elasticsearch:5.6.7-alpine
Tagging elasticsearch:5.6-alpine
Tagging elasticsearch:5-alpine
Tagging elasticsearch:alpine

$ test/run.sh elasticsearch:5.6.7-alpine
testing elasticsearch:5.6.7-alpine
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elasticsearch-basics' [5/5]........passed


$ bashbrew build elasticsearch:2.4.6
Using bashbrew/cache:ae521f5f36af48bc5f9d787fbf9a126ec07148ca91e10b1d5f6522906ac14935 (elasticsearch:2.4.6)
Tagging elasticsearch:2.4.6
Tagging elasticsearch:2.4
Tagging elasticsearch:2

$ test/run.sh elasticsearch:2.4.6
testing elasticsearch:2.4.6
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elasticsearch-basics' [5/5]......passed


$ bashbrew build elasticsearch:2.4.6-alpine
Using bashbrew/cache:89e4d71b64adba96a42d0cf3b37745708723bddfd3b5f2c22ce558939765df8b (elasticsearch:2.4.6-alpine)
Tagging elasticsearch:2.4.6-alpine
Tagging elasticsearch:2.4-alpine
Tagging elasticsearch:2-alpine

$ test/run.sh elasticsearch:2.4.6-alpine
testing elasticsearch:2.4.6-alpine
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'elasticsearch-basics' [5/5]......passed
$ bashbrew build kibana:5.6.7
Building bashbrew/cache:d543cdeb4b1cafeddd93f856f2953a387aef6acc899bfc8aa29fba4533f33850 (kibana:5.6.7)
Tagging kibana:5.6.7
Tagging kibana:5.6
Tagging kibana:5
Tagging kibana:latest

$ test/run.sh kibana:5.6.7
testing kibana:5.6.7
	'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.6
Using bashbrew/cache:0ca124b932dae8a2603e141779d9c17f0a3225322d766d255f07b3f2d9548d71 (kibana:4.6.6)
Tagging kibana:4.6.6
Tagging kibana:4.6
Tagging kibana:4

$ test/run.sh kibana:4.6.6
testing kibana:4.6.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 logstash:5.6.7
Building bashbrew/cache:7ddb0802c3995ff865e2532c787222d9a9f12b0701dae92d4acc50befa90b32f (logstash:5.6.7)
Tagging logstash:5.6.7
Tagging logstash:5.6
Tagging logstash:5
Tagging logstash:latest

$ test/run.sh logstash:5.6.7
testing logstash:5.6.7
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'logstash-basics' [5/5]......passed


$ bashbrew build logstash:5.6.7-alpine
Building bashbrew/cache:6867e8b104609131677ee0e6cf3710b7fb9a5e072aad15a6b744a82c6cd38fa3 (logstash:5.6.7-alpine)
Tagging logstash:5.6.7-alpine
Tagging logstash:5.6-alpine
Tagging logstash:5-alpine
Tagging logstash:alpine

$ test/run.sh logstash:5.6.7-alpine
testing logstash:5.6.7-alpine
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'logstash-basics' [5/5]......passed


$ bashbrew build logstash:2.4.1
Using bashbrew/cache:47fdd00b7c9d23749f15085e05aebd85748e5d20c9447c876a5b527ee260bf53 (logstash:2.4.1)
Tagging logstash:2.4.1
Tagging logstash:2.4
Tagging logstash:2

$ test/run.sh logstash:2.4.1
testing logstash:2.4.1
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'logstash-basics' [5/5].........passed


$ bashbrew build logstash:2.4.1-alpine
Using bashbrew/cache:04b3af065a4f03c74abb17746aedae4e1796969053f4090a6d0c8c8793f541a3 (logstash:2.4.1-alpine)
Tagging logstash:2.4.1-alpine
Tagging logstash:2.4-alpine
Tagging logstash:2-alpine

$ test/run.sh logstash:2.4.1-alpine
testing logstash:2.4.1-alpine
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'logstash-basics' [5/5]..........passed
$ bashbrew build nextcloud:11.0.7-apache
Building bashbrew/cache:a4d7b9755f8d858d7807c653158f612918ffe6791a1093fe9f98061c8d4bdb33 (nextcloud:11.0.7-apache)
Tagging nextcloud:11.0.7-apache
Tagging nextcloud:11.0-apache
Tagging nextcloud:11-apache
Tagging nextcloud:11.0.7
Tagging nextcloud:11.0
Tagging nextcloud:11

$ test/run.sh nextcloud:11.0.7-apache
testing nextcloud:11.0.7-apache
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build nextcloud:11.0.7-fpm
Building bashbrew/cache:639977d0ec2343755247587a770245870399772bf7023d1d4ca281c39e898e74 (nextcloud:11.0.7-fpm)
Tagging nextcloud:11.0.7-fpm
Tagging nextcloud:11.0-fpm
Tagging nextcloud:11-fpm

$ test/run.sh nextcloud:11.0.7-fpm
testing nextcloud:11.0.7-fpm
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build nextcloud:12.0.5-apache
Building bashbrew/cache:a23e2705656ba78df468c186b92084a45df73a42ebab942fc54c2c45c3736741 (nextcloud:12.0.5-apache)
Tagging nextcloud:12.0.5-apache
Tagging nextcloud:12.0-apache
Tagging nextcloud:12-apache
Tagging nextcloud:apache
Tagging nextcloud:12.0.5
Tagging nextcloud:12.0
Tagging nextcloud:12
Tagging nextcloud:latest

$ test/run.sh nextcloud:12.0.5-apache
testing nextcloud:12.0.5-apache
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build nextcloud:12.0.5-fpm
Building bashbrew/cache:7856a50e7b0b0b387efa4d691b4ef52e13fb283bfececed7627f3adee1797219 (nextcloud:12.0.5-fpm)
Tagging nextcloud:12.0.5-fpm
Tagging nextcloud:12.0-fpm
Tagging nextcloud:12-fpm
Tagging nextcloud:fpm

$ test/run.sh nextcloud:12.0.5-fpm
testing nextcloud:12.0.5-fpm
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed
$ bashbrew build pypy:2-5.10.0
Using bashbrew/cache:fac447cf4571d25792de8bfbd9d6dee08da22ba33443e9bc82a60b4707325d2a (pypy:2-5.10.0)
Tagging pypy:2-5.10.0
Tagging pypy:2-5.10
Tagging pypy:2-5
Tagging pypy:2

$ test/run.sh pypy:2-5.10.0
testing pypy:2-5.10.0
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build pypy:2-5.10.0-slim
Using bashbrew/cache:1986f8579968a6eec7784b8ec59c2b401de38d0945e4222662884e73e65a5188 (pypy:2-5.10.0-slim)
Tagging pypy:2-5.10.0-slim
Tagging pypy:2-5.10-slim
Tagging pypy:2-5-slim
Tagging pypy:2-slim

$ test/run.sh pypy:2-5.10.0-slim
testing pypy:2-5.10.0-slim
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build pypy:3-5.10.1
Building bashbrew/cache:4722a56c15b657672cc2c5e4b8da31b041b3c86505ad317c3ebd99934025810b (pypy:3-5.10.1)
Tagging pypy:3-5.10.1
Tagging pypy:3-5.10
Tagging pypy:3-5
Tagging pypy:3
Tagging pypy:latest

$ test/run.sh pypy:3-5.10.1
testing pypy:3-5.10.1
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed


$ bashbrew build pypy:3-5.10.1-slim
Building bashbrew/cache:2a0d9fee2c39e277035a080153aad295f7b5ff154cc950a9acc1def95fa144a0 (pypy:3-5.10.1-slim)
Tagging pypy:3-5.10.1-slim
Tagging pypy:3-5.10-slim
Tagging pypy:3-5-slim
Tagging pypy:3-slim
Tagging pypy:slim

$ test/run.sh pypy:3-5.10.1-slim
testing pypy:3-5.10.1-slim
	'utc' [1/9]...passed
	'cve-2014--shellshock' [2/9]...passed
	'no-hard-coded-passwords' [3/9]...passed
	'override-cmd' [4/9]...passed
	'python-hy' [5/9]...passed
	'python-imports' [6/9]...passed
	'python-pip-requests-ssl' [7/9]...passed
	'python-sqlite3' [8/9]...passed
	'python-stack-size' [9/9]...passed
$ bashbrew build redis:3.2.11
Using bashbrew/cache:93a7a853d4e5101f0aa6cbb279e19fcad56028a504f79f31a0557072ff7f1574 (redis:3.2.11)
Tagging redis:3.2.11
Tagging redis:3.2
Tagging redis:3

$ test/run.sh redis:3.2.11
testing redis:3.2.11
	'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.11-32bit
Using bashbrew/cache:51f06fdf40654a0f5eaa31e40b158d451aa76bcbed0742712bd6ca1ef72ea81a (redis:3.2.11-32bit)
Tagging redis:3.2.11-32bit
Tagging redis:3.2-32bit
Tagging redis:3-32bit

$ test/run.sh redis:3.2.11-32bit
testing redis:3.2.11-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.11-alpine
Using bashbrew/cache:9c4a0bb3c52564aed68a8b7669330fa5e42ef98d7d67ae06174f9dad75c24691 (redis:3.2.11-alpine)
Tagging redis:3.2.11-alpine
Tagging redis:3.2-alpine
Tagging redis:3-alpine

$ test/run.sh redis:3.2.11-alpine
testing redis:3.2.11-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:4.0.8
Building bashbrew/cache:38b428203558c37034b3c5889eb3618cff7d95e7ca6837c3d95d079f54fcaaf5 (redis:4.0.8)
Tagging redis:4.0.8
Tagging redis:4.0
Tagging redis:4
Tagging redis:latest

$ test/run.sh redis:4.0.8
testing redis:4.0.8
	'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:4.0.8-32bit
Building bashbrew/cache:41d881f1aaaedbc9f33dce3743c651dd2e4d47a7831a51caf0773ad5c1f2db65 (redis:4.0.8-32bit)
Tagging redis:4.0.8-32bit
Tagging redis:4.0-32bit
Tagging redis:4-32bit
Tagging redis:32bit

$ test/run.sh redis:4.0.8-32bit
testing redis:4.0.8-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:4.0.8-alpine
Building bashbrew/cache:3c3bc2ec104d418cd919c3d2b6013af68299faea9c9ae94c81adbfc70d0b7fad (redis:4.0.8-alpine)
Tagging redis:4.0.8-alpine
Tagging redis:4.0-alpine
Tagging redis:4-alpine
Tagging redis:alpine

$ test/run.sh redis:4.0.8-alpine
testing redis:4.0.8-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.61.0
Building bashbrew/cache:74fd9d99d4aefa41533a3ef77ccb356734aab254d68e234bda33f34f23c7daee (rocket.chat:0.61.0)
Tagging rocket.chat:0.61.0
Tagging rocket.chat:0.61
Tagging rocket.chat:0
Tagging rocket.chat:latest

$ test/run.sh rocket.chat:0.61.0
testing rocket.chat:0.61.0
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@yosifkit yosifkit merged commit 10563a1 into docker-library:master Feb 5, 2018
@yosifkit yosifkit deleted the update-docker-library branch February 5, 2018 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants