浏览代码

Merge remote-tracking branch 'upstream/master'

Alin Voinea 7 年之前
父节点
当前提交
3efabd7bf6
共有 91 个文件被更改,包括 1296 次插入1057 次删除
  1. 10 0
      README.md
  2. 2 1
      bashbrew/Dockerfile.release
  3. 1 0
      diff-pr.sh
  4. 16 8
      library/amazonlinux
  5. 5 3
      library/arangodb
  6. 12 12
      library/backdrop
  7. 28 28
      library/buildpack-deps
  8. 14 14
      library/busybox
  9. 4 4
      library/cassandra
  10. 10 8
      library/centos
  11. 3 3
      library/chronograf
  12. 10 2
      library/clojure
  13. 2 2
      library/composer
  14. 2 2
      library/consul
  15. 5 5
      library/convertigo
  16. 11 9
      library/couchbase
  17. 2 2
      library/crate
  18. 19 19
      library/debian
  19. 36 6
      library/docker
  20. 42 12
      library/drupal
  21. 4 4
      library/elasticsearch
  22. 14 14
      library/erlang
  23. 4 1
      library/fsharp
  24. 2 2
      library/gazebo
  25. 4 4
      library/ghost
  26. 30 30
      library/golang
  27. 24 24
      library/gradle
  28. 102 122
      library/groovy
  29. 12 12
      library/haproxy
  30. 9 9
      library/hello-seattle
  31. 9 9
      library/hello-world
  32. 9 9
      library/hola-mundo
  33. 1 1
      library/httpd
  34. 6 6
      library/ibmjava
  35. 7 7
      library/influxdb
  36. 1 1
      library/irssi
  37. 24 24
      library/joomla
  38. 6 6
      library/jruby
  39. 2 2
      library/kibana
  40. 5 5
      library/kong
  41. 4 4
      library/logstash
  42. 2 2
      library/mageia
  43. 9 9
      library/mariadb
  44. 13 0
      library/matomo
  45. 10 0
      library/maven
  46. 4 4
      library/memcached
  47. 6 6
      library/mongo
  48. 9 9
      library/mysql
  49. 12 12
      library/nats
  50. 12 12
      library/nats-streaming
  51. 24 4
      library/neo4j
  52. 13 28
      library/nextcloud
  53. 8 8
      library/nginx
  54. 81 51
      library/node
  55. 5 5
      library/nuxeo
  56. 1 1
      library/open-liberty
  57. 52 32
      library/openjdk
  58. 4 10
      library/opensuse
  59. 11 30
      library/oraclelinux
  60. 6 6
      library/owncloud
  61. 1 1
      library/percona
  62. 11 10
      library/perl
  63. 32 6
      library/photon
  64. 62 62
      library/php
  65. 1 1
      library/php-zendserver
  66. 8 6
      library/piwik
  67. 13 13
      library/postgres
  68. 8 8
      library/pypy
  69. 52 52
      library/python
  70. 6 6
      library/redis
  71. 9 9
      library/redmine
  72. 2 2
      library/rocket.chat
  73. 20 20
      library/ros
  74. 54 39
      library/ruby
  75. 17 7
      library/rust
  76. 2 2
      library/sl
  77. 31 16
      library/solr
  78. 9 9
      library/sonarqube
  79. 6 1
      library/swift
  80. 3 3
      library/swipl
  81. 3 7
      library/teamspeak
  82. 10 3
      library/telegraf
  83. 65 45
      library/tomcat
  84. 14 2
      library/traefik
  85. 15 15
      library/ubuntu
  86. 4 3
      library/vault
  87. 3 2
      library/websphere-liberty
  88. 32 32
      library/wordpress
  89. 4 4
      library/xwiki
  90. 2 2
      test/tests/hylang-sh/container.hy
  91. 2 4
      test/tests/python-pip-requests-ssl/container.py

+ 10 - 0
README.md

@@ -55,6 +55,7 @@ Also, the Hub descriptions for these images are currently stored separately in t
 			7.	[Security](#security)
 				1.	[Image Build](#image-build)
 				2.	[Runtime Configuration](#runtime-configuration)
+				3.	[Security Releases](#security-releases)
 			8.	[Multiple Architectures](#multiple-architectures)
 		3.	[Commitment](#commitment)
 	4.	[Library definition files](#library-definition-files)
@@ -254,6 +255,15 @@ By default, Docker containers are executed with reduced privileges: whitelisted
 
 Official Repositories that require additional privileges should specify the minimal set of command line options for the software to function, and may still be rejected if this introduces significant portability or security issues. In general, `--privileged` is not allowed, but a combination of `--cap-add` and `--device` options may be acceptable. Additionally, `--volume` can be tricky as there are many host filesystem locations that introduce portability/security issues (e.g. X11 socket).
 
+##### Security Releases
+
+For image updates which constitute a security fix, there are a few things we recommend to help ensure your update is merged, built, and released as quickly as possible:
+
+1.	[Contact us](MAINTAINERS) a few days in advance to give us a heads up and a timing estimate (so we can schedule time for the incoming update appropriately).
+2.	Include `[security]` in the title of your pull request (for example, `[security] Update FooBar to 1.2.5, 1.3.7, 2.0.1`).
+3.	Keep the pull request free of changes that are unrelated to the security fix -- we'll still be doing review of the update, but it will be expedited so this will help us help you.
+4.	Be active and responsive to comments on the pull request after it's opened (as usual, but even more so if the timing of the release is of importance).
+
 #### Multiple Architectures
 
 Each repo can specify multiple architectures for any and all tags. If no architecture is specified, images are built in Linux on `amd64` (aka x86-64). To specify more or different architectures, use the `Architectures` field (comma-delimited list, whitespace is trimmed). Valid architectures are found in [`oci-platform.go`](https://github.com/docker-library/official-images/blob/a7ad3081aa5f51584653073424217e461b72670a/bashbrew/go/vendor/src/github.com/docker-library/go-dockerlibrary/architecture/oci-platform.go#L14-L25):

+ 2 - 1
bashbrew/Dockerfile.release

@@ -51,7 +51,8 @@ RUN set -euxo pipefail; \
 		) \
 	done; \
 	\
-	rm -rf "$GNUPGHOME"; \
+	gpgconf --kill all; \
+	rm -r "$GNUPGHOME"; \
 	\
 	ls -lAFh bin/manifest-tool-*; \
 	file bin/manifest-tool-*

+ 1 - 0
diff-pr.sh

@@ -191,6 +191,7 @@ copy-tar() {
 						*.tar.*|*.tgz)
 							tar -tf "$dst/$dDirName/$g" \
 								| grep -vE "$uninterestingTarballGrep" \
+								| sed -e 's!^./!!' \
 								| sort \
 								> "$dst/$dDirName/$g  'tar -t'"
 							;;

+ 16 - 8
library/amazonlinux

@@ -4,21 +4,29 @@ Maintainers: Amazon Linux Team <[email protected]> (@aws),
              Eric Warehime (@Eric-Warehime)
 GitRepo: https://github.com/aws/amazon-linux-docker-images.git
 
-Tags: 2017.12.0.20180222, 2017.12, 2
+Tags: 2017.12.0.20180330, 2017.12, 2
 GitFetch: refs/heads/2017.12
-GitCommit: 819c2dd76fc67389f64824387f2524dc223d7fae
+GitCommit: 91cc3997375a8055ae62ffa2635acc464ec8ac51
 
-Tags: 2017.12.0.20180222-with-sources, 2017.12-with-sources, 2-with-sources
+Tags: 2017.12.0.20180330-with-sources, 2017.12-with-sources, 2-with-sources
 GitFetch: refs/heads/2017.12-with-sources
-GitCommit: 4c23db56e1dcf948028604ee96a83d792fad246f
+GitCommit: 9129377feea1176b636427b295e8af57656db079
 
-Tags: 2017.09.1.20180222, 2017.09, 1, latest
+Tags: 2018.03.0.20180424, 2018.03, 1, latest
+GitFetch: refs/heads/2018.03
+GitCommit: 2d98947f57ed4afe97daef60f4c05ec5e4adc69d
+
+Tags: 2018.03.0.20180424-with-sources, 2018.03-with-sources, 1-with-sources, with-sources
+GitFetch: refs/heads/2018.03-with-sources
+GitCommit: e323bc6480b6eb08de5ed48f5d049aa04dcef7d3
+
+Tags: 2017.09.1.20180409, 2017.09
 GitFetch: refs/heads/2017.09
-GitCommit: 737251bbaf7757c87fd5de4bb313fbdaba0c8337
+GitCommit: 0b2dad813345cab464c6c0a716aa5be2ae072f79
 
-Tags: 2017.09.1.20180222-with-sources, 2017.09-with-sources, 1-with-sources, with-sources
+Tags: 2017.09.1.20180409-with-sources, 2017.09-with-sources
 GitFetch: refs/heads/2017.09-with-sources
-GitCommit: 023d9b47f82200560123485480a0dfe9f376158f
+GitCommit: 6d5273cf53b85c27690ac394bee2c2935cca73b8
 
 Tags: 2017.03.1.20170812, 2017.03
 GitFetch: refs/heads/2017.03

+ 5 - 3
library/arangodb

@@ -6,6 +6,8 @@
 
 
 
-3.3: https://github.com/arangodb/arangodb-docker@0f3f7d086626f5091cee4b155c494c6887f51312 stretch/3.3.4
-3.3.4: https://github.com/arangodb/arangodb-docker@0f3f7d086626f5091cee4b155c494c6887f51312 stretch/3.3.4
-latest: https://github.com/arangodb/arangodb-docker@0f3f7d086626f5091cee4b155c494c6887f51312 stretch/3.3.4
+3.3: https://github.com/arangodb/arangodb-docker@965812a9ac527471508aafae49f3c776db54b8f5 stretch/3.3.7
+3.3.7: https://github.com/arangodb/arangodb-docker@965812a9ac527471508aafae49f3c776db54b8f5 stretch/3.3.7
+latest: https://github.com/arangodb/arangodb-docker@965812a9ac527471508aafae49f3c776db54b8f5 stretch/3.3.7
+3.2: https://github.com/arangodb/arangodb-docker@b636d23ae99367d4ea4b6191c39e96d1ff08bd12 stretch/3.2.14
+3.2.14: https://github.com/arangodb/arangodb-docker@b636d23ae99367d4ea4b6191c39e96d1ff08bd12 stretch/3.2.14

+ 12 - 12
library/backdrop

@@ -1,16 +1,16 @@
 # maintainer: Mike Pirog <[email protected]> (@pirog)
 # maintainer: Geoff St. Pierre <[email protected]> (@serundeputy)
 
-1.7.2: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/apache
-1.7: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/apache
-1: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/apache
-1.7.2-apache: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/apache
-1.7-apache: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/apache
-1-apache: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/apache
-apache: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/apache
-latest: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/apache
+1.9.3: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/apache
+1.9: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/apache
+1: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/apache
+1.9.3-apache: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/apache
+1.9-apache: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/apache
+1-apache: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/apache
+apache: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/apache
+latest: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/apache
 
-1.7.2-fpm: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/fpm
-1.7-fpm: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/fpm
-1-fpm: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/fpm
-fpm: git://github.com/backdrop-ops/backdrop-docker@bb4107d27e7e4c4968826c1e26a5c504d3e03276 1/fpm
+1.9.3-fpm: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/fpm
+1.9-fpm: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/fpm
+1-fpm: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/fpm
+fpm: git://github.com/backdrop-ops/backdrop-docker@784eccbadd99d7050598ea8174ed657596d5bdbb 1/fpm

+ 28 - 28
library/buildpack-deps

@@ -1,140 +1,140 @@
-# this file is generated via https://github.com/docker-library/buildpack-deps/blob/7bbf2f06c74e0a8ca54c97f5a0f0b729b39011df/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/buildpack-deps/blob/89ef755062d82d098069a216e8924b6b13e815a0/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/buildpack-deps.git
 
-Tags: artful-curl
+Tags: artful-curl, 17.10-curl
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d662dc69f910feb241f6d0c9d2cd6cc2fb6c5e6c
 Directory: artful/curl
 
-Tags: artful-scm
+Tags: artful-scm, 17.10-scm
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 36018aca7e9637c9c04ff623625e59de12d7f161
 Directory: artful/scm
 
-Tags: artful
+Tags: artful, 17.10
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d7da72aaf3bb93fecf5fcb7c6ff154cb0c55d1d1
 Directory: artful
 
-Tags: bionic-curl
+Tags: bionic-curl, 18.04-curl
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0db0cf15f1c507b17e7edc6dfbe301b8e357568f
 Directory: bionic/curl
 
-Tags: bionic-scm
+Tags: bionic-scm, 18.04-scm
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0db0cf15f1c507b17e7edc6dfbe301b8e357568f
 Directory: bionic/scm
 
-Tags: bionic
+Tags: bionic, 18.04
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 0db0cf15f1c507b17e7edc6dfbe301b8e357568f
 Directory: bionic
 
-Tags: buster-curl
+Tags: buster-curl, testing-curl
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d662dc69f910feb241f6d0c9d2cd6cc2fb6c5e6c
 Directory: buster/curl
 
-Tags: buster-scm
+Tags: buster-scm, testing-scm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 99a1c33fda559272e9322b02a5d778bbd04154e7
 Directory: buster/scm
 
-Tags: buster
+Tags: buster, testing
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d7da72aaf3bb93fecf5fcb7c6ff154cb0c55d1d1
 Directory: buster
 
-Tags: jessie-curl
+Tags: jessie-curl, oldstable-curl
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d662dc69f910feb241f6d0c9d2cd6cc2fb6c5e6c
 Directory: jessie/curl
 
-Tags: jessie-scm
+Tags: jessie-scm, oldstable-scm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 1845b3f918f69b4c97912b0d4d68a5658458e84f
 Directory: jessie/scm
 
-Tags: jessie
+Tags: jessie, oldstable
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d7da72aaf3bb93fecf5fcb7c6ff154cb0c55d1d1
 Directory: jessie
 
-Tags: sid-curl
+Tags: sid-curl, unstable-curl
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d662dc69f910feb241f6d0c9d2cd6cc2fb6c5e6c
 Directory: sid/curl
 
-Tags: sid-scm
+Tags: sid-scm, unstable-scm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 99a1c33fda559272e9322b02a5d778bbd04154e7
 Directory: sid/scm
 
-Tags: sid
+Tags: sid, unstable
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d7da72aaf3bb93fecf5fcb7c6ff154cb0c55d1d1
 Directory: sid
 
-Tags: stretch-curl, curl
+Tags: stretch-curl, stable-curl, curl
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d662dc69f910feb241f6d0c9d2cd6cc2fb6c5e6c
 Directory: stretch/curl
 
-Tags: stretch-scm, scm
+Tags: stretch-scm, stable-scm, scm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 1845b3f918f69b4c97912b0d4d68a5658458e84f
 Directory: stretch/scm
 
-Tags: stretch, latest
+Tags: stretch, stable, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d7da72aaf3bb93fecf5fcb7c6ff154cb0c55d1d1
 Directory: stretch
 
-Tags: trusty-curl
+Tags: trusty-curl, 14.04-curl
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le
 GitCommit: d662dc69f910feb241f6d0c9d2cd6cc2fb6c5e6c
 Directory: trusty/curl
 
-Tags: trusty-scm
+Tags: trusty-scm, 14.04-scm
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le
 GitCommit: 1845b3f918f69b4c97912b0d4d68a5658458e84f
 Directory: trusty/scm
 
-Tags: trusty
+Tags: trusty, 14.04
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le
 GitCommit: d7da72aaf3bb93fecf5fcb7c6ff154cb0c55d1d1
 Directory: trusty
 
-Tags: wheezy-curl
+Tags: wheezy-curl, oldoldstable-curl
 Architectures: amd64, arm32v5, arm32v7, i386
 GitCommit: d662dc69f910feb241f6d0c9d2cd6cc2fb6c5e6c
 Directory: wheezy/curl
 
-Tags: wheezy-scm
+Tags: wheezy-scm, oldoldstable-scm
 Architectures: amd64, arm32v5, arm32v7, i386
 GitCommit: 1845b3f918f69b4c97912b0d4d68a5658458e84f
 Directory: wheezy/scm
 
-Tags: wheezy
+Tags: wheezy, oldoldstable
 Architectures: amd64, arm32v5, arm32v7, i386
 GitCommit: d7da72aaf3bb93fecf5fcb7c6ff154cb0c55d1d1
 Directory: wheezy
 
-Tags: xenial-curl
+Tags: xenial-curl, 16.04-curl
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d662dc69f910feb241f6d0c9d2cd6cc2fb6c5e6c
 Directory: xenial/curl
 
-Tags: xenial-scm
+Tags: xenial-scm, 16.04-scm
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 2da658b9a1b91fa61d63ffad2ea52685cac6c702
 Directory: xenial/scm
 
-Tags: xenial
+Tags: xenial, 16.04
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: d7da72aaf3bb93fecf5fcb7c6ff154cb0c55d1d1
 Directory: xenial

+ 14 - 14
library/busybox

@@ -1,48 +1,48 @@
-# this file is generated via https://github.com/docker-library/busybox/blob/e6db50e13ce29c18ae4624c3308b0e5eb40ea870/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/busybox/blob/bd762e07558c59b80eb69367835936ce07ca8bc0/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit),
              Jérôme Petazzoni <[email protected]> (@jpetazzo)
 GitRepo: https://github.com/docker-library/busybox.git
-GitCommit: e6db50e13ce29c18ae4624c3308b0e5eb40ea870
+GitCommit: bd762e07558c59b80eb69367835936ce07ca8bc0
 # https://github.com/docker-library/busybox/tree/dist-amd64
 amd64-GitFetch: refs/heads/dist-amd64
-amd64-GitCommit: 27527570c1d504482c64f0aa8f7eb230a311b48a
+amd64-GitCommit: 3dcdbaf646be956f92a1f9da84cabe2fdcd53a15
 # https://github.com/docker-library/busybox/tree/dist-arm32v5
 arm32v5-GitFetch: refs/heads/dist-arm32v5
-arm32v5-GitCommit: 8049a1606c694ee97b364cd718e42495c8f8b6ac
+arm32v5-GitCommit: cfaaed006e4c01ba88ff9956f98981bd1d80d896
 # https://github.com/docker-library/busybox/tree/dist-arm32v6
 arm32v6-GitFetch: refs/heads/dist-arm32v6
-arm32v6-GitCommit: f27cce1d8433255288990ca952a2dfef16b2125f
+arm32v6-GitCommit: bfaff5d0e60b144ec48fd2c7b282474a6faeb210
 # https://github.com/docker-library/busybox/tree/dist-arm32v7
 arm32v7-GitFetch: refs/heads/dist-arm32v7
-arm32v7-GitCommit: f99cd0bc3904b81cb7383c1154f64066e8294eb5
+arm32v7-GitCommit: 97be2e6bc9cea603f6595ce25b7167333e8becfc
 # https://github.com/docker-library/busybox/tree/dist-arm64v8
 arm64v8-GitFetch: refs/heads/dist-arm64v8
-arm64v8-GitCommit: b1bf050ddfc6beb5f5d6e86fb475350ea1011ce3
+arm64v8-GitCommit: 9aa5bcf197d4b58a13fea0da849bc1883019e1d6
 # https://github.com/docker-library/busybox/tree/dist-i386
 i386-GitFetch: refs/heads/dist-i386
-i386-GitCommit: d24edba7ceb0033e2b28215f5e8a89ebb419f322
+i386-GitCommit: 24c73d484d4d4fd2e173a9f391b322188047a48a
 # https://github.com/docker-library/busybox/tree/dist-ppc64le
 ppc64le-GitFetch: refs/heads/dist-ppc64le
-ppc64le-GitCommit: fff3289222cd29312eb63f8ba0af945b14f2f509
+ppc64le-GitCommit: 5706e321c74f8b71d3450307ea101f879d0661d6
 # https://github.com/docker-library/busybox/tree/dist-s390x
 s390x-GitFetch: refs/heads/dist-s390x
-s390x-GitCommit: f93c1162f5a2e0b717a8d275cc523412d55e4e00
+s390x-GitCommit: bc9c901b4f5b61c569d34283921afed9557bb796
 
-Tags: 1.28.1-uclibc, 1.28-uclibc, 1-uclibc, uclibc
+Tags: 1.28.3-uclibc, 1.28-uclibc, 1-uclibc, uclibc
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386
 Directory: uclibc
 
-Tags: 1.28.1-glibc, 1.28-glibc, 1-glibc, glibc
+Tags: 1.28.3-glibc, 1.28-glibc, 1-glibc, glibc
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: glibc
 
-Tags: 1.28.1-musl, 1.28-musl, 1-musl, musl
+Tags: 1.28.3-musl, 1.28-musl, 1-musl, musl
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 Directory: musl
 
-Tags: 1.28.1, 1.28, 1, latest
+Tags: 1.28.3, 1.28, 1, latest
 Architectures: amd64, arm32v5, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 amd64-Directory: uclibc
 arm32v5-Directory: uclibc

+ 4 - 4
library/cassandra

@@ -6,20 +6,20 @@ GitRepo: https://github.com/docker-library/cassandra.git
 
 Tags: 2.1.20, 2.1
 Architectures: amd64, i386
-GitCommit: f2662126a725065bc524c907a7dcfdbb6e38b31d
+GitCommit: 01786683a1b060f813bce5539b1743695f9cc043
 Directory: 2.1
 
 Tags: 2.2.12, 2.2, 2
 Architectures: amd64, i386
-GitCommit: 0a8b0c981c2db51bcf15bda01de805f636744073
+GitCommit: 01786683a1b060f813bce5539b1743695f9cc043
 Directory: 2.2
 
 Tags: 3.0.16, 3.0
 Architectures: amd64, arm64v8, i386, ppc64le
-GitCommit: 202f69bdc8514e1f1eec4c0de31a964f79af3cff
+GitCommit: 01786683a1b060f813bce5539b1743695f9cc043
 Directory: 3.0
 
 Tags: 3.11.2, 3.11, 3, latest
 Architectures: amd64, arm64v8, i386, ppc64le
-GitCommit: 88f7b82386e788634f4a0f31711c92c268640df9
+GitCommit: 01786683a1b060f813bce5539b1743695f9cc043
 Directory: 3.11

+ 10 - 8
library/centos

@@ -5,20 +5,22 @@ Constraints: !aufs
 
 Tags: latest, centos7, 7
 GitFetch: refs/heads/CentOS-7
-GitCommit: 02904503939756f540cfaa3fbafbf280e8a11bef
-arm32v7-GitFetch: refs/heads/centos-7armhfp
-arm32v7-GitCommit: bfbdaaeb937bb685e21fc0fee913ec32e798c960
+GitCommit: 45cccc8f40650e860852cfe9054eefa5a4c0dc54
+arm32v7-GitFetch: refs/heads/CentOS-7armhfp
+arm32v7-GitCommit: c9aa692195cf89883e5bd95348e6faa176c85c81
 arm64v8-GitFetch: refs/heads/CentOS-7arm64
-arm64v8-GitCommit: c484160f5bbf0bec0561deb1c0902ebf138d4695
+arm64v8-GitCommit: 6159fd79e6d041cb64c49068f642d1055f684c04
 ppc64le-GitFetch: refs/heads/CentOS-7ppc64le
-ppc64le-GitCommit: befdb7f43f5090eebc9a8370f39c8eacbaf42a9f
-Architectures: amd64, arm64v8, arm32v7, ppc64le
+ppc64le-GitCommit: cf34cbd953c8dbff543c8926309fe0a1e33670af
+i386-GitFetch: refs/heads/CentOS-7i386
+i386-GitCommit: 87d39d0110c3a251149aa6335919a956de160853
+Architectures: amd64, arm64v8, arm32v7, ppc64le, i386
 
 Tags: centos6, 6
 GitFetch: refs/heads/CentOS-6
-GitCommit: d2bb3d66e4f4330480f534ed4940e7c89210cfe6
+GitCommit: 8a29da14f5fe925bdaf21e8cc696e8e9b214eae3
 i386-GitFetch: refs/heads/CentOS-6i386
-i386-GitCommit: f9cae365ef8dc66843a563fd411347d6c595dcd1
+i386-GitCommit: 830e50574a6b976f2105b4331fa71beaf25b595d
 Architectures: amd64, i386
 
 Tags: centos7.4.1708, 7.4.1708

+ 3 - 3
library/chronograf

@@ -1,6 +1,6 @@
 Maintainers: Jonathan A. Sternberg <[email protected]> (@jsternberg)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: 57a5ac941f0c0d2bc0d0dc5737cb01037f2b0de6
+GitCommit: a73986938d9b63e555c2d1f039a471ce58747ab7
 
 Tags: 1.3, 1.3.10, 1.3.10.0
 Architectures: amd64, arm32v7, arm64v8
@@ -9,9 +9,9 @@ Directory: chronograf/1.3
 Tags: 1.3-alpine, 1.3.10-alpine, 1.3.10.0-alpine
 Directory: chronograf/1.3/alpine
 
-Tags: 1.4, 1.4.2, 1.4.2.3, latest
+Tags: 1.4, 1.4.4, 1.4.4.1, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: chronograf/1.4
 
-Tags: 1.4-alpine, 1.4.2-alpine, 1.4.2.3-alpine, alpine
+Tags: 1.4-alpine, 1.4.4-alpine, 1.4.4.1-alpine, alpine
 Directory: chronograf/1.4/alpine

+ 10 - 2
library/clojure

@@ -1,8 +1,9 @@
 Maintainers: Paul Lam <[email protected]> (@Quantisan),
-             Wes Morgan <[email protected]> (@cap10morgan)
+             Wes Morgan <[email protected]> (@cap10morgan),
+             Kirill Chernyshov <[email protected]> (@DeLaGuardo)
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitRepo: https://github.com/Quantisan/docker-clojure.git
-GitCommit: 9a5646fb242d98e8867bcbb558cf61a9bbf51f6e
+GitCommit: 1befe11d6cf54581247c002c6f9793d12c2f337f
 
 Tags: lein-2.8.1, lein, latest
 Directory: debian/lein
@@ -24,3 +25,10 @@ Directory: debian/boot
 Tags: boot-2.7.2-alpine, boot-alpine
 Architectures: amd64
 Directory: alpine/boot
+
+Tags: tools-deps-1.9.0.375, tools-deps
+Directory: debian/tools-deps
+
+Tags: tools-deps-1.9.0.375-alpine, tools-deps-alpine
+Architectures: amd64
+Directory: alpine/tools-deps

+ 2 - 2
library/composer

@@ -3,8 +3,8 @@
 Maintainers: Composer (@composer), Rob Bast (@alcohol)
 GitRepo: https://github.com/composer/docker.git
 
-Tags: 1.6.3, 1.6, 1, latest
-GitCommit: 4b4c610a981fd8f41756648de4ba15d84e486282
+Tags: 1.6.4, 1.6, 1, latest
+GitCommit: ba89229d47e9b10db21513ee26c6de922a138310
 Directory: 1.6
 
 Tags: 1.5.6, 1.5

+ 2 - 2
library/consul

@@ -1,4 +1,4 @@
 # maintainer: Preetha Appan <[email protected]> (@preetapan)
 
-1.0.6: git://github.com/hashicorp/docker-consul@b820cd370d68d28f91e1c8327616fb8f4c6e9126 0.X
-latest: git://github.com/hashicorp/docker-consul@b820cd370d68d28f91e1c8327616fb8f4c6e9126 0.X
+1.0.7: git://github.com/hashicorp/docker-consul@389ad67978f3fb9c43ae270e31c2d7b121df46c0 0.X
+latest: git://github.com/hashicorp/docker-consul@389ad67978f3fb9c43ae270e31c2d7b121df46c0 0.X

+ 5 - 5
library/convertigo

@@ -1,14 +1,14 @@
 Maintainers: Nicolas Albert <[email protected]> (@nicolas-albert), Olivier Picciotto <[email protected]> (@opicciotto)
 GitRepo: https://github.com/convertigo/docker
-GitCommit: 44b59de97f1bc69dd7d9ae35bc67277106825f96
+GitCommit: bf0c0d0e3f4421e8dea60da9cc2da148e11c89a5
 
-Tags: 7.5.0, 7.5, latest
+Tags: 7.5.1, 7.5, latest
 Architectures: amd64, arm32v7, arm64v8, i386
-Directory: 7.5/7.5.0
+Directory: 7.5/7.5.1
 
-Tags: 7.5.0-alpine, 7.5-alpine, alpine
+Tags: 7.5.1-alpine, 7.5-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386
-Directory: 7.5/7.5.0/alpine
+Directory: 7.5/7.5.1/alpine
 
 Tags: 7.4.8, 7.4
 Architectures: amd64, arm32v7, arm64v8, i386

+ 11 - 9
library/couchbase

@@ -1,14 +1,16 @@
 # maintainer: Couchbase Docker Team <[email protected]> (@couchbase)
 
-latest: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf enterprise/couchbase-server/5.1.0
-enterprise: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf enterprise/couchbase-server/5.1.0
-5.1.0: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf enterprise/couchbase-server/5.1.0
-enterprise-5.1.0: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf enterprise/couchbase-server/5.1.0
+latest: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 enterprise/couchbase-server/5.1.0
+enterprise: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 enterprise/couchbase-server/5.1.0
+5.1.0: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 enterprise/couchbase-server/5.1.0
+enterprise-5.1.0: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 enterprise/couchbase-server/5.1.0
 
-4.6.4: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf enterprise/couchbase-server/4.6.4
-enterprise-4.6.4: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf enterprise/couchbase-server/4.6.4
+5.5.0-beta: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 enterprise/couchbase-server/5.5.0-beta
 
-community: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf community/couchbase-server/5.0.1
-community-5.0.1: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf community/couchbase-server/5.0.1
+4.6.4: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 enterprise/couchbase-server/4.6.4
+enterprise-4.6.4: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 enterprise/couchbase-server/4.6.4
 
-community-4.5.1: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf community/couchbase-server/4.5.1
+community: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 community/couchbase-server/5.0.1
+community-5.0.1: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 community/couchbase-server/5.0.1
+
+community-4.5.1: git://github.com/couchbase/docker@932a91668a12f59ee081dd0e7b3ca9235ef99403 community/couchbase-server/4.5.1

+ 2 - 2
library/crate

@@ -9,8 +9,8 @@ Maintainers: Bernd Dorn <[email protected]> (@dobe),
              Mika Naylor <[email protected]> (@autophagy)
 GitRepo: https://github.com/crate/docker-crate.git
 
-Tags: 2.3.5, 2.3, latest
-GitCommit: e37979675005637e04e0394f1f30e024ec73187a
+Tags: 2.3.6, 2.3, latest
+GitCommit: af9a64f4ac149009625f3d867fb6224ec834a9aa
 
 Tags: 2.2.7, 2.2
 GitCommit: 771c9b60ffbb03c2692e09a2539c7411327d7e3d

+ 19 - 19
library/debian

@@ -7,28 +7,28 @@ GitRepo: https://github.com/debuerreotype/docker-debian-artifacts.git
 GitCommit: c793937632f8bcc6712a14535c37b870c2f63374
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-amd64
 amd64-GitFetch: refs/heads/dist-amd64
-amd64-GitCommit: 603ba998fd1175e70bf3ac5d79a5d2c1ed9a52fe
+amd64-GitCommit: b024a792c752a5c6ccc422152ab0fd7197ae8860
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-arm32v5
 arm32v5-GitFetch: refs/heads/dist-arm32v5
-arm32v5-GitCommit: c9cd437b635957d8992ea41e56b6d051e3bcecde
+arm32v5-GitCommit: 19dfff4171f10b80c5bac4fa2f7a57d87000f3f0
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-arm32v7
 arm32v7-GitFetch: refs/heads/dist-arm32v7
-arm32v7-GitCommit: ec65021e6c67a334e0272973748c369187d982c2
+arm32v7-GitCommit: e0ddf19f4060289511d90cc21dbf5eb8729a7234
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-arm64v8
 arm64v8-GitFetch: refs/heads/dist-arm64v8
-arm64v8-GitCommit: 017f8443447e59f365bb12f43ca2a0b0ac8e16ce
+arm64v8-GitCommit: 774c95e9240f7aaf13df9e38e487d2ddc63c85bf
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-i386
 i386-GitFetch: refs/heads/dist-i386
-i386-GitCommit: 0c54ebe1b3f5d2b9a2a84fdf8667f83a33c0aff2
+i386-GitCommit: 5bcad9981a4524936db68f4d5f5d6e0bd98a241a
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-ppc64le
 ppc64le-GitFetch: refs/heads/dist-ppc64le
-ppc64le-GitCommit: 3bb315f73cbd06211118f718463723e9f2f2d953
+ppc64le-GitCommit: 8cdb589bb388b97321c15abe066411568c600321
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-s390x
 s390x-GitFetch: refs/heads/dist-s390x
-s390x-GitCommit: af6c80a81f6f764d9b4406baf3e23f34834ad861
+s390x-GitCommit: e3f6b24e26eaf27927234ef10fba83c7f9884d78
 
 # buster -- Debian x.y Testing distribution - Not Released
-Tags: buster, buster-20180312
+Tags: buster, buster-20180426
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: buster
 
@@ -37,12 +37,12 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: buster/slim
 
 # experimental -- Experimental packages - not released; use at your own risk.
-Tags: experimental, experimental-20180312
+Tags: experimental, experimental-20180426
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: experimental
 
 # jessie -- Debian 8.10 Released 09 December 2017
-Tags: jessie, jessie-20180312, 8.10, 8
+Tags: jessie, jessie-20180426, 8.10, 8
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: jessie
 
@@ -55,7 +55,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: jessie/slim
 
 # oldoldstable -- Debian 7.11 Released 04 June 2016
-Tags: oldoldstable, oldoldstable-20180312
+Tags: oldoldstable, oldoldstable-20180426
 Architectures: amd64, arm32v5, arm32v7, i386
 Directory: oldoldstable
 
@@ -68,7 +68,7 @@ Architectures: amd64, arm32v5, arm32v7, i386
 Directory: oldoldstable/slim
 
 # oldstable -- Debian 8.10 Released 09 December 2017
-Tags: oldstable, oldstable-20180312
+Tags: oldstable, oldstable-20180426
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: oldstable
 
@@ -81,12 +81,12 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: oldstable/slim
 
 # rc-buggy -- Experimental packages - not released; use at your own risk.
-Tags: rc-buggy, rc-buggy-20180312
+Tags: rc-buggy, rc-buggy-20180426
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: rc-buggy
 
 # sid -- Debian x.y Unstable - Not Released
-Tags: sid, sid-20180312
+Tags: sid, sid-20180426
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: sid
 
@@ -95,7 +95,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: sid/slim
 
 # stable -- Debian 9.4 Released 10 March 2018
-Tags: stable, stable-20180312
+Tags: stable, stable-20180426
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stable
 
@@ -108,7 +108,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stable/slim
 
 # stretch -- Debian 9.4 Released 10 March 2018
-Tags: stretch, stretch-20180312, 9.4, 9, latest
+Tags: stretch, stretch-20180426, 9.4, 9, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stretch
 
@@ -121,7 +121,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stretch/slim
 
 # testing -- Debian x.y Testing distribution - Not Released
-Tags: testing, testing-20180312
+Tags: testing, testing-20180426
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: testing
 
@@ -130,7 +130,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: testing/slim
 
 # unstable -- Debian x.y Unstable - Not Released
-Tags: unstable, unstable-20180312
+Tags: unstable, unstable-20180426
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: unstable
 
@@ -139,7 +139,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: unstable/slim
 
 # wheezy -- Debian 7.11 Released 04 June 2016
-Tags: wheezy, wheezy-20180312, 7.11, 7
+Tags: wheezy, wheezy-20180426, 7.11, 7
 Architectures: amd64, arm32v5, arm32v7, i386
 Directory: wheezy
 

+ 36 - 6
library/docker

@@ -4,17 +4,47 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/docker.git
 
-Tags: 18.03.0-ce, 18.03.0, 18.03, 18, stable, edge, test, latest
+Tags: 18.05.0-ce-rc1, 18.05-rc, rc, test
 Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
-GitCommit: 1ad458b04229d155bbec6bbd4b5142497aa8126a
+GitCommit: 9209ff1b2ef5f25cffff9e0e67bc681dd43fcaca
+Directory: 18.05-rc
+
+Tags: 18.05.0-ce-rc1-dind, 18.05-rc-dind, rc-dind, test-dind
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 9209ff1b2ef5f25cffff9e0e67bc681dd43fcaca
+Directory: 18.05-rc/dind
+
+Tags: 18.05.0-ce-rc1-git, 18.05-rc-git, rc-git, test-git
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 9209ff1b2ef5f25cffff9e0e67bc681dd43fcaca
+Directory: 18.05-rc/git
+
+Tags: 18.04.0-ce, 18.04.0, 18.04, 18, edge, latest
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 574fe5c582aa0ba432cf5f57ac921d42eafd5e36
+Directory: 18.04
+
+Tags: 18.04.0-ce-dind, 18.04.0-dind, 18.04-dind, 18-dind, edge-dind, dind
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 574fe5c582aa0ba432cf5f57ac921d42eafd5e36
+Directory: 18.04/dind
+
+Tags: 18.04.0-ce-git, 18.04.0-git, 18.04-git, 18-git, edge-git, git
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 574fe5c582aa0ba432cf5f57ac921d42eafd5e36
+Directory: 18.04/git
+
+Tags: 18.03.1-ce, 18.03.1, 18.03, stable
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 9209ff1b2ef5f25cffff9e0e67bc681dd43fcaca
 Directory: 18.03
 
-Tags: 18.03.0-ce-dind, 18.03.0-dind, 18.03-dind, 18-dind, stable-dind, edge-dind, test-dind, dind
+Tags: 18.03.1-ce-dind, 18.03.1-dind, 18.03-dind, stable-dind
 Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
-GitCommit: 1ad458b04229d155bbec6bbd4b5142497aa8126a
+GitCommit: 5b158e3ca87bdc20069754a796c00b270e40cfdb
 Directory: 18.03/dind
 
-Tags: 18.03.0-ce-git, 18.03.0-git, 18.03-git, 18-git, stable-git, edge-git, test-git, git
+Tags: 18.03.1-ce-git, 18.03.1-git, 18.03-git, stable-git
 Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
 GitCommit: 1ad458b04229d155bbec6bbd4b5142497aa8126a
 Directory: 18.03/git
@@ -26,7 +56,7 @@ Directory: 17.12
 
 Tags: 17.12.1-ce-dind, 17.12.1-dind, 17.12-dind, 17-dind
 Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
-GitCommit: de9fda490429cf83734ef78b58f0ae9cfed1b087
+GitCommit: 5b158e3ca87bdc20069754a796c00b270e40cfdb
 Directory: 17.12/dind
 
 Tags: 17.12.1-ce-git, 17.12.1-git, 17.12-git, 17-git

+ 42 - 12
library/drupal

@@ -4,32 +4,62 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/drupal.git
 
-Tags: 8.5.0-apache, 8.5-apache, 8-apache, apache, 8.5.0, 8.5, 8, latest
+Tags: 8.5.3-apache, 8.5-apache, 8-apache, apache, 8.5.3, 8.5, 8, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 2347af9118cfbc1666cd773579a7ad055e6a2a2e
+GitCommit: 44a0d79d5c5a54081356226010cd15232288cf76
 Directory: 8.5/apache
 
-Tags: 8.5.0-fpm, 8.5-fpm, 8-fpm, fpm
+Tags: 8.5.3-fpm, 8.5-fpm, 8-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 2347af9118cfbc1666cd773579a7ad055e6a2a2e
+GitCommit: 44a0d79d5c5a54081356226010cd15232288cf76
 Directory: 8.5/fpm
 
-Tags: 8.5.0-fpm-alpine, 8.5-fpm-alpine, 8-fpm-alpine, fpm-alpine
+Tags: 8.5.3-fpm-alpine, 8.5-fpm-alpine, 8-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 2347af9118cfbc1666cd773579a7ad055e6a2a2e
+GitCommit: 44a0d79d5c5a54081356226010cd15232288cf76
 Directory: 8.5/fpm-alpine
 
-Tags: 7.57-apache, 7-apache, 7.57, 7
+Tags: 8.4.8-apache, 8.4-apache, 8.4.8, 8.4
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c1863d8b12623355b7ca0abdffead4618289e2ee
+GitCommit: 10087c4bbffb39e59372e9744df64ca9153334d8
+Directory: 8.4/apache
+
+Tags: 8.4.8-fpm, 8.4-fpm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 10087c4bbffb39e59372e9744df64ca9153334d8
+Directory: 8.4/fpm
+
+Tags: 8.4.8-fpm-alpine, 8.4-fpm-alpine
+Architectures: amd64
+GitCommit: 10087c4bbffb39e59372e9744df64ca9153334d8
+Directory: 8.4/fpm-alpine
+
+Tags: 8.3.9-apache, 8.3-apache, 8.3.9, 8.3
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
+Directory: 8.3/apache
+
+Tags: 8.3.9-fpm, 8.3-fpm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 613b25738ce74aa3a675ca1f70ce9e6e3b26036c
+Directory: 8.3/fpm
+
+Tags: 8.3.9-fpm-alpine, 8.3-fpm-alpine
+Architectures: amd64
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
+Directory: 8.3/fpm-alpine
+
+Tags: 7.59-apache, 7-apache, 7.59, 7
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: ff8962fc943001457c6919fa42e3d875b9fab9f7
 Directory: 7/apache
 
-Tags: 7.57-fpm, 7-fpm
+Tags: 7.59-fpm, 7-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c1863d8b12623355b7ca0abdffead4618289e2ee
+GitCommit: ff8962fc943001457c6919fa42e3d875b9fab9f7
 Directory: 7/fpm
 
-Tags: 7.57-fpm-alpine, 7-fpm-alpine
+Tags: 7.59-fpm-alpine, 7-fpm-alpine
 Architectures: amd64
-GitCommit: c1863d8b12623355b7ca0abdffead4618289e2ee
+GitCommit: ff8962fc943001457c6919fa42e3d875b9fab9f7
 Directory: 7/fpm-alpine

+ 4 - 4
library/elasticsearch

@@ -4,12 +4,12 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/elasticsearch.git
 
-Tags: 5.6.8, 5.6, 5, latest
-GitCommit: d91235c08a5a03073b918d996c125185427b25c4
+Tags: 5.6.9, 5.6, 5, latest
+GitCommit: a83e1837684d580e66f31cb01940ac1b99eef3aa
 Directory: 5
 
-Tags: 5.6.8-alpine, 5.6-alpine, 5-alpine, alpine
-GitCommit: d91235c08a5a03073b918d996c125185427b25c4
+Tags: 5.6.9-alpine, 5.6-alpine, 5-alpine, alpine
+GitCommit: a83e1837684d580e66f31cb01940ac1b99eef3aa
 Directory: 5/alpine
 
 Tags: 2.4.6, 2.4, 2

+ 14 - 14
library/erlang

@@ -3,39 +3,39 @@
 Maintainers: Mr C0B <[email protected]> (@c0b)
 GitRepo: https://github.com/c0b/docker-erlang-otp.git
 
-Tags: 20.3.1, 20.3, 20, latest
+Tags: 20.3.4, 20.3, 20, latest
 Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
-GitCommit: a85fe60b7332d669d00e325888cc707566bed46b
+GitCommit: 4445312ead7e1b449edf7a2eda8d058da7b6a2a7
 Directory: 20
 
-Tags: 20.3.1-slim, 20.3-slim, 20-slim, slim
+Tags: 20.3.4-slim, 20.3-slim, 20-slim, slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
-GitCommit: a85fe60b7332d669d00e325888cc707566bed46b
+GitCommit: 54c69cb6eff65503f09897072c72ff2d138d1e62
 Directory: 20/slim
 
-Tags: 20.3.1-alpine, 20.3-alpine, 20-alpine, alpine
+Tags: 20.3.4-alpine, 20.3-alpine, 20-alpine, alpine
 Architectures: amd64, arm64v8, i386, s390x, ppc64le
-GitCommit: a85fe60b7332d669d00e325888cc707566bed46b
+GitCommit: 4445312ead7e1b449edf7a2eda8d058da7b6a2a7
 Directory: 20/alpine
 
-Tags: 19.3.6.6, 19.3.6, 19.3, 19
+Tags: 19.3.6.8, 19.3.6, 19.3, 19
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: bede8199e3263e936687542a0492774b3512296a
+GitCommit: a4b3ffe77b67f6330f72f5aef7c639c985fdad94
 Directory: 19
 
-Tags: 19.3.6.6-slim, 19.3.6-slim, 19.3-slim, 19-slim
+Tags: 19.3.6.8-slim, 19.3.6-slim, 19.3-slim, 19-slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: bede8199e3263e936687542a0492774b3512296a
+GitCommit: a4b3ffe77b67f6330f72f5aef7c639c985fdad94
 Directory: 19/slim
 
-Tags: 18.3.4.8, 18.3.4, 18.3, 18
+Tags: 18.3.4.9, 18.3.4, 18.3, 18
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: 354f85db09d403e3d970d0731b811c774086ef26
+GitCommit: f4198d6fc95719ebb3c2c3cd66407c78f4aa3f49
 Directory: 18
 
-Tags: 18.3.4.8-slim, 18.3.4-slim, 18.3-slim, 18-slim
+Tags: 18.3.4.9-slim, 18.3.4-slim, 18.3-slim, 18-slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: 354f85db09d403e3d970d0731b811c774086ef26
+GitCommit: f4198d6fc95719ebb3c2c3cd66407c78f4aa3f49
 Directory: 18/slim
 
 Tags: 17.5.6.9, 17.5.6, 17.5, 17

+ 4 - 1
library/fsharp

@@ -1,10 +1,13 @@
 Maintainers: Dave Curylo <[email protected]> (@ninjarobot),
              Steve Desmond <[email protected]> (@stevedesmond-ca)
 GitRepo: https://github.com/fsprojects/docker-fsharp.git
-GitCommit: f1c1a562118cee0f0f9b31890b5f099b37e72284
+GitCommit: b01e499916b2784b94a4b1bbf2094413e3d8e999
 
 Tags: latest, 4, 4.1, 4.1.34
 Directory: 4.1.34/mono
 
 Tags: 4.0, 4.0.1, 4.0.1.1
 Directory: 4.0.1.1
+
+Tags: netcore, 4-netcore, 4.1-netcore, 4.1.34-netcore
+Directory: 4.1.34/netcore

+ 2 - 2
library/gazebo

@@ -60,12 +60,12 @@ Directory: gazebo/6/ubuntu/trusty/libgazebo6
 
 Tags: gzserver7, gzserver7-xenial
 Architectures: amd64
-GitCommit: 243636dc8ae55916e57f5032942eed93e3fdad0a
+GitCommit: 707b516cdf546995718d96dcf3d41e2e4969c0ec
 Directory: gazebo/7/ubuntu/xenial/gzserver7
 
 Tags: libgazebo7, libgazebo7-xenial
 Architectures: amd64
-GitCommit: 243636dc8ae55916e57f5032942eed93e3fdad0a
+GitCommit: 707b516cdf546995718d96dcf3d41e2e4969c0ec
 Directory: gazebo/7/ubuntu/xenial/libgazebo7
 
 

+ 4 - 4
library/ghost

@@ -4,14 +4,14 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/ghost.git
 
-Tags: 1.21.6, 1.21, 1, latest
+Tags: 1.22.4, 1.22, 1, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: e803c66ca4d0e420807dfeb4134a1978eba8f705
+GitCommit: 7eb6348d2a5493546577508d2cbae0a9922e1390
 Directory: 1/debian
 
-Tags: 1.21.6-alpine, 1.21-alpine, 1-alpine, alpine
+Tags: 1.22.4-alpine, 1.22-alpine, 1-alpine, alpine
 Architectures: amd64
-GitCommit: e803c66ca4d0e420807dfeb4134a1978eba8f705
+GitCommit: 7eb6348d2a5493546577508d2cbae0a9922e1390
 Directory: 1/alpine
 
 Tags: 0.11.12, 0.11, 0

+ 30 - 30
library/golang

@@ -5,71 +5,71 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Johan Euphrosine <[email protected]> (@proppy)
 GitRepo: https://github.com/docker-library/golang.git
 
-Tags: 1.10.0-stretch, 1.10-stretch, 1-stretch, stretch
-SharedTags: 1.10.0, 1.10, 1, latest
+Tags: 1.10.1-stretch, 1.10-stretch, 1-stretch, stretch
+SharedTags: 1.10.1, 1.10, 1, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9bf6daddb324a4d8e82b0613cf348a6eff363f95
+GitCommit: 906e04de73168f643c5c2b40dca0877a14d2377c
 Directory: 1.10/stretch
 
-Tags: 1.10.0-alpine3.7, 1.10-alpine3.7, 1-alpine3.7, alpine3.7, 1.10.0-alpine, 1.10-alpine, 1-alpine, alpine
+Tags: 1.10.1-alpine3.7, 1.10-alpine3.7, 1-alpine3.7, alpine3.7, 1.10.1-alpine, 1.10-alpine, 1-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 9bf6daddb324a4d8e82b0613cf348a6eff363f95
+GitCommit: 8dca7d74ac8797db0525fd4efa4c59fc3c0c5675
 Directory: 1.10/alpine3.7
 
-Tags: 1.10.0-windowsservercore-ltsc2016, 1.10-windowsservercore-ltsc2016, 1-windowsservercore-ltsc2016, windowsservercore-ltsc2016
-SharedTags: 1.10.0-windowsservercore, 1.10-windowsservercore, 1-windowsservercore, windowsservercore, 1.10.0, 1.10, 1, latest
+Tags: 1.10.1-windowsservercore-ltsc2016, 1.10-windowsservercore-ltsc2016, 1-windowsservercore-ltsc2016, windowsservercore-ltsc2016
+SharedTags: 1.10.1-windowsservercore, 1.10-windowsservercore, 1-windowsservercore, windowsservercore, 1.10.1, 1.10, 1, latest
 Architectures: windows-amd64
-GitCommit: 9bf6daddb324a4d8e82b0613cf348a6eff363f95
+GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
 Directory: 1.10/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 1.10.0-windowsservercore-1709, 1.10-windowsservercore-1709, 1-windowsservercore-1709, windowsservercore-1709
-SharedTags: 1.10.0-windowsservercore, 1.10-windowsservercore, 1-windowsservercore, windowsservercore, 1.10.0, 1.10, 1, latest
+Tags: 1.10.1-windowsservercore-1709, 1.10-windowsservercore-1709, 1-windowsservercore-1709, windowsservercore-1709
+SharedTags: 1.10.1-windowsservercore, 1.10-windowsservercore, 1-windowsservercore, windowsservercore, 1.10.1, 1.10, 1, latest
 Architectures: windows-amd64
-GitCommit: 9bf6daddb324a4d8e82b0613cf348a6eff363f95
+GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
 Directory: 1.10/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 1.10.0-nanoserver-sac2016, 1.10-nanoserver-sac2016, 1-nanoserver-sac2016, nanoserver-sac2016
-SharedTags: 1.10.0-nanoserver, 1.10-nanoserver, 1-nanoserver, nanoserver
+Tags: 1.10.1-nanoserver-sac2016, 1.10-nanoserver-sac2016, 1-nanoserver-sac2016, nanoserver-sac2016
+SharedTags: 1.10.1-nanoserver, 1.10-nanoserver, 1-nanoserver, nanoserver
 Architectures: windows-amd64
-GitCommit: 9bf6daddb324a4d8e82b0613cf348a6eff363f95
+GitCommit: 906e04de73168f643c5c2b40dca0877a14d2377c
 Directory: 1.10/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
-Tags: 1.9.4-stretch, 1.9-stretch
-SharedTags: 1.9.4, 1.9
+Tags: 1.9.5-stretch, 1.9-stretch
+SharedTags: 1.9.5, 1.9
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 366fe83ed839938cd04b2d546a06e2aee25a39a2
+GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
 Directory: 1.9/stretch
 
-Tags: 1.9.4-alpine3.7, 1.9-alpine3.7
+Tags: 1.9.5-alpine3.7, 1.9-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 366fe83ed839938cd04b2d546a06e2aee25a39a2
+GitCommit: 8dca7d74ac8797db0525fd4efa4c59fc3c0c5675
 Directory: 1.9/alpine3.7
 
-Tags: 1.9.4-alpine3.6, 1.9-alpine3.6, 1.9.4-alpine, 1.9-alpine
+Tags: 1.9.5-alpine3.6, 1.9-alpine3.6, 1.9.5-alpine, 1.9-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 366fe83ed839938cd04b2d546a06e2aee25a39a2
+GitCommit: 8dca7d74ac8797db0525fd4efa4c59fc3c0c5675
 Directory: 1.9/alpine3.6
 
-Tags: 1.9.4-windowsservercore-ltsc2016, 1.9-windowsservercore-ltsc2016
-SharedTags: 1.9.4-windowsservercore, 1.9-windowsservercore, 1.9.4, 1.9
+Tags: 1.9.5-windowsservercore-ltsc2016, 1.9-windowsservercore-ltsc2016
+SharedTags: 1.9.5-windowsservercore, 1.9-windowsservercore, 1.9.5, 1.9
 Architectures: windows-amd64
-GitCommit: 366fe83ed839938cd04b2d546a06e2aee25a39a2
+GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
 Directory: 1.9/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 1.9.4-windowsservercore-1709, 1.9-windowsservercore-1709
-SharedTags: 1.9.4-windowsservercore, 1.9-windowsservercore, 1.9.4, 1.9
+Tags: 1.9.5-windowsservercore-1709, 1.9-windowsservercore-1709
+SharedTags: 1.9.5-windowsservercore, 1.9-windowsservercore, 1.9.5, 1.9
 Architectures: windows-amd64
-GitCommit: 366fe83ed839938cd04b2d546a06e2aee25a39a2
+GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
 Directory: 1.9/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 1.9.4-nanoserver-sac2016, 1.9-nanoserver-sac2016
-SharedTags: 1.9.4-nanoserver, 1.9-nanoserver
+Tags: 1.9.5-nanoserver-sac2016, 1.9-nanoserver-sac2016
+SharedTags: 1.9.5-nanoserver, 1.9-nanoserver
 Architectures: windows-amd64
-GitCommit: 366fe83ed839938cd04b2d546a06e2aee25a39a2
+GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
 Directory: 1.9/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016

+ 24 - 24
library/gradle

@@ -1,50 +1,50 @@
 Maintainers: Keegan Witt <[email protected]> (@keeganwitt)
 GitRepo: https://github.com/keeganwitt/docker-gradle.git
 
-Tags: 4.6.0-jdk7, 4.6-jdk7, jdk7
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jdk7, 4.7-jdk7, jdk7
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jdk7
 
-Tags: 4.6.0-jre7, 4.6-jre7, jre7
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jre7, 4.7-jre7, jre7
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jre7
 
-Tags: 4.6.0-jdk7-alpine, 4.6-jdk7-alpine, jdk7-alpine
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jdk7-alpine, 4.7-jdk7-alpine, jdk7-alpine
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jdk7-alpine
 
-Tags: 4.6.0-jre7-alpine, 4.6-jre7-alpine, jre7-alpine
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jre7-alpine, 4.7-jre7-alpine, jre7-alpine
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jre7-alpine
 
-Tags: 4.6.0-jdk8, 4.6-jdk8, jdk8, 4.6.0-jdk, 4.6-jdk, jdk, 4.6.0, 4.6, latest
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jdk8, 4.7-jdk8, jdk8, 4.7.0-jdk, 4.7-jdk, jdk, 4.7.0, 4.7, latest
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jdk8
 
-Tags: 4.6.0-jre8, 4.6-jre8, jre8, 4.6.0-jre, 4.6-jre, jre
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jre8, 4.7-jre8, jre8, 4.7.0-jre, 4.7-jre, jre
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jre8
 
-Tags: 4.6.0-jdk8-alpine, 4.6-jdk8-alpine, jdk8-alpine, 4.6.0-jdk-alpine, 4.6-jdk-alpine, jdk-alpine, 4.6.0-alpine, 4.6-alpine, alpine
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jdk8-alpine, 4.7-jdk8-alpine, jdk8-alpine, 4.7.0-jdk-alpine, 4.7-jdk-alpine, jdk-alpine, 4.7.0-alpine, 4.7-alpine, alpine
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jdk8-alpine
 
-Tags: 4.6.0-jre8-alpine, 4.6-jre8-alpine, jre8-alpine, 4.6.0-jre-alpine, 4.6-jre-alpine, jre-alpine
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jre8-alpine, 4.7-jre8-alpine, jre8-alpine, 4.7.0-jre-alpine, 4.7-jre-alpine, jre-alpine
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jre8-alpine
 
-Tags: 4.6.0-jdk9, 4.6-jdk9, jdk9
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jdk9, 4.7-jdk9, jdk9
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jdk9
 
-Tags: 4.6.0-jre9, 4.6-jre9, jre9
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jre9, 4.7-jre9, jre9
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jre9
 
-Tags: 4.6.0-jdk10, 4.6-jdk10, jdk10
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jdk10, 4.7-jdk10, jdk10
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jdk10
 
-Tags: 4.6.0-jre10, 4.6-jre10, jre10
-GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Tags: 4.7.0-jre10, 4.7-jre10, jre10
+GitCommit: 431aae214e78e2e44b2edcc9e611cbf8acc2ba19
 Directory: jre10

+ 102 - 122
library/groovy

@@ -1,213 +1,193 @@
 Maintainers: Keegan Witt <[email protected]> (@keeganwitt)
 GitRepo: https://github.com/groovy/docker-groovy.git
 
-Tags: 2.4.14-jdk7, 2.4-jdk7, jdk7
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jdk7, 2.4-jdk7, jdk7
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk7
 
-Tags: 2.4.14-jre7, 2.4-jre7, jre7
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jre7, 2.4-jre7, jre7
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre7
 
-Tags: 2.4.14-jdk7-alpine, 2.4-jdk7-alpine, jdk7-alpine
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jdk7-alpine, 2.4-jdk7-alpine, jdk7-alpine
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk7-alpine
 
-Tags: 2.4.14-jre7-alpine, 2.4-jre7-alpine, jre7-alpine
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jre7-alpine, 2.4-jre7-alpine, jre7-alpine
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre7-alpine
 
-Tags: 2.4.14-jdk8, 2.4-jdk8, jdk8, 2.4.14-jdk, 2.4-jdk, jdk
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jdk8, 2.4-jdk8, jdk8, 2.4.15-jdk, 2.4-jdk, jdk
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk8
 
-Tags: 2.4.14-jre8, 2.4-jre8, jre8, 2.4.14-jre, 2.4-jre, jre, 2.4.14, 2.4, latest
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jre8, 2.4-jre8, jre8, 2.4.15-jre, 2.4-jre, jre, 2.4.15, 2.4, latest
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre8
 
-Tags: 2.4.14-jdk8-alpine, 2.4-jdk8-alpine, jdk8-alpine, 2.4.14-jdk-alpine, 2.4-jdk-alpine, jdk-alpine
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jdk8-alpine, 2.4-jdk8-alpine, jdk8-alpine, 2.4.15-jdk-alpine, 2.4-jdk-alpine, jdk-alpine
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk8-alpine
 
-Tags: 2.4.14-jre8-alpine, 2.4-jre8-alpine, jre8-alpine, 2.4.14-jre-alpine, 2.4-jre-alpine, jre-alpine, 2.4.14-alpine, 2.4-alpine, alpine
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jre8-alpine, 2.4-jre8-alpine, jre8-alpine, 2.4.15-jre-alpine, 2.4-jre-alpine, jre-alpine, 2.4.15-alpine, 2.4-alpine, alpine
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre8-alpine
 
-Tags: 2.4.14-jdk9, 2.4-jdk9, jdk9
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jdk9, 2.4-jdk9, jdk9
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk9
 
-Tags: 2.4.14-jre9, 2.4-jre9, jre9
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jre9, 2.4-jre9, jre9
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre9
 
-Tags: 2.4.14-jdk10, 2.4-jdk10, jdk10
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jdk10, 2.4-jdk10, jdk10
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk10
 
-Tags: 2.4.14-jre10, 2.4-jre10, jre10
-GitCommit: 7b70b371576ae63a01119140c4f5bb83b6977935
+Tags: 2.4.15-jre10, 2.4-jre10, jre10
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre10
 
 
-Tags: 2.5.0-beta-3-jdk7, 2.5-jdk7
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jdk7, 2.5-jdk7
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jdk7
 
-Tags: 2.5.0-beta-3-jre7, 2.5-jre7
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jre7, 2.5-jre7
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jre7
 
-Tags: 2.5.0-beta-3-jdk7-alpine, 2.5-jdk7-alpine
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jdk7-alpine, 2.5-jdk7-alpine
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jdk7-alpine
 
-Tags: 2.5.0-beta-3-jre7-alpine, 2.5-jre7-alpine
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jre7-alpine, 2.5-jre7-alpine
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jre7-alpine
 
-Tags: 2.5.0-beta-3-jdk8, 2.5-jdk8, 2.5.0-beta-3-jdk, 2.5-jdk
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jdk8, 2.5-jdk8, 2.5.0-rc-1-jdk, 2.5-jdk
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jdk8
 
-Tags: 2.5.0-beta-3-jre8, 2.5-jre8, 2.5.0-beta-3-jre, 2.5-jre, 2.5.0-beta-3, 2.5
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jre8, 2.5-jre8, 2.5.0-rc-1-jre, 2.5-jre, 2.5.0-rc-1, 2.5
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jre8
 
-Tags: 2.5.0-beta-3-jdk8-alpine, 2.5-jdk8-alpine, 2.5.0-beta-3-jdk-alpine, 2.5-jdk-alpine
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jdk8-alpine, 2.5-jdk8-alpine, 2.5.0-rc-1-jdk-alpine, 2.5-jdk-alpine
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jdk8-alpine
 
-Tags: 2.5.0-beta-3-jre8-alpine, 2.5-jre8-alpine, 2.5.0-beta-3-jre-alpine, 2.5-jre-alpine, 2.5.0-beta-3-alpine, 2.5-alpine
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jre8-alpine, 2.5-jre8-alpine, 2.5.0-rc-1-jre-alpine, 2.5-jre-alpine, 2.5.0-rc-1-alpine, 2.5-alpine
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jre8-alpine
 
-Tags: 2.5.0-beta-3-jdk9, 2.5-jdk9
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jdk9, 2.5-jdk9
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jdk9
 
-Tags: 2.5.0-beta-3-jre9, 2.5-jre9
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jre9, 2.5-jre9
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jre9
 
-Tags: 2.5.0-beta-3-jdk10, 2.5-jdk10
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jdk10, 2.5-jdk10
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jdk10
 
-Tags: 2.5.0-beta-3-jre10, 2.5-jre10
-GitFetch: refs/heads/beta
-GitCommit: f4ca161bbf6a6da70933d8b43118c937b73b473f
+Tags: 2.5.0-rc-1-jre10, 2.5-jre10
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jre10
 
 
-Tags: 2.6.0-alpha-2-jdk7, 2.6-jdk7
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jdk7, 2.6-jdk7
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jdk7
 
-Tags: 2.6.0-alpha-2-jre7, 2.6-jre7
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jre7, 2.6-jre7
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jre7
 
-Tags: 2.6.0-alpha-2-jdk7-alpine, 2.6-jdk7-alpine
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jdk7-alpine, 2.6-jdk7-alpine
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jdk7-alpine
 
-Tags: 2.6.0-alpha-2-jre7-alpine, 2.6-jre7-alpine
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jre7-alpine, 2.6-jre7-alpine
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jre7-alpine
 
-Tags: 2.6.0-alpha-2-jdk8, 2.6-jdk8, 2.6.0-alpha-2-jdk, 2.6-jdk
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jdk8, 2.6-jdk8, 2.6.0-alpha-3-jdk, 2.6-jdk
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jdk8
 
-Tags: 2.6.0-alpha-2-jre8, 2.6-jre8, 2.6.0-alpha-2-jre, 2.6-jre, 2.6.0-alpha-2, 2.6
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jre8, 2.6-jre8, 2.6.0-alpha-3-jre, 2.6-jre, 2.6.0-alpha-3, 2.6
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jre8
 
-Tags: 2.6.0-alpha-2-jdk8-alpine, 2.6-jdk8-alpine, 2.6.0-alpha-2-jdk-alpine, 2.6-jdk-alpine
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jdk8-alpine, 2.6-jdk8-alpine, 2.6.0-alpha-3-jdk-alpine, 2.6-jdk-alpine
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jdk8-alpine
 
-Tags: 2.6.0-alpha-2-jre8-alpine, 2.6-jre8-alpine, 2.6.0-alpha-2-jre-alpine, 2.6-jre-alpine, 2.6.0-alpha-2-alpine, 2.6-alpine
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jre8-alpine, 2.6-jre8-alpine, 2.6.0-alpha-3-jre-alpine, 2.6-jre-alpine, 2.6.0-alpha-3-alpine, 2.6-alpine
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jre8-alpine
 
-Tags: 2.6.0-alpha-2-jdk9, 2.6-jdk9
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jdk9, 2.6-jdk9
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jdk9
 
-Tags: 2.6.0-alpha-2-jre9, 2.6-jre9
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
+Tags: 2.6.0-alpha-3-jre9, 2.6-jre9
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jre9
 
-Tags: 2.6.0-alpha-2-jdk10, 2.6-jdk10
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
-Directory: jdk10
-
-Tags: 2.6.0-alpha-2-jre10, 2.6-jre10
-GitFetch: refs/heads/alpha
-GitCommit: 422d5dfd391058718d02ee0d42f129b1c8437aa0
-Directory: jre10
-
 
 Tags: 3.0.0-alpha-1-jdk8, 3.0-jdk8, 3.0.0-alpha-1-jdk, 3.0-jdk
-GitFetch: refs/heads/alpha-3
-GitCommit: 0527a930177f81412002903670bab67127b8aee2
+GitFetch: refs/heads/3.0
+GitCommit: 78df63b3e192b4e2ff6c5c78c163cb65b73008bb
 Directory: jdk8
 
 Tags: 3.0.0-alpha-1-jre8, 3.0-jre8, 3.0.0-alpha-1-jre, 3.0-jre, 3.0.0-alpha-1, 3.0
-GitFetch: refs/heads/alpha-3
-GitCommit: 0527a930177f81412002903670bab67127b8aee2
+GitFetch: refs/heads/3.0
+GitCommit: 78df63b3e192b4e2ff6c5c78c163cb65b73008bb
 Directory: jre8
 
 Tags: 3.0.0-alpha-1-jdk8-alpine, 3.0-jdk8-alpine, 3.0.0-alpha-1-jdk-alpine, 3.0-jdk-alpine
-GitFetch: refs/heads/alpha-3
-GitCommit: 0527a930177f81412002903670bab67127b8aee2
+GitFetch: refs/heads/3.0
+GitCommit: 78df63b3e192b4e2ff6c5c78c163cb65b73008bb
 Directory: jdk8-alpine
 
 Tags: 3.0.0-alpha-1-jre8-alpine, 3.0-jre8-alpine, 3.0.0-alpha-1-jre-alpine, 3.0-jre-alpine, 3.0.0-alpha-1-alpine, 3.0-alpine
-GitFetch: refs/heads/alpha-3
-GitCommit: 0527a930177f81412002903670bab67127b8aee2
+GitFetch: refs/heads/3.0
+GitCommit: 78df63b3e192b4e2ff6c5c78c163cb65b73008bb
 Directory: jre8-alpine
 
 Tags: 3.0.0-alpha-1-jdk9, 3.0-jdk9
-GitFetch: refs/heads/alpha-3
-GitCommit: 0527a930177f81412002903670bab67127b8aee2
+GitFetch: refs/heads/3.0
+GitCommit: 78df63b3e192b4e2ff6c5c78c163cb65b73008bb
 Directory: jdk9
 
 Tags: 3.0.0-alpha-1-jre9, 3.0-jre9
-GitFetch: refs/heads/alpha-3
-GitCommit: 0527a930177f81412002903670bab67127b8aee2
+GitFetch: refs/heads/3.0
+GitCommit: 78df63b3e192b4e2ff6c5c78c163cb65b73008bb
 Directory: jre9
-
-Tags: 3.0.0-alpha-1-jdk10, 3.0-jdk10
-GitFetch: refs/heads/alpha-3
-GitCommit: 0527a930177f81412002903670bab67127b8aee2
-Directory: jdk10
-
-Tags: 3.0.0-alpha-1-jre10, 3.0-jre10
-GitFetch: refs/heads/alpha-3
-GitCommit: 0527a930177f81412002903670bab67127b8aee2
-Directory: jre10

+ 12 - 12
library/haproxy

@@ -6,40 +6,40 @@ GitRepo: https://github.com/docker-library/haproxy.git
 
 Tags: 1.5.19, 1.5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 7c772b810df3afe6884d0fb8b83720f992c3951b
+GitCommit: 6c6d92913f56e05d6985d2f0f2131675de68f915
 Directory: 1.5
 
 Tags: 1.5.19-alpine, 1.5-alpine
 Architectures: amd64
-GitCommit: 7c772b810df3afe6884d0fb8b83720f992c3951b
+GitCommit: feefabf1ea0f03879f9d529dcc5b8ec6f3112bba
 Directory: 1.5/alpine
 
 Tags: 1.6.14, 1.6
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 7c772b810df3afe6884d0fb8b83720f992c3951b
+GitCommit: 3f826736817e51e0745bd4356e3a33e702ee1145
 Directory: 1.6
 
 Tags: 1.6.14-alpine, 1.6-alpine
-Architectures: amd64
-GitCommit: fbf8924b471f678bbc7a4866a2beb0db37d7e9d0
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: feefabf1ea0f03879f9d529dcc5b8ec6f3112bba
 Directory: 1.6/alpine
 
 Tags: 1.7.10, 1.7
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 7c772b810df3afe6884d0fb8b83720f992c3951b
+GitCommit: 6c6d92913f56e05d6985d2f0f2131675de68f915
 Directory: 1.7
 
 Tags: 1.7.10-alpine, 1.7-alpine
-Architectures: amd64
-GitCommit: fbf8924b471f678bbc7a4866a2beb0db37d7e9d0
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: feefabf1ea0f03879f9d529dcc5b8ec6f3112bba
 Directory: 1.7/alpine
 
-Tags: 1.8.4, 1.8, 1, latest
+Tags: 1.8.8, 1.8, 1, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c0c933487b09b205ad9a2a33a70987d86fa12c23
+GitCommit: 6c6d92913f56e05d6985d2f0f2131675de68f915
 Directory: 1.8
 
-Tags: 1.8.4-alpine, 1.8-alpine, 1-alpine, alpine
+Tags: 1.8.8-alpine, 1.8-alpine, 1-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: c0c933487b09b205ad9a2a33a70987d86fa12c23
+GitCommit: feefabf1ea0f03879f9d529dcc5b8ec6f3112bba
 Directory: 1.8/alpine

+ 9 - 9
library/hello-seattle

@@ -8,31 +8,31 @@ GitCommit: d206a435163e171e629490b2803b2615b3831906
 Tags: linux
 SharedTags: latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-amd64-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 amd64-Directory: amd64/hello-seattle
-arm32v5-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm32v5-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm32v5-Directory: arm32v5/hello-seattle
-arm32v7-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm32v7-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm32v7-Directory: arm32v7/hello-seattle
-arm64v8-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm64v8-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm64v8-Directory: arm64v8/hello-seattle
-i386-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+i386-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 i386-Directory: i386/hello-seattle
-ppc64le-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+ppc64le-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 ppc64le-Directory: ppc64le/hello-seattle
-s390x-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+s390x-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 s390x-Directory: s390x/hello-seattle
 
 Tags: nanoserver-sac2016
 SharedTags: nanoserver, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: d206a435163e171e629490b2803b2615b3831906
+windows-amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 windows-amd64-Directory: amd64/hello-seattle/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
 Tags: nanoserver-1709
 SharedTags: nanoserver, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: d206a435163e171e629490b2803b2615b3831906
+windows-amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 windows-amd64-Directory: amd64/hello-seattle/nanoserver-1709
 Constraints: nanoserver-1709

+ 9 - 9
library/hello-world

@@ -8,31 +8,31 @@ GitCommit: d206a435163e171e629490b2803b2615b3831906
 Tags: linux
 SharedTags: latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-amd64-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 amd64-Directory: amd64/hello-world
-arm32v5-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm32v5-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm32v5-Directory: arm32v5/hello-world
-arm32v7-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm32v7-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm32v7-Directory: arm32v7/hello-world
-arm64v8-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm64v8-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm64v8-Directory: arm64v8/hello-world
-i386-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+i386-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 i386-Directory: i386/hello-world
-ppc64le-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+ppc64le-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 ppc64le-Directory: ppc64le/hello-world
-s390x-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+s390x-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 s390x-Directory: s390x/hello-world
 
 Tags: nanoserver-sac2016
 SharedTags: nanoserver, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: d206a435163e171e629490b2803b2615b3831906
+windows-amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 windows-amd64-Directory: amd64/hello-world/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
 Tags: nanoserver-1709
 SharedTags: nanoserver, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: d206a435163e171e629490b2803b2615b3831906
+windows-amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 windows-amd64-Directory: amd64/hello-world/nanoserver-1709
 Constraints: nanoserver-1709

+ 9 - 9
library/hola-mundo

@@ -8,31 +8,31 @@ GitCommit: d206a435163e171e629490b2803b2615b3831906
 Tags: linux
 SharedTags: latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-amd64-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 amd64-Directory: amd64/hola-mundo
-arm32v5-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm32v5-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm32v5-Directory: arm32v5/hola-mundo
-arm32v7-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm32v7-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm32v7-Directory: arm32v7/hola-mundo
-arm64v8-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+arm64v8-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 arm64v8-Directory: arm64v8/hola-mundo
-i386-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+i386-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 i386-Directory: i386/hola-mundo
-ppc64le-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+ppc64le-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 ppc64le-Directory: ppc64le/hola-mundo
-s390x-GitCommit: c83a065a24e94e635ddd518c2a3cffc91accf30d
+s390x-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 s390x-Directory: s390x/hola-mundo
 
 Tags: nanoserver-sac2016
 SharedTags: nanoserver, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: d206a435163e171e629490b2803b2615b3831906
+windows-amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 windows-amd64-Directory: amd64/hola-mundo/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
 Tags: nanoserver-1709
 SharedTags: nanoserver, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: d206a435163e171e629490b2803b2615b3831906
+windows-amd64-GitCommit: b0a34596994b120f5456f08992ef9a75ed56f34e
 windows-amd64-Directory: amd64/hola-mundo/nanoserver-1709
 Constraints: nanoserver-1709

+ 1 - 1
library/httpd

@@ -11,5 +11,5 @@ Directory: 2.4
 
 Tags: 2.4.33-alpine, 2.4-alpine, 2-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 325f792b50fa2a0afdcfd7d1147f43ce1e8edbc3
+GitCommit: eaf4c70fb21f167f77e0c9d4b6f8b8635b1cb4b6
 Directory: 2.4/alpine

+ 6 - 6
library/ibmjava

@@ -5,30 +5,30 @@ GitRepo: https://github.com/ibmruntimes/ci.docker.git
 
 Tags: 8-jre, jre, 8, latest
 Architectures: amd64, i386, ppc64le, s390x
-GitCommit: 350fc7d1664027c52636f77768b0832616576c52
+GitCommit: 127a0b079c4d8d967ad8eb9de8fd162fc3b544d0
 Directory: ibmjava/8/jre/ubuntu
 
 Tags: 8-jre-alpine, jre-alpine
 Architectures: amd64
-GitCommit: 350fc7d1664027c52636f77768b0832616576c52
+GitCommit: 127a0b079c4d8d967ad8eb9de8fd162fc3b544d0
 Directory: ibmjava/8/jre/alpine
 
 Tags: 8-sfj, sfj
 Architectures: amd64, i386, ppc64le, s390x
-GitCommit: 350fc7d1664027c52636f77768b0832616576c52
+GitCommit: 127a0b079c4d8d967ad8eb9de8fd162fc3b544d0
 Directory: ibmjava/8/sfj/ubuntu
 
 Tags: 8-sfj-alpine, sfj-alpine
 Architectures: amd64
-GitCommit: 350fc7d1664027c52636f77768b0832616576c52
+GitCommit: 127a0b079c4d8d967ad8eb9de8fd162fc3b544d0
 Directory: ibmjava/8/sfj/alpine
 
 Tags: 8-sdk, sdk
 Architectures: amd64, i386, ppc64le, s390x
-GitCommit: 350fc7d1664027c52636f77768b0832616576c52
+GitCommit: 127a0b079c4d8d967ad8eb9de8fd162fc3b544d0
 Directory: ibmjava/8/sdk/ubuntu
 
 Tags: 8-sdk-alpine, sdk-alpine
 Architectures: amd64
-GitCommit: 350fc7d1664027c52636f77768b0832616576c52
+GitCommit: 127a0b079c4d8d967ad8eb9de8fd162fc3b544d0
 Directory: ibmjava/8/sdk/alpine

+ 7 - 7
library/influxdb

@@ -1,6 +1,6 @@
 Maintainers: Jonathan A. Sternberg <[email protected]> (@jsternberg)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: f476f43da3991c51ac5e4fc9ab2d9bc2dd612bee
+GitCommit: bc14d466c85c85359421bb9f26116a2aebfbea68
 
 Tags: 1.4, 1.4.3
 Architectures: amd64, arm32v7, arm64v8
@@ -9,21 +9,21 @@ Directory: influxdb/1.4
 Tags: 1.4-alpine, 1.4.3-alpine
 Directory: influxdb/1.4/alpine
 
-Tags: 1.5, 1.5.1, latest
+Tags: 1.5, 1.5.2, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: influxdb/1.5
 
-Tags: 1.5-alpine, 1.5.1-alpine, alpine
+Tags: 1.5-alpine, 1.5.2-alpine, alpine
 Directory: influxdb/1.5/alpine
 
-Tags: 1.5-data, 1.5.1-data, data
+Tags: 1.5-data, 1.5.2-data, data
 Directory: influxdb/1.5/data
 
-Tags: 1.5-data-alpine, 1.5.1-data-alpine, data-alpine
+Tags: 1.5-data-alpine, 1.5.2-data-alpine, data-alpine
 Directory: influxdb/1.5/data/alpine
 
-Tags: 1.5-meta, 1.5.1-meta, meta
+Tags: 1.5-meta, 1.5.2-meta, meta
 Directory: influxdb/1.5/meta
 
-Tags: 1.5-meta-alpine, 1.5.1-meta-alpine, meta-alpine
+Tags: 1.5-meta-alpine, 1.5.2-meta-alpine, meta-alpine
 Directory: influxdb/1.5/meta/alpine

+ 1 - 1
library/irssi

@@ -11,5 +11,5 @@ Directory: debian
 
 Tags: 1.1.1-alpine, 1.1-alpine, 1-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: a01102b70c724f1e3415dde1f5181c29675ecd56
+GitCommit: 3166eac4730178900099a1e4fb255f25bbea6156
 Directory: alpine

+ 24 - 24
library/joomla

@@ -3,50 +3,50 @@
 Maintainers: Michael Babker <[email protected]> (@mbabker)
 GitRepo: https://github.com/joomla/docker-joomla.git
 
-Tags: 3.8.6-php5.6-apache, 3.8-php5.6-apache, 3-php5.6-apache, php5.6-apache, 3.8.6-php5.6, 3.8-php5.6, 3-php5.6, php5.6
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php5.6-apache, 3.8-php5.6-apache, 3-php5.6-apache, php5.6-apache, 3.8.7-php5.6, 3.8-php5.6, 3-php5.6, php5.6
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php5.6/apache
 
-Tags: 3.8.6-php5.6-fpm, 3.8-php5.6-fpm, 3-php5.6-fpm, php5.6-fpm
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php5.6-fpm, 3.8-php5.6-fpm, 3-php5.6-fpm, php5.6-fpm
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php5.6/fpm
 
-Tags: 3.8.6-php5.6-fpm-alpine, 3.8-php5.6-fpm-alpine, 3-php5.6-fpm-alpine, php5.6-fpm-alpine
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php5.6-fpm-alpine, 3.8-php5.6-fpm-alpine, 3-php5.6-fpm-alpine, php5.6-fpm-alpine
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php5.6/fpm-alpine
 
-Tags: 3.8.6-php7.0-apache, 3.8-php7.0-apache, 3-php7.0-apache, php7.0-apache, 3.8.6-php7.0, 3.8-php7.0, 3-php7.0, php7.0
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php7.0-apache, 3.8-php7.0-apache, 3-php7.0-apache, php7.0-apache, 3.8.7-php7.0, 3.8-php7.0, 3-php7.0, php7.0
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.0/apache
 
-Tags: 3.8.6-php7.0-fpm, 3.8-php7.0-fpm, 3-php7.0-fpm, php7.0-fpm
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php7.0-fpm, 3.8-php7.0-fpm, 3-php7.0-fpm, php7.0-fpm
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.0/fpm
 
-Tags: 3.8.6-php7.0-fpm-alpine, 3.8-php7.0-fpm-alpine, 3-php7.0-fpm-alpine, php7.0-fpm-alpine
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php7.0-fpm-alpine, 3.8-php7.0-fpm-alpine, 3-php7.0-fpm-alpine, php7.0-fpm-alpine
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.0/fpm-alpine
 
-Tags: 3.8.6-apache, 3.8-apache, 3-apache, apache, 3.8.6, 3.8, 3, latest, 3.8.6-php7.1-apache, 3.8-php7.1-apache, 3-php7.1-apache, php7.1-apache, 3.8.6-php7.1, 3.8-php7.1, 3-php7.1, php7.1
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-apache, 3.8-apache, 3-apache, apache, 3.8.7, 3.8, 3, latest, 3.8.7-php7.1-apache, 3.8-php7.1-apache, 3-php7.1-apache, php7.1-apache, 3.8.7-php7.1, 3.8-php7.1, 3-php7.1, php7.1
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.1/apache
 
-Tags: 3.8.6-fpm, 3.8-fpm, 3-fpm, fpm, 3.8.6-php7.1-fpm, 3.8-php7.1-fpm, 3-php7.1-fpm, php7.1-fpm
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-fpm, 3.8-fpm, 3-fpm, fpm, 3.8.7-php7.1-fpm, 3.8-php7.1-fpm, 3-php7.1-fpm, php7.1-fpm
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.1/fpm
 
-Tags: 3.8.6-fpm-alpine, 3.8-fpm-alpine, 3-fpm-alpine, fpm-alpine, 3.8.6-php7.1-fpm-alpine, 3.8-php7.1-fpm-alpine, 3-php7.1-fpm-alpine, php7.1-fpm-alpine
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-fpm-alpine, 3.8-fpm-alpine, 3-fpm-alpine, fpm-alpine, 3.8.7-php7.1-fpm-alpine, 3.8-php7.1-fpm-alpine, 3-php7.1-fpm-alpine, php7.1-fpm-alpine
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.1/fpm-alpine
 
-Tags: 3.8.6-php7.2-apache, 3.8-php7.2-apache, 3-php7.2-apache, php7.2-apache, 3.8.6-php7.2, 3.8-php7.2, 3-php7.2, php7.2
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php7.2-apache, 3.8-php7.2-apache, 3-php7.2-apache, php7.2-apache, 3.8.7-php7.2, 3.8-php7.2, 3-php7.2, php7.2
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.2/apache
 
-Tags: 3.8.6-php7.2-fpm, 3.8-php7.2-fpm, 3-php7.2-fpm, php7.2-fpm
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php7.2-fpm, 3.8-php7.2-fpm, 3-php7.2-fpm, php7.2-fpm
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.2/fpm
 
-Tags: 3.8.6-php7.2-fpm-alpine, 3.8-php7.2-fpm-alpine, 3-php7.2-fpm-alpine, php7.2-fpm-alpine
-GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Tags: 3.8.7-php7.2-fpm-alpine, 3.8-php7.2-fpm-alpine, 3-php7.2-fpm-alpine, php7.2-fpm-alpine
+GitCommit: e28b8d5c45ed7cc0c040c5cf49e9425c39d1d477
 Directory: php7.2/fpm-alpine

+ 6 - 6
library/jruby

@@ -1,24 +1,24 @@
 Maintainers: Brian Goff <[email protected]> (@cpuguy83)
 GitRepo: https://github.com/cpuguy83/docker-jruby.git
 GitFetch: refs/heads/master
-GitCommit: 393b43b18e2b278df1c0be91651bac4f99c4bd95
+GitCommit: 25e8c7eb44a2ff39614ad2fa1ae3d0f8ffdcf99a
 
-Tags: latest, 9, 9.1, 9.1.16, 9.1-jre, 9.1.16-jre, 9.1.16.0, 9.1.16.0-jre
+Tags: latest, 9, 9.1, 9.1.17, 9.1-jre, 9.1.17-jre, 9.1.17.0, 9.1.17.0-jre
 Architectures: amd64, i386, arm32v5, arm64v8, ppc64le, s390x
 Directory: 9000/jre
 
-Tags: 9-alpine, 9.1-alpine, 9.1.16-alpine, 9.1-jre-alpine, 9.1.16-jre-alpine, 9.1.16.0-alpine, 9.1.16.0-jre-alpine
+Tags: 9-alpine, 9.1-alpine, 9.1.17-alpine, 9.1-jre-alpine, 9.1.17-jre-alpine, 9.1.17.0-alpine, 9.1.17.0-jre-alpine
 Architectures: amd64, arm64v8, ppc64le, s390x
 Directory: 9000/alpine-jre
 
-Tags: 9-jdk, 9.1-jdk, 9.1.16-jdk, 9.1.16.0-jdk
+Tags: 9-jdk, 9.1-jdk, 9.1.17-jdk, 9.1.17.0-jdk
 Architectures: amd64, i386, arm32v5, arm64v8, ppc64le, s390x
 Directory: 9000/jdk
 
-Tags: 9-jdk-alpine, 9.1-jdk-alpine, 9.1.16-jdk-alpine, 9.1.16.0-jdk-alpine
+Tags: 9-jdk-alpine, 9.1-jdk-alpine, 9.1.17-jdk-alpine, 9.1.17.0-jdk-alpine
 Architectures: amd64, arm64v8, ppc64le, s390x
 Directory: 9000/alpine-jdk
 
-Tags: 9-onbuild, 9.1-onbuild, 9.1.16-onbuild, 9.1.16.0-onbuild
+Tags: 9-onbuild, 9.1-onbuild, 9.1.17-onbuild, 9.1.17.0-onbuild
 Architectures: amd64, i386, arm32v5, arm64v8, ppc64le, s390x
 Directory: 9000/onbuild

+ 2 - 2
library/kibana

@@ -4,8 +4,8 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/kibana.git
 
-Tags: 5.6.8, 5.6, 5, latest
-GitCommit: 353e125bf1d11c16f31966fc7fef8355e7d272b3
+Tags: 5.6.9, 5.6, 5, latest
+GitCommit: 249795079412622520b290ce2a93eae360db3b68
 Directory: 5
 
 Tags: 4.6.6, 4.6, 4

+ 5 - 5
library/kong

@@ -2,12 +2,12 @@ Maintainers: Kong Docker Maintainers <[email protected]> (@thekonginc)
 GitRepo: https://github.com/Kong/docker-kong.git
 # needs "Constraints" to match "centos" (which this image is "FROM")
 
-Tags: 0.13.0rc2-alpine, 0.13.0rc2
-GitCommit: 06d97ab3a848bc760ca5e214a015c1f4dfb7caa0
+Tags: 0.13.1-alpine, 0.13.1, 0.13, latest
+GitCommit: 6e2035c5739482f0616021a7eda04ec6809d9f3e
 Directory: alpine
 
-Tags: 0.13.0rc2-centos
-GitCommit: 06d97ab3a848bc760ca5e214a015c1f4dfb7caa0
+Tags: 0.13.1-centos, 0.13-centos
+GitCommit: 6e2035c5739482f0616021a7eda04ec6809d9f3e
 Constraints: !aufs
 Directory: centos
 
@@ -15,7 +15,7 @@ Tags: 0.12-alpine, 0.12.3-alpine
 GitCommit: 95f9e8ebfd735f4ab09af71bf060d200a9a7a981
 Directory: alpine
 
-Tags: 0.12-centos, 0.12.3-centos, 0.12, 0.12.3, latest
+Tags: 0.12-centos, 0.12.3-centos, 0.12, 0.12.3
 GitCommit: 95f9e8ebfd735f4ab09af71bf060d200a9a7a981
 Constraints: !aufs
 Directory: centos

+ 4 - 4
library/logstash

@@ -4,12 +4,12 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/logstash.git
 
-Tags: 5.6.8, 5.6, 5, latest
-GitCommit: 26506a8c65e1b1cb5584481b3b3f039b45f5c218
+Tags: 5.6.9, 5.6, 5, latest
+GitCommit: 6bc0d60b136c959d38965a5e9515331945e3ec4f
 Directory: 5
 
-Tags: 5.6.8-alpine, 5.6-alpine, 5-alpine, alpine
-GitCommit: 26506a8c65e1b1cb5584481b3b3f039b45f5c218
+Tags: 5.6.9-alpine, 5.6-alpine, 5-alpine, alpine
+GitCommit: 6bc0d60b136c959d38965a5e9515331945e3ec4f
 Directory: 5/alpine
 
 Tags: 2.4.1, 2.4, 2

+ 2 - 2
library/mageia

@@ -2,11 +2,11 @@ Maintainers: Juan Luis Baptiste <[email protected]> (@juanluisbaptiste)
 GitRepo: https://github.com/juanluisbaptiste/docker-brew-mageia.git
 
 Tags: 6, latest
-GitCommit: 6230a3fc5dd30e5419a391f4613eb3ca5d81f46a
+GitCommit: 57bfc6571631ce44d42fb205009db6a0cf1ce221
 GitFetch: refs/heads/dist
 Directory: 6
 
 Tags: 5,5.1
-GitCommit: 6230a3fc5dd30e5419a391f4613eb3ca5d81f46a
+GitCommit: 57bfc6571631ce44d42fb205009db6a0cf1ce221
 GitFetch: refs/heads/dist
 Directory: 5

+ 9 - 9
library/mariadb

@@ -1,25 +1,25 @@
-# this file is generated via https://github.com/docker-library/mariadb/blob/c3066d832b6eb6691ef96860dcba19791e4332b7/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/mariadb/blob/ae7d138ed25303f4067dcc9b2f2218342c5362c5/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/mariadb.git
 
-Tags: 10.3.5, 10.3
-GitCommit: 0ab4688d0e6d3a81d7cd19e04db44fb499c49d6a
+Tags: 10.3.6, 10.3
+GitCommit: a8f8451c2fa537cf57a32eadf474019546721b42
 Directory: 10.3
 
-Tags: 10.2.13, 10.2, 10, latest
-GitCommit: a99e44ae93547f37c653299aff36a393d14bc9eb
+Tags: 10.2.14, 10.2, 10, latest
+GitCommit: a7c0715098bad9097e7ffa892ef0f67dbc74c5ea
 Directory: 10.2
 
-Tags: 10.1.31, 10.1
-GitCommit: 8ec32d0733772952c5bcd39691b2b830f3031fea
+Tags: 10.1.32, 10.1
+GitCommit: fb4c759d82536dc67b04a947bf44517236603e8b
 Directory: 10.1
 
 Tags: 10.0.34, 10.0
 GitCommit: ef09e6e573d40aa512dee1309437fc6a9553b7c2
 Directory: 10.0
 
-Tags: 5.5.59, 5.5, 5
-GitCommit: 13319ccb3c41c7c84404e628e9b051d340e9d055
+Tags: 5.5.60, 5.5, 5
+GitCommit: 478097ba183fabfcbbdc94ce7591bce9277546f1
 Directory: 5.5

+ 13 - 0
library/matomo

@@ -0,0 +1,13 @@
+# This file is generated via https://github.com/matomo-org/docker/blob/fd6d19b262068216213f41162e3b33bed54847fe/generate-stackbrew-library.sh
+Maintainers: Pierre Ozoux <[email protected]> (@pierreozoux)
+GitRepo: https://github.com/matomo-org/docker.git
+
+Tags: 3.4.0-apache, 3.4-apache, 3-apache, apache, 3.4.0, 3.4, 3, latest
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: c985c710bcd7ff07a79efd60433bc7f0d1674c28
+Directory: apache
+
+Tags: 3.4.0-fpm, 3.4-fpm, 3-fpm, fpm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: c985c710bcd7ff07a79efd60433bc7f0d1674c28
+Directory: fpm

+ 10 - 0
library/maven

@@ -11,6 +11,16 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 949973eab2ea27a1e2ef09b45627b2c984a80bc7
 Directory: jdk-10
 
+Tags: 3.5.3-jdk-11-slim, 3.5-jdk-11-slim, 3-jdk-11-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 3ba48e2a8a1ac16ab832e93a44de5f4717a114ed
+Directory: jdk-11-slim
+
+Tags: 3.5.3-jdk-11, 3.5-jdk-11, 3-jdk-11
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 3ba48e2a8a1ac16ab832e93a44de5f4717a114ed
+Directory: jdk-11
+
 Tags: 3.5.3-jdk-7-alpine, 3.5-jdk-7-alpine, 3-jdk-7-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: da92f8b0c8530061c539dcfc5c0257ce8565568b

+ 4 - 4
library/memcached

@@ -4,12 +4,12 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/memcached.git
 
-Tags: 1.5.6, 1.5, 1, latest
+Tags: 1.5.7, 1.5, 1, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a7c39f381206b994072a48b590f5b3fc7a2e7ca6
+GitCommit: d738ff7a7867423c9232adc7d9b418ce0f7597f0
 Directory: debian
 
-Tags: 1.5.6-alpine, 1.5-alpine, 1-alpine, alpine
+Tags: 1.5.7-alpine, 1.5-alpine, 1-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: a7c39f381206b994072a48b590f5b3fc7a2e7ca6
+GitCommit: d738ff7a7867423c9232adc7d9b418ce0f7597f0
 Directory: alpine

+ 6 - 6
library/mongo

@@ -28,18 +28,18 @@ Architectures: amd64
 GitCommit: b96fddd1e1a100c01f0ea6d28e1c7ccc750fd5c0
 Directory: 3.4
 
-Tags: 3.6.3-jessie, 3.6-jessie, 3-jessie, jessie
-SharedTags: 3.6.3, 3.6, 3, latest
+Tags: 3.6.4-jessie, 3.6-jessie, 3-jessie, jessie
+SharedTags: 3.6.4, 3.6, 3, latest
 # see http://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/3.6/main/
 # (i386 is empty, as is ppc64el)
 Architectures: amd64
-GitCommit: 2e3e1bdbb31389c8bc8d43f5a3cc439134b7956b
+GitCommit: dd8ceb3b3552d11c901a603d0b8b303e2fe4bc2e
 Directory: 3.6
 
-Tags: 3.7.3-jessie, 3.7-jessie, unstable-jessie
-SharedTags: 3.7.3, 3.7, unstable
+Tags: 3.7.7-jessie, 3.7-jessie, unstable-jessie
+SharedTags: 3.7.7, 3.7, unstable
 # see http://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/3.7/main/
 # (i386 is empty, as is ppc64el)
 Architectures: amd64
-GitCommit: 621a206bca04c06ad3e0d8459c9d23223ea11a01
+GitCommit: cf68e393c63ba47451bc5d6d11f992147828a6ff
 Directory: 3.7

+ 9 - 9
library/mysql

@@ -1,21 +1,21 @@
-# this file is generated via https://github.com/docker-library/mysql/blob/87a7e96edc3c995a57dc2a4c23c0e32b75c4aaa5/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/mysql/blob/ff627942605ce08a32fa527993337df0e9856760/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/mysql.git
 
-Tags: 8.0.4-rc, 8.0.4, 8.0, 8
-GitCommit: ad625c64a06e16683e997e5a0147508d115f4989
+Tags: 8.0.11, 8.0, 8, latest
+GitCommit: 2e4f2224f31e101d07c1e6a7c0da8245fde725c9
 Directory: 8.0
 
-Tags: 5.7.21, 5.7, 5, latest
-GitCommit: ad625c64a06e16683e997e5a0147508d115f4989
+Tags: 5.7.22, 5.7, 5
+GitCommit: 6662ac76aa1de4f2e0ff036c03281e4022485350
 Directory: 5.7
 
-Tags: 5.6.39, 5.6
-GitCommit: f279c9cc0d20407a2c4d9465adae6b077dcf1b51
+Tags: 5.6.40, 5.6
+GitCommit: e279ec9073b1f7abc16cb1c4e1cd9a2070f2035d
 Directory: 5.6
 
-Tags: 5.5.59, 5.5
-GitCommit: f279c9cc0d20407a2c4d9465adae6b077dcf1b51
+Tags: 5.5.60, 5.5
+GitCommit: d32482c96133a97f936fe25881048a794e59159b
 Directory: 5.5

+ 12 - 12
library/nats

@@ -2,29 +2,29 @@ Maintainers: Derek Collison <[email protected]> (@derekcollison),
              Ivan Kozlovic <[email protected]> (@kozlovic),
              Waldemar Salinas <[email protected]> (@wallyqs)
 GitRepo: https://github.com/nats-io/nats-docker.git
-GitCommit: 4df27a3e2be0ea6c6929407f83dd5b52b39eeb7a
+GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 
-Tags: 1.0.6-linux, linux
-SharedTags: 1.0.6, latest
+Tags: 1.1.0-linux, linux
+SharedTags: 1.1.0, latest
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-amd64-GitCommit: 4df27a3e2be0ea6c6929407f83dd5b52b39eeb7a
+amd64-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 amd64-Directory: amd64
-arm32v6-GitCommit: 4df27a3e2be0ea6c6929407f83dd5b52b39eeb7a
+arm32v6-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 arm32v6-Directory: arm32v6
-arm32v7-GitCommit: 4df27a3e2be0ea6c6929407f83dd5b52b39eeb7a
+arm32v7-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 arm32v7-Directory: arm32v7
-arm64v8-GitCommit: 4df27a3e2be0ea6c6929407f83dd5b52b39eeb7a
+arm64v8-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 arm64v8-Directory: arm64v8
 
-Tags: 1.0.6-nanoserver, nanoserver
-SharedTags: 1.0.6, latest
+Tags: 1.1.0-nanoserver, nanoserver
+SharedTags: 1.1.0, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: 4df27a3e2be0ea6c6929407f83dd5b52b39eeb7a
+windows-amd64-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 windows-amd64-Directory: windows/nanoserver
 Constraints: nanoserver
 
-Tags: 1.0.6-windowsservercore, windowsservercore
+Tags: 1.1.0-windowsservercore, windowsservercore
 Architectures: windows-amd64
-windows-amd64-GitCommit: 4df27a3e2be0ea6c6929407f83dd5b52b39eeb7a
+windows-amd64-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 windows-amd64-Directory: windows/windowsservercore
 Constraints: windowsservercore

+ 12 - 12
library/nats-streaming

@@ -1,28 +1,28 @@
 Maintainers: Ivan Kozlovic <[email protected]> (@kozlovic)
 GitRepo: https://github.com/nats-io/nats-streaming-docker.git
-GitCommit: bb0111a856389f8ecabc3e1459159fc6c35e6132
+GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 
-Tags: 0.9.0-linux, linux
-SharedTags: 0.9.0, latest
+Tags: 0.9.2-linux, linux
+SharedTags: 0.9.2, latest
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-amd64-GitCommit: bb0111a856389f8ecabc3e1459159fc6c35e6132
+amd64-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 amd64-Directory: amd64
-arm32v6-GitCommit: bb0111a856389f8ecabc3e1459159fc6c35e6132
+arm32v6-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 arm32v6-Directory: arm32v6
-arm32v7-GitCommit: bb0111a856389f8ecabc3e1459159fc6c35e6132
+arm32v7-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 arm32v7-Directory: arm32v7
-arm64v8-GitCommit: bb0111a856389f8ecabc3e1459159fc6c35e6132
+arm64v8-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 arm64v8-Directory: arm64v8
 
-Tags: 0.9.0-nanoserver, nanoserver
-SharedTags: 0.9.0, latest
+Tags: 0.9.2-nanoserver, nanoserver
+SharedTags: 0.9.2, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: bb0111a856389f8ecabc3e1459159fc6c35e6132
+windows-amd64-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 windows-amd64-Directory: windows/nanoserver
 Constraints: nanoserver
 
-Tags: 0.9.0-windowsservercore, windowsservercore
+Tags: 0.9.2-windowsservercore, windowsservercore
 Architectures: windows-amd64
-windows-amd64-GitCommit: bb0111a856389f8ecabc3e1459159fc6c35e6132
+windows-amd64-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 windows-amd64-Directory: windows/windowsservercore
 Constraints: windowsservercore

+ 24 - 4
library/neo4j

@@ -9,12 +9,22 @@ Maintainers: Ben Butler-Cole <[email protected]> (@benbc),
              Praveena Fernandes <[email protected]> (@praveenag),
              Chris Gioran <[email protected]> (@digitalstain)
 
-Tags: 3.3.4, 3.3, latest
+Tags: 3.3.5, 3.3, latest
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: de5c2157b11dbf2c7256b4aceca84313a2b8350c
+Directory: 3.3.5/community
+
+Tags: 3.3.5-enterprise, 3.3-enterprise, enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: de5c2157b11dbf2c7256b4aceca84313a2b8350c
+Directory: 3.3.5/enterprise
+
+Tags: 3.3.4
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
 Directory: 3.3.4/community
 
-Tags: 3.3.4-enterprise, 3.3-enterprise, enterprise
+Tags: 3.3.4-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
 Directory: 3.3.4/enterprise
@@ -59,12 +69,22 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: aa31654ee8544cd544b369d2646cf372086f7b70
 Directory: 3.3.0/enterprise
 
-Tags: 3.2.10, 3.2
+Tags: 3.2.11, 3.2
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: c5ab0e04f209cdce7a764c67620cd0aabb125365
+Directory: 3.2.11/community
+
+Tags: 3.2.11-enterprise, 3.2-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: c5ab0e04f209cdce7a764c67620cd0aabb125365
+Directory: 3.2.11/enterprise
+
+Tags: 3.2.10
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
 Directory: 3.2.10/community
 
-Tags: 3.2.10-enterprise, 3.2-enterprise
+Tags: 3.2.10-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
 Directory: 3.2.10/enterprise

+ 13 - 28
library/nextcloud

@@ -1,49 +1,34 @@
-# This file is generated via https://github.com/nextcloud/docker/blob/3bb7c52357cc56136e72470d41df67128dd22a36/generate-stackbrew-library.sh
+# This file is generated via https://github.com/nextcloud/docker/blob/532d3c4fb817b8d09fff58675929b2e2d94c6f13/generate-stackbrew-library.sh
 
 Maintainers: Nextcloud <[email protected]> (@nextcloud)
 GitRepo: https://github.com/nextcloud/docker.git
 
-Tags: 11.0.8-apache, 11.0-apache, 11-apache, 11.0.8, 11.0, 11
+Tags: 12.0.7-apache, 12.0-apache, 12-apache, production-apache, 12.0.7, 12.0, 12, production
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
-Directory: 11.0/apache
-
-Tags: 11.0.8-fpm, 11.0-fpm, 11-fpm
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
-Directory: 11.0/fpm
-
-Tags: 11.0.8-fpm-alpine, 11.0-fpm-alpine, 11-fpm-alpine
-Architectures: amd64
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
-Directory: 11.0/fpm-alpine
-
-Tags: 12.0.6-apache, 12.0-apache, 12-apache, production-apache, 12.0.6, 12.0, 12, production
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
+GitCommit: 256605edd34598ac58d76afbe66e5f5332224e61
 Directory: 12.0/apache
 
-Tags: 12.0.6-fpm, 12.0-fpm, 12-fpm, production-fpm
+Tags: 12.0.7-fpm, 12.0-fpm, 12-fpm, production-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
+GitCommit: 256605edd34598ac58d76afbe66e5f5332224e61
 Directory: 12.0/fpm
 
-Tags: 12.0.6-fpm-alpine, 12.0-fpm-alpine, 12-fpm-alpine, production-fpm-alpine
+Tags: 12.0.7-fpm-alpine, 12.0-fpm-alpine, 12-fpm-alpine, production-fpm-alpine
 Architectures: amd64
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
+GitCommit: 256605edd34598ac58d76afbe66e5f5332224e61
 Directory: 12.0/fpm-alpine
 
-Tags: 13.0.1-apache, 13.0-apache, 13-apache, apache, stable-apache, 13.0.1, 13.0, 13, latest, stable
+Tags: 13.0.2-apache, 13.0-apache, 13-apache, apache, stable-apache, 13.0.2, 13.0, 13, latest, stable
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
+GitCommit: ebc1b3a3ddf3dab3233128153a2cf557dbf7b782
 Directory: 13.0/apache
 
-Tags: 13.0.1-fpm, 13.0-fpm, 13-fpm, fpm, stable-fpm
+Tags: 13.0.2-fpm, 13.0-fpm, 13-fpm, fpm, stable-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
+GitCommit: ebc1b3a3ddf3dab3233128153a2cf557dbf7b782
 Directory: 13.0/fpm
 
-Tags: 13.0.1-fpm-alpine, 13.0-fpm-alpine, 13-fpm-alpine, fpm-alpine, stable-fpm-alpine
+Tags: 13.0.2-fpm-alpine, 13.0-fpm-alpine, 13-fpm-alpine, fpm-alpine, stable-fpm-alpine
 Architectures: amd64
-GitCommit: 07e61395c63a8c14c837a07384476184cfa96aa2
+GitCommit: ebc1b3a3ddf3dab3233128153a2cf557dbf7b782
 Directory: 13.0/fpm-alpine

+ 8 - 8
library/nginx

@@ -3,24 +3,24 @@
 Maintainers: NGINX Docker Maintainers <[email protected]> (@nginxinc)
 GitRepo: https://github.com/nginxinc/docker-nginx.git
 
-Tags: 1.13.10, mainline, 1, 1.13, latest
+Tags: 1.13.12, mainline, 1, 1.13, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4f5bae5928baee89433ecb20a50283546f217dfa
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/stretch
 
-Tags: 1.13.10-perl, mainline-perl, 1-perl, 1.13-perl, perl
+Tags: 1.13.12-perl, mainline-perl, 1-perl, 1.13-perl, perl
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4f5bae5928baee89433ecb20a50283546f217dfa
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/stretch-perl
 
-Tags: 1.13.10-alpine, mainline-alpine, 1-alpine, 1.13-alpine, alpine
+Tags: 1.13.12-alpine, mainline-alpine, 1-alpine, 1.13-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 4f5bae5928baee89433ecb20a50283546f217dfa
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/alpine
 
-Tags: 1.13.10-alpine-perl, mainline-alpine-perl, 1-alpine-perl, 1.13-alpine-perl, alpine-perl
+Tags: 1.13.12-alpine-perl, mainline-alpine-perl, 1-alpine-perl, 1.13-alpine-perl, alpine-perl
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 4f5bae5928baee89433ecb20a50283546f217dfa
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/alpine-perl
 
 Tags: 1.12.2, stable, 1.12

+ 81 - 51
library/node

@@ -1,130 +1,160 @@
-# this file is generated via https://github.com/nodejs/docker-node/blob/3f8fab48f2465cf2cc8f8ee0825a04626986e5b8/generate-stackbrew-library.sh
+# this file is generated via https://github.com/nodejs/docker-node/blob/c3baf8491ef0967ac32ee7b20afc66a32e2c4c73/generate-stackbrew-library.sh
 
 Maintainers: The Node.js Docker Team <https://github.com/nodejs/docker-node> (@nodejs)
 GitRepo: https://github.com/nodejs/docker-node.git
 
-Tags: 9.9.0, 9.9, 9, latest
+Tags: 9.11.1, 9.11, 9
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: a79c59b7b3e81c1fedb419531fce01f1a4726a39
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9
 
-Tags: 9.9.0-alpine, 9.9-alpine, 9-alpine, alpine
+Tags: 9.11.1-alpine, 9.11-alpine, 9-alpine
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v6, i386
-GitCommit: a79c59b7b3e81c1fedb419531fce01f1a4726a39
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/alpine
 
-Tags: 9.9.0-onbuild, 9.9-onbuild, 9-onbuild, onbuild
+Tags: 9.11.1-onbuild, 9.11-onbuild, 9-onbuild
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: a79c59b7b3e81c1fedb419531fce01f1a4726a39
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/onbuild
 
-Tags: 9.9.0-slim, 9.9-slim, 9-slim, slim
+Tags: 9.11.1-slim, 9.11-slim, 9-slim
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: a79c59b7b3e81c1fedb419531fce01f1a4726a39
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/slim
 
-Tags: 9.9.0-stretch, 9.9-stretch, 9-stretch, stretch
+Tags: 9.11.1-stretch, 9.11-stretch, 9-stretch
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: a79c59b7b3e81c1fedb419531fce01f1a4726a39
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/stretch
 
-Tags: 9.9.0-wheezy, 9.9-wheezy, 9-wheezy, wheezy
+Tags: 9.11.1-wheezy, 9.11-wheezy, 9-wheezy
 Architectures: amd64
-GitCommit: a79c59b7b3e81c1fedb419531fce01f1a4726a39
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/wheezy
 
-Tags: 8.10.0, 8.10, 8, carbon
+Tags: 8.11.1, 8.11, 8, carbon
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8
 
-Tags: 8.10.0-alpine, 8.10-alpine, 8-alpine, carbon-alpine
+Tags: 8.11.1-alpine, 8.11-alpine, 8-alpine, carbon-alpine
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v6, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/alpine
 
-Tags: 8.10.0-onbuild, 8.10-onbuild, 8-onbuild, carbon-onbuild
+Tags: 8.11.1-onbuild, 8.11-onbuild, 8-onbuild, carbon-onbuild
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: 4c7763dc2cb067becf12ea4bd55e88b881ccba2b
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/onbuild
 
-Tags: 8.10.0-slim, 8.10-slim, 8-slim, carbon-slim
+Tags: 8.11.1-slim, 8.11-slim, 8-slim, carbon-slim
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/slim
 
-Tags: 8.10.0-stretch, 8.10-stretch, 8-stretch, carbon-stretch
+Tags: 8.11.1-stretch, 8.11-stretch, 8-stretch, carbon-stretch
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/stretch
 
-Tags: 8.10.0-wheezy, 8.10-wheezy, 8-wheezy, carbon-wheezy
+Tags: 8.11.1-wheezy, 8.11-wheezy, 8-wheezy, carbon-wheezy
 Architectures: amd64
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/wheezy
 
-Tags: 6.13.1, 6.13, 6, boron
+Tags: 6.14.1, 6.14, 6, boron
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6
 
-Tags: 6.13.1-alpine, 6.13-alpine, 6-alpine, boron-alpine
+Tags: 6.14.1-alpine, 6.14-alpine, 6-alpine, boron-alpine
 Architectures: amd64
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/alpine
 
-Tags: 6.13.1-onbuild, 6.13-onbuild, 6-onbuild, boron-onbuild
+Tags: 6.14.1-onbuild, 6.14-onbuild, 6-onbuild, boron-onbuild
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: b3d1870b63f312cdd2fbbd37d72496a9aa341821
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/onbuild
 
-Tags: 6.13.1-slim, 6.13-slim, 6-slim, boron-slim
+Tags: 6.14.1-slim, 6.14-slim, 6-slim, boron-slim
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/slim
 
-Tags: 6.13.1-stretch, 6.13-stretch, 6-stretch, boron-stretch
+Tags: 6.14.1-stretch, 6.14-stretch, 6-stretch, boron-stretch
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/stretch
 
-Tags: 6.13.1-wheezy, 6.13-wheezy, 6-wheezy, boron-wheezy
+Tags: 6.14.1-wheezy, 6.14-wheezy, 6-wheezy, boron-wheezy
 Architectures: amd64
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/wheezy
 
-Tags: 4.8.7, 4.8, 4, argon
+Tags: 4.9.1, 4.9, 4, argon
 Architectures: amd64, ppc64le, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
 Directory: 4
 
-Tags: 4.8.7-alpine, 4.8-alpine, 4-alpine, argon-alpine
+Tags: 4.9.1-alpine, 4.9-alpine, 4-alpine, argon-alpine
 Architectures: amd64
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
 Directory: 4/alpine
 
-Tags: 4.8.7-onbuild, 4.8-onbuild, 4-onbuild, argon-onbuild
+Tags: 4.9.1-onbuild, 4.9-onbuild, 4-onbuild, argon-onbuild
 Architectures: amd64, ppc64le, arm64v8, arm32v7, i386
-GitCommit: 2dfcf38dafc79c0e163293b8a84f4daf7c0d6898
+GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
 Directory: 4/onbuild
 
-Tags: 4.8.7-slim, 4.8-slim, 4-slim, argon-slim
+Tags: 4.9.1-slim, 4.9-slim, 4-slim, argon-slim
 Architectures: amd64, ppc64le, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
 Directory: 4/slim
 
-Tags: 4.8.7-stretch, 4.8-stretch, 4-stretch, argon-stretch
+Tags: 4.9.1-stretch, 4.9-stretch, 4-stretch, argon-stretch
 Architectures: amd64, ppc64le, arm64v8, arm32v7, i386
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
 Directory: 4/stretch
 
-Tags: 4.8.7-wheezy, 4.8-wheezy, 4-wheezy, argon-wheezy
+Tags: 4.9.1-wheezy, 4.9-wheezy, 4-wheezy, argon-wheezy
 Architectures: amd64
-GitCommit: ab12e9bab43bde5efd2e9fa278d941e4062c6f4a
+GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
 Directory: 4/wheezy
 
-Tags: chakracore-8.10.0, chakracore-8.10, chakracore-8, chakracore
+Tags: 10.0.0, 10.0, 10, latest
+Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
+GitCommit: 80814e984e9faa5e9195f9a61632e1898f6633d9
+Directory: 10
+
+Tags: 10.0.0-alpine, 10.0-alpine, 10-alpine, alpine
+Architectures: amd64, ppc64le, s390x, arm64v8, arm32v6, i386
+GitCommit: 80814e984e9faa5e9195f9a61632e1898f6633d9
+Directory: 10/alpine
+
+Tags: 10.0.0-slim, 10.0-slim, 10-slim, slim
+Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
+GitCommit: 80814e984e9faa5e9195f9a61632e1898f6633d9
+Directory: 10/slim
+
+Tags: 10.0.0-stretch, 10.0-stretch, 10-stretch, stretch
+Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
+GitCommit: 80814e984e9faa5e9195f9a61632e1898f6633d9
+Directory: 10/stretch
+
+Tags: 10.0.0-wheezy, 10.0-wheezy, 10-wheezy, wheezy
+Architectures: amd64
+GitCommit: 80814e984e9faa5e9195f9a61632e1898f6633d9
+Directory: 10/wheezy
+
+Tags: chakracore-8.11.1, chakracore-8.11, chakracore-8
 Architectures: amd64
-GitCommit: fb8c0910205944cb81b8bae291f72a4a54eb2426
+GitCommit: eca9e8f34ca78bdba691e1d5ead82840e2673705
 Directory: chakracore/8
 
+Tags: chakracore-10.0.0, chakracore-10.0, chakracore-10, chakracore
+Architectures: amd64
+GitCommit: f713f15abe3ff05635326ba9716b7755c9d5f1aa
+Directory: chakracore/10
+

+ 5 - 5
library/nuxeo

@@ -12,10 +12,10 @@ Tags: 8.10, 8, LTS-2016
 GitCommit: 20df98ce84f12cd3cfdcfd08ab8c9e029f7f01ab
 Directory: 8.10
 
-Tags: 9.3, FT
-GitCommit: 261cb4cb5bee049a8c756366b5257b4bc48e811d
-Directory: 9.3
-
-Tags: 9.10, 9, LTS-2017, LTS, latest
+Tags: 9.10, 9, LTS-2017, LTS
 GitCommit: 261cb4cb5bee049a8c756366b5257b4bc48e811d
 Directory: 9.10
+
+Tags: 10.1, FT, latest
+GitCommit: ca4b0311457e5fd0f291ac6d07239f6889aa278a
+Directory: 10.1

+ 1 - 1
library/open-liberty

@@ -1,6 +1,6 @@
 Maintainers: Alasdair Nottingham <[email protected]> (@NottyCode)
 GitRepo: https://github.com/OpenLiberty/ci.docker.git
-GitCommit: 9cf64a59a00fe0a09a63fe467d6ca96a1f9c35b7
+GitCommit: 1ceace84721e043f475d92c7698cade0fb36973d
 Architectures: amd64, i386, ppc64le, s390x
 
 Tags: kernel, kernel-java8-ibm

+ 52 - 32
library/openjdk

@@ -4,64 +4,84 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/openjdk.git
 
-Tags: 10-ea-46-jre-experimental, 10-ea-jre-experimental, 10-jre-experimental, 10-ea-46-jre, 10-ea-jre, 10-jre
+Tags: 11-ea-9-jre-sid, 11-ea-jre-sid, 11-jre-sid, 11-ea-9-jre, 11-ea-jre, 11-jre
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2c56f2478bf84471c5d16ca216a62aca492f96a8
+GitCommit: 02a49915095f254cbf321292ab7a021529686448
+Directory: 11-jre
+
+Tags: 11-ea-9-jre-slim-sid, 11-ea-jre-slim-sid, 11-jre-slim-sid, 11-ea-9-jre-slim, 11-ea-jre-slim, 11-jre-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 02a49915095f254cbf321292ab7a021529686448
+Directory: 11-jre/slim
+
+Tags: 11-ea-9-jdk-sid, 11-ea-9-sid, 11-ea-jdk-sid, 11-ea-sid, 11-jdk-sid, 11-sid, 11-ea-9-jdk, 11-ea-9, 11-ea-jdk, 11-ea, 11-jdk, 11
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 02a49915095f254cbf321292ab7a021529686448
+Directory: 11-jdk
+
+Tags: 11-ea-9-jdk-slim-sid, 11-ea-9-slim-sid, 11-ea-jdk-slim-sid, 11-ea-slim-sid, 11-jdk-slim-sid, 11-slim-sid, 11-ea-9-jdk-slim, 11-ea-9-slim, 11-ea-jdk-slim, 11-ea-slim, 11-jdk-slim, 11-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 02a49915095f254cbf321292ab7a021529686448
+Directory: 11-jdk/slim
+
+Tags: 10.0.1-10-jre-sid, 10.0.1-jre-sid, 10.0-jre-sid, 10-jre-sid, 10.0.1-10-jre, 10.0.1-jre, 10.0-jre, 10-jre
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 7ab38b79b0a20fcd4a04c58dfa57a9c0b9b24dd4
 Directory: 10-jre
 
-Tags: 10-ea-46-jre-slim-experimental, 10-ea-jre-slim-experimental, 10-jre-slim-experimental, 10-ea-46-jre-slim, 10-ea-jre-slim, 10-jre-slim
+Tags: 10.0.1-10-jre-slim-sid, 10.0.1-jre-slim-sid, 10.0-jre-slim-sid, 10-jre-slim-sid, 10.0.1-10-jre-slim, 10.0.1-jre-slim, 10.0-jre-slim, 10-jre-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2c56f2478bf84471c5d16ca216a62aca492f96a8
+GitCommit: 7ab38b79b0a20fcd4a04c58dfa57a9c0b9b24dd4
 Directory: 10-jre/slim
 
-Tags: 10-ea-46-jdk-experimental, 10-ea-46-experimental, 10-ea-jdk-experimental, 10-ea-experimental, 10-jdk-experimental, 10-experimental, 10-ea-46-jdk, 10-ea-46, 10-ea-jdk, 10-ea, 10-jdk, 10
+Tags: 10.0.1-10-jdk-sid, 10.0.1-10-sid, 10.0.1-jdk-sid, 10.0.1-sid, 10.0-jdk-sid, 10.0-sid, 10-jdk-sid, 10-sid, 10.0.1-10-jdk, 10.0.1-10, 10.0.1-jdk, 10.0.1, 10.0-jdk, 10.0, 10-jdk, 10
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2c56f2478bf84471c5d16ca216a62aca492f96a8
+GitCommit: 7ab38b79b0a20fcd4a04c58dfa57a9c0b9b24dd4
 Directory: 10-jdk
 
-Tags: 10-ea-46-jdk-slim-experimental, 10-ea-46-slim-experimental, 10-ea-jdk-slim-experimental, 10-ea-slim-experimental, 10-jdk-slim-experimental, 10-slim-experimental, 10-ea-46-jdk-slim, 10-ea-46-slim, 10-ea-jdk-slim, 10-ea-slim, 10-jdk-slim, 10-slim
+Tags: 10.0.1-10-jdk-slim-sid, 10.0.1-10-slim-sid, 10.0.1-jdk-slim-sid, 10.0.1-slim-sid, 10.0-jdk-slim-sid, 10.0-slim-sid, 10-jdk-slim-sid, 10-slim-sid, 10.0.1-10-jdk-slim, 10.0.1-10-slim, 10.0.1-jdk-slim, 10.0.1-slim, 10.0-jdk-slim, 10.0-slim, 10-jdk-slim, 10-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2c56f2478bf84471c5d16ca216a62aca492f96a8
+GitCommit: 7ab38b79b0a20fcd4a04c58dfa57a9c0b9b24dd4
 Directory: 10-jdk/slim
 
 Tags: 9.0.4-12-jre-sid, 9.0.4-jre-sid, 9.0-jre-sid, 9-jre-sid, 9.0.4-12-jre, 9.0.4-jre, 9.0-jre, 9-jre
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2f9d8d32f19425da337cf5793bdffda6909f5fec
+GitCommit: 01ca700a105984964865430aee1251932956925e
 Directory: 9-jre
 
 Tags: 9.0.4-12-jre-slim-sid, 9.0.4-jre-slim-sid, 9.0-jre-slim-sid, 9-jre-slim-sid, 9.0.4-12-jre-slim, 9.0.4-jre-slim, 9.0-jre-slim, 9-jre-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2f9d8d32f19425da337cf5793bdffda6909f5fec
+GitCommit: 01ca700a105984964865430aee1251932956925e
 Directory: 9-jre/slim
 
 Tags: 9.0.4-12-jdk-sid, 9.0.4-12-sid, 9.0.4-jdk-sid, 9.0.4-sid, 9.0-jdk-sid, 9.0-sid, 9-jdk-sid, 9-sid, 9.0.4-12-jdk, 9.0.4-12, 9.0.4-jdk, 9.0.4, 9.0-jdk, 9.0, 9-jdk, 9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2f9d8d32f19425da337cf5793bdffda6909f5fec
+GitCommit: 01ca700a105984964865430aee1251932956925e
 Directory: 9-jdk
 
 Tags: 9.0.4-12-jdk-slim-sid, 9.0.4-12-slim-sid, 9.0.4-jdk-slim-sid, 9.0.4-slim-sid, 9.0-jdk-slim-sid, 9.0-slim-sid, 9-jdk-slim-sid, 9-slim-sid, 9.0.4-12-jdk-slim, 9.0.4-12-slim, 9.0.4-jdk-slim, 9.0.4-slim, 9.0-jdk-slim, 9.0-slim, 9-jdk-slim, 9-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2f9d8d32f19425da337cf5793bdffda6909f5fec
+GitCommit: 01ca700a105984964865430aee1251932956925e
 Directory: 9-jdk/slim
 
 Tags: 9.0.4-jdk-windowsservercore-ltsc2016, 9.0.4-windowsservercore-ltsc2016, 9.0-jdk-windowsservercore-ltsc2016, 9.0-windowsservercore-ltsc2016, 9-jdk-windowsservercore-ltsc2016, 9-windowsservercore-ltsc2016
 SharedTags: 9.0.4-jdk-windowsservercore, 9.0.4-windowsservercore, 9.0-jdk-windowsservercore, 9.0-windowsservercore, 9-jdk-windowsservercore, 9-windowsservercore
 Architectures: windows-amd64
-GitCommit: 41532fd149c05cb3bbc0c143bfcfa4589f1c3a61
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 9-jdk/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
 Tags: 9.0.4-jdk-windowsservercore-1709, 9.0.4-windowsservercore-1709, 9.0-jdk-windowsservercore-1709, 9.0-windowsservercore-1709, 9-jdk-windowsservercore-1709, 9-windowsservercore-1709
 SharedTags: 9.0.4-jdk-windowsservercore, 9.0.4-windowsservercore, 9.0-jdk-windowsservercore, 9.0-windowsservercore, 9-jdk-windowsservercore, 9-windowsservercore
 Architectures: windows-amd64
-GitCommit: 41532fd149c05cb3bbc0c143bfcfa4589f1c3a61
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 9-jdk/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
 Tags: 9.0.4-jdk-nanoserver-sac2016, 9.0.4-nanoserver-sac2016, 9.0-jdk-nanoserver-sac2016, 9.0-nanoserver-sac2016, 9-jdk-nanoserver-sac2016, 9-nanoserver-sac2016
 SharedTags: 9.0.4-jdk-nanoserver, 9.0.4-nanoserver, 9.0-jdk-nanoserver, 9.0-nanoserver, 9-jdk-nanoserver, 9-nanoserver
 Architectures: windows-amd64
-GitCommit: 41532fd149c05cb3bbc0c143bfcfa4589f1c3a61
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 9-jdk/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
@@ -95,35 +115,35 @@ Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 2598f7123fce9ea870e67f8f9df745b2b49866c0
 Directory: 8-jdk/alpine
 
-Tags: 8u161-jdk-windowsservercore-ltsc2016, 8u161-windowsservercore-ltsc2016, 8-jdk-windowsservercore-ltsc2016, 8-windowsservercore-ltsc2016, jdk-windowsservercore-ltsc2016, windowsservercore-ltsc2016
-SharedTags: 8u161-jdk-windowsservercore, 8u161-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
+Tags: 8u171-jdk-windowsservercore-ltsc2016, 8u171-windowsservercore-ltsc2016, 8-jdk-windowsservercore-ltsc2016, 8-windowsservercore-ltsc2016, jdk-windowsservercore-ltsc2016, windowsservercore-ltsc2016
+SharedTags: 8u171-jdk-windowsservercore, 8u171-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
 Architectures: windows-amd64
-GitCommit: 0584b2804ed12dca7c5e264b5fc55fc07a3ac148
+GitCommit: 4135ad55c2577bd722c575a41211c59669353d54
 Directory: 8-jdk/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 8u161-jdk-windowsservercore-1709, 8u161-windowsservercore-1709, 8-jdk-windowsservercore-1709, 8-windowsservercore-1709, jdk-windowsservercore-1709, windowsservercore-1709
-SharedTags: 8u161-jdk-windowsservercore, 8u161-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
+Tags: 8u171-jdk-windowsservercore-1709, 8u171-windowsservercore-1709, 8-jdk-windowsservercore-1709, 8-windowsservercore-1709, jdk-windowsservercore-1709, windowsservercore-1709
+SharedTags: 8u171-jdk-windowsservercore, 8u171-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
 Architectures: windows-amd64
-GitCommit: 0584b2804ed12dca7c5e264b5fc55fc07a3ac148
+GitCommit: 4135ad55c2577bd722c575a41211c59669353d54
 Directory: 8-jdk/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 8u161-jdk-nanoserver-sac2016, 8u161-nanoserver-sac2016, 8-jdk-nanoserver-sac2016, 8-nanoserver-sac2016, jdk-nanoserver-sac2016, nanoserver-sac2016
-SharedTags: 8u161-jdk-nanoserver, 8u161-nanoserver, 8-jdk-nanoserver, 8-nanoserver, jdk-nanoserver, nanoserver
+Tags: 8u171-jdk-nanoserver-sac2016, 8u171-nanoserver-sac2016, 8-jdk-nanoserver-sac2016, 8-nanoserver-sac2016, jdk-nanoserver-sac2016, nanoserver-sac2016
+SharedTags: 8u171-jdk-nanoserver, 8u171-nanoserver, 8-jdk-nanoserver, 8-nanoserver, jdk-nanoserver, nanoserver
 Architectures: windows-amd64
-GitCommit: 0584b2804ed12dca7c5e264b5fc55fc07a3ac148
+GitCommit: 4135ad55c2577bd722c575a41211c59669353d54
 Directory: 8-jdk/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
-Tags: 7u151-jre-jessie, 7-jre-jessie, 7u151-jre, 7-jre
+Tags: 7u171-jre-jessie, 7-jre-jessie, 7u171-jre, 7-jre
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: ceae8e7dba4eb818279cc7f6947f3dc6003ae535
+GitCommit: 4b6e3ba250722e251ce8b615d3edf8a3196c08c9
 Directory: 7-jre
 
-Tags: 7u151-jre-slim-jessie, 7-jre-slim-jessie, 7u151-jre-slim, 7-jre-slim
+Tags: 7u171-jre-slim-jessie, 7-jre-slim-jessie, 7u171-jre-slim, 7-jre-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: ceae8e7dba4eb818279cc7f6947f3dc6003ae535
+GitCommit: 4b6e3ba250722e251ce8b615d3edf8a3196c08c9
 Directory: 7-jre/slim
 
 Tags: 7u151-jre-alpine3.7, 7-jre-alpine3.7, 7u151-jre-alpine, 7-jre-alpine
@@ -131,14 +151,14 @@ Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 17d0f9f3411d82622c762163d85cc4a6ba69af95
 Directory: 7-jre/alpine
 
-Tags: 7u151-jdk-jessie, 7u151-jessie, 7-jdk-jessie, 7-jessie, 7u151-jdk, 7u151, 7-jdk, 7
+Tags: 7u171-jdk-jessie, 7u171-jessie, 7-jdk-jessie, 7-jessie, 7u171-jdk, 7u171, 7-jdk, 7
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: ceae8e7dba4eb818279cc7f6947f3dc6003ae535
+GitCommit: 4b6e3ba250722e251ce8b615d3edf8a3196c08c9
 Directory: 7-jdk
 
-Tags: 7u151-jdk-slim-jessie, 7u151-slim-jessie, 7-jdk-slim-jessie, 7-slim-jessie, 7u151-jdk-slim, 7u151-slim, 7-jdk-slim, 7-slim
+Tags: 7u171-jdk-slim-jessie, 7u171-slim-jessie, 7-jdk-slim-jessie, 7-slim-jessie, 7u171-jdk-slim, 7u171-slim, 7-jdk-slim, 7-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: ceae8e7dba4eb818279cc7f6947f3dc6003ae535
+GitCommit: 4b6e3ba250722e251ce8b615d3edf8a3196c08c9
 Directory: 7-jdk/slim
 
 Tags: 7u151-jdk-alpine3.7, 7u151-alpine3.7, 7-jdk-alpine3.7, 7-alpine3.7, 7u151-jdk-alpine, 7u151-alpine, 7-jdk-alpine, 7-alpine

+ 4 - 10
library/opensuse

@@ -4,22 +4,16 @@
 Maintainers: Flavio Castelli <[email protected]> (@flavio),
              Aleksa Sarai <[email protected]> (@cyphar),
              Jordi Massaguer Pla <[email protected]> (@jordimassaguerpla),
-             David Cassany Viladomat <[email protected]> (@davidcassany)
+             David Cassany Viladomat <[email protected]> (@davidcassany),
+             Fabian Vogt <[email protected]> (@Vogtinator)
 GitRepo: https://github.com/openSUSE/docker-containers-build.git
 Constraints: !aufs
 
-# This is the multiarch section specific for openSUSE-Leap-42.2
-Tags: 42.2
-Architectures: amd64
-GitFetch: refs/heads/openSUSE-Leap-42.2
-GitCommit: fd39ce9631c3b6a110b6c1e8e5756a20d0863a77
-amd64-Directory: x86_64/
-
 # This is the multiarch section specific for openSUSE-Leap-42.3
 Tags: 42.3,latest,leap
 Architectures: amd64, arm64v8, ppc64le
 GitFetch: refs/heads/openSUSE-Leap-42.3
-GitCommit: 6252e7bc2a411b3c5cfd5ed3b74e5839f7f7615b
+GitCommit: 0611a04c49ad2d19cf4765455549e028f8a8015d
 amd64-Directory: x86_64/
 arm64v8-Directory: aarch64/
 ppc64le-Directory: ppc64le/
@@ -28,7 +22,7 @@ ppc64le-Directory: ppc64le/
 Tags: tumbleweed
 Architectures: amd64, arm64v8, ppc64le, s390x
 GitFetch: refs/heads/openSUSE-Tumbleweed
-GitCommit: 63f8c38ea523302fa8918fa0265f949075516a03
+GitCommit: 2b8e47140b2a964ac827d17d4b5edd52ee22997d
 amd64-Directory: x86_64/
 arm64v8-Directory: aarch64/
 ppc64le-Directory: ppc64le/

+ 11 - 30
library/oraclelinux

@@ -4,35 +4,28 @@ GitCommit: 01a15ec99c7470a3391c691509db1759b41eaf66
 GitFetch: refs/heads/master
 # https://github.com/oracle/container-images/tree/dist-amd64
 amd64-GitFetch: refs/heads/dist-amd64
-amd64-GitCommit: c095a9c65fab651863d61c30f00c3f5a289956b5
+amd64-GitCommit: 558ce97a69cb5d0a4ca7a4705ccd838bfc3c1c19
 # https://github.com/oracle/container-images/tree/dist-arm64v8
 arm64v8-GitFetch: refs/heads/dist-arm64v8
 arm64v8-GitCommit: 7bcb63b328d3d3722333a25b20c9098fb77dcace
 Constraints: !aufs
 
-Tags: 7-slim
+Tags: 7, latest
 Architectures: amd64, arm64v8
-Directory: 7-slim
+amd64-Directory: 7.5
+arm64v8-Directory: 7.4
 
-Tags: latest, 7, 7.4
+Tags: 7-slim
 Architectures: amd64, arm64v8
-Directory: 7.4
-
-Tags: 7.3
-Architectures: amd64
-Directory: 7.3
-
-Tags: 7.2
-Architectures: amd64
-Directory: 7.2
+Directory: 7-slim
 
-Tags: 7.1
+Tags: 7.5
 Architectures: amd64
-Directory: 7.1
+Directory: 7.5
 
-Tags: 7.0
-Architectures: amd64
-Directory: 7.0
+Tags: 7.4
+Architectures: arm64v8
+Directory: 7.4
 
 Tags: 6-slim
 Architectures: amd64
@@ -41,15 +34,3 @@ Directory: 6-slim
 Tags: 6, 6.9
 Architectures: amd64
 Directory: 6.9
-
-Tags: 6.8
-Architectures: amd64
-Directory: 6.8
-
-Tags: 6.7
-Architectures: amd64
-Directory: 6.7
-
-Tags: 6.6
-Architectures: amd64
-Directory: 6.6

+ 6 - 6
library/owncloud

@@ -4,22 +4,22 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/owncloud.git
 
-Tags: 10.0.7-apache, 10.0-apache, 10-apache, apache, 10.0.7, 10.0, 10, latest
+Tags: 10.0.8-apache, 10.0-apache, 10-apache, apache, 10.0.8, 10.0, 10, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb02c1c3e9566897f46a5be0f5d130168d80bc38
+GitCommit: 2791cbf8de3f9feee62d2f5f4d7a773a7d980986
 Directory: 10.0/apache
 
-Tags: 10.0.7-fpm, 10.0-fpm, 10-fpm, fpm
+Tags: 10.0.8-fpm, 10.0-fpm, 10-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb02c1c3e9566897f46a5be0f5d130168d80bc38
+GitCommit: 2791cbf8de3f9feee62d2f5f4d7a773a7d980986
 Directory: 10.0/fpm
 
 Tags: 9.1.8-apache, 9.1-apache, 9-apache, 9.1.8, 9.1, 9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 442797442454d08dfcfea3cbc6a079885d1888b6
+GitCommit: 5124b27e3a30360672d0c31ad7c7bc952f9802b1
 Directory: 9.1/apache
 
 Tags: 9.1.8-fpm, 9.1-fpm, 9-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 442797442454d08dfcfea3cbc6a079885d1888b6
+GitCommit: 5124b27e3a30360672d0c31ad7c7bc952f9802b1
 Directory: 9.1/fpm

+ 1 - 1
library/percona

@@ -5,7 +5,7 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
 GitRepo: https://github.com/docker-library/percona.git
 
 Tags: 5.7.21, 5.7, 5, latest
-GitCommit: 34106a8d1325f2692826b98502b1c4760a716e9a
+GitCommit: eda57cc04e59bc5d98ae3b2e5dea46f3f489c665
 Directory: 5.7
 
 Tags: 5.6.39, 5.6

+ 11 - 10
library/perl

@@ -1,19 +1,20 @@
-Maintainers: Peter Martini <[email protected]> (@PeterMartini), Zak B. Elep <[email protected]> (@zakame)
+Maintainers: Peter Martini <[email protected]> (@PeterMartini),
+             Zak B. Elep <[email protected]> (@zakame)
 GitRepo: https://github.com/perl/docker-perl.git
-GitCommit: a5c2d6c896807e9c1beec4ebac01c7f30c075bf0
+GitCommit: 1c201e950ebe90f35c449f69df6ca7151cb0068d
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 
-Tags: latest, 5, 5.26, 5.26.1
-Directory: 5.026.001-64bit
+Tags: latest, 5, 5.26, 5.26.2
+Directory: 5.026.002-64bit
 
-Tags: threaded, 5-threaded, 5.26-threaded, 5.26.1-threaded
-Directory: 5.026.001-64bit,threaded
+Tags: threaded, 5-threaded, 5.26-threaded, 5.26.2-threaded
+Directory: 5.026.002-64bit,threaded
 
-Tags: 5.24, 5.24.3
-Directory: 5.024.003-64bit
+Tags: 5.24, 5.24.4
+Directory: 5.024.004-64bit
 
-Tags: 5.24-threaded, 5.24.3-threaded
-Directory: 5.024.003-64bit,threaded
+Tags: 5.24-threaded, 5.24.4-threaded
+Directory: 5.024.004-64bit,threaded
 
 Tags: 5.22, 5.22.4
 Directory: 5.022.004-64bit

+ 32 - 6
library/photon

@@ -1,8 +1,34 @@
-# maintainer: Fabio Rapposelli <[email protected]> (@frapposelli)
+# this file is generated via https://github.com/vmware/photon-docker-image/blob/574c983eb8397934324e0f8ca5824d8e00e15462/generate-stackbrew-library.sh
 
-# commits: (master..dist)
-#  - 39c3c62 Update tarballs
+Maintainers: Fabio Rapposelli <[email protected]> (@frapposelli),
+             Alexey Makhalov <[email protected]> (@YustasSwamp)
+GitRepo: https://github.com/vmware/photon-docker-image.git
+Directory: docker
 
-# release-dockerfiles/1.0
-1.0: git://github.com/vmware/photon-docker-image@39c3c62cd649b1d64178b24cd23d9196461dc818 1.0
-latest: git://github.com/vmware/photon-docker-image@39c3c62cd649b1d64178b24cd23d9196461dc818 1.0
+Tags: 2.0-20180409, 2.0, latest
+GitFetch: refs/heads/2.0-20180409
+GitCommit: 2d99288a999864936584df2d1774a18a7e5ec6e3
+
+Tags: 2.0-20180302
+GitFetch: refs/heads/2.0-20180302
+GitCommit: 60a31d94ab00b0a517ae8ad5ec6e0cc9d1506dfe
+
+Tags: 2.0-20180227
+GitFetch: refs/heads/2.0-20180227
+GitCommit: d63ad9aa1564fe842a65f98f538ab97af1839d92
+
+Tags: 1.0-20180409, 1.0
+GitFetch: refs/heads/1.0-20180409
+GitCommit: 1b71d20bf7a82c0363f9a6b1cf4ddfab0922a494
+
+Tags: 1.0-20180302
+GitFetch: refs/heads/1.0-20180302
+GitCommit: b80d4d0b14be09de8a602693ee5973d00faf212c
+
+Tags: 1.0-20180226
+GitFetch: refs/heads/1.0-20180226
+GitCommit: cb3c0d51e18aa36d1aa26e4c4beec563a83af8d8
+
+Tags: 1.0GA
+GitFetch: refs/heads/dist
+GitCommit: 2043d10673cdb19ef656cbe0686e62345f4517b2

+ 62 - 62
library/php

@@ -4,157 +4,157 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/php.git
 
-Tags: 7.2.3-cli-stretch, 7.2-cli-stretch, 7-cli-stretch, cli-stretch, 7.2.3-stretch, 7.2-stretch, 7-stretch, stretch, 7.2.3-cli, 7.2-cli, 7-cli, cli, 7.2.3, 7.2, 7, latest
+Tags: 7.2.5-cli-stretch, 7.2-cli-stretch, 7-cli-stretch, cli-stretch, 7.2.5-stretch, 7.2-stretch, 7-stretch, stretch, 7.2.5-cli, 7.2-cli, 7-cli, cli, 7.2.5, 7.2, 7, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/stretch/cli
 
-Tags: 7.2.3-apache-stretch, 7.2-apache-stretch, 7-apache-stretch, apache-stretch, 7.2.3-apache, 7.2-apache, 7-apache, apache
+Tags: 7.2.5-apache-stretch, 7.2-apache-stretch, 7-apache-stretch, apache-stretch, 7.2.5-apache, 7.2-apache, 7-apache, apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/stretch/apache
 
-Tags: 7.2.3-fpm-stretch, 7.2-fpm-stretch, 7-fpm-stretch, fpm-stretch, 7.2.3-fpm, 7.2-fpm, 7-fpm, fpm
+Tags: 7.2.5-fpm-stretch, 7.2-fpm-stretch, 7-fpm-stretch, fpm-stretch, 7.2.5-fpm, 7.2-fpm, 7-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/stretch/fpm
 
-Tags: 7.2.3-zts-stretch, 7.2-zts-stretch, 7-zts-stretch, zts-stretch, 7.2.3-zts, 7.2-zts, 7-zts, zts
+Tags: 7.2.5-zts-stretch, 7.2-zts-stretch, 7-zts-stretch, zts-stretch, 7.2.5-zts, 7.2-zts, 7-zts, zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/stretch/zts
 
-Tags: 7.2.3-cli-alpine3.7, 7.2-cli-alpine3.7, 7-cli-alpine3.7, cli-alpine3.7, 7.2.3-alpine3.7, 7.2-alpine3.7, 7-alpine3.7, alpine3.7
+Tags: 7.2.5-cli-alpine3.7, 7.2-cli-alpine3.7, 7-cli-alpine3.7, cli-alpine3.7, 7.2.5-alpine3.7, 7.2-alpine3.7, 7-alpine3.7, alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/alpine3.7/cli
 
-Tags: 7.2.3-fpm-alpine3.7, 7.2-fpm-alpine3.7, 7-fpm-alpine3.7, fpm-alpine3.7
+Tags: 7.2.5-fpm-alpine3.7, 7.2-fpm-alpine3.7, 7-fpm-alpine3.7, fpm-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/alpine3.7/fpm
 
-Tags: 7.2.3-zts-alpine3.7, 7.2-zts-alpine3.7, 7-zts-alpine3.7, zts-alpine3.7
+Tags: 7.2.5-zts-alpine3.7, 7.2-zts-alpine3.7, 7-zts-alpine3.7, zts-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/alpine3.7/zts
 
-Tags: 7.2.3-cli-alpine3.6, 7.2-cli-alpine3.6, 7-cli-alpine3.6, cli-alpine3.6, 7.2.3-alpine3.6, 7.2-alpine3.6, 7-alpine3.6, alpine3.6, 7.2.3-cli-alpine, 7.2-cli-alpine, 7-cli-alpine, cli-alpine, 7.2.3-alpine, 7.2-alpine, 7-alpine, alpine
+Tags: 7.2.5-cli-alpine3.6, 7.2-cli-alpine3.6, 7-cli-alpine3.6, cli-alpine3.6, 7.2.5-alpine3.6, 7.2-alpine3.6, 7-alpine3.6, alpine3.6, 7.2.5-cli-alpine, 7.2-cli-alpine, 7-cli-alpine, cli-alpine, 7.2.5-alpine, 7.2-alpine, 7-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/alpine3.6/cli
 
-Tags: 7.2.3-fpm-alpine3.6, 7.2-fpm-alpine3.6, 7-fpm-alpine3.6, fpm-alpine3.6, 7.2.3-fpm-alpine, 7.2-fpm-alpine, 7-fpm-alpine, fpm-alpine
+Tags: 7.2.5-fpm-alpine3.6, 7.2-fpm-alpine3.6, 7-fpm-alpine3.6, fpm-alpine3.6, 7.2.5-fpm-alpine, 7.2-fpm-alpine, 7-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/alpine3.6/fpm
 
-Tags: 7.2.3-zts-alpine3.6, 7.2-zts-alpine3.6, 7-zts-alpine3.6, zts-alpine3.6, 7.2.3-zts-alpine, 7.2-zts-alpine, 7-zts-alpine, zts-alpine
+Tags: 7.2.5-zts-alpine3.6, 7.2-zts-alpine3.6, 7-zts-alpine3.6, zts-alpine3.6, 7.2.5-zts-alpine, 7.2-zts-alpine, 7-zts-alpine, zts-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 7707290c53077c0fbdbe8c768e98c51ba06025f1
+GitCommit: f427847237550890dfba33df2fda84ae32b40e54
 Directory: 7.2/alpine3.6/zts
 
-Tags: 7.1.15-cli-jessie, 7.1-cli-jessie, 7.1.15-jessie, 7.1-jessie, 7.1.15-cli, 7.1-cli, 7.1.15, 7.1
+Tags: 7.1.16-cli-jessie, 7.1-cli-jessie, 7.1.16-jessie, 7.1-jessie, 7.1.16-cli, 7.1-cli, 7.1.16, 7.1
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 7.1/jessie/cli
 
-Tags: 7.1.15-apache-jessie, 7.1-apache-jessie, 7.1.15-apache, 7.1-apache
+Tags: 7.1.16-apache-jessie, 7.1-apache-jessie, 7.1.16-apache, 7.1-apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 7.1/jessie/apache
 
-Tags: 7.1.15-fpm-jessie, 7.1-fpm-jessie, 7.1.15-fpm, 7.1-fpm
+Tags: 7.1.16-fpm-jessie, 7.1-fpm-jessie, 7.1.16-fpm, 7.1-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 7.1/jessie/fpm
 
-Tags: 7.1.15-zts-jessie, 7.1-zts-jessie, 7.1.15-zts, 7.1-zts
+Tags: 7.1.16-zts-jessie, 7.1-zts-jessie, 7.1.16-zts, 7.1-zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 7.1/jessie/zts
 
-Tags: 7.1.15-cli-alpine3.4, 7.1-cli-alpine3.4, 7.1.15-alpine3.4, 7.1-alpine3.4, 7.1.15-cli-alpine, 7.1-cli-alpine, 7.1.15-alpine, 7.1-alpine
+Tags: 7.1.16-cli-alpine3.4, 7.1-cli-alpine3.4, 7.1.16-alpine3.4, 7.1-alpine3.4, 7.1.16-cli-alpine, 7.1-cli-alpine, 7.1.16-alpine, 7.1-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 7.1/alpine3.4/cli
 
-Tags: 7.1.15-fpm-alpine3.4, 7.1-fpm-alpine3.4, 7.1.15-fpm-alpine, 7.1-fpm-alpine
+Tags: 7.1.16-fpm-alpine3.4, 7.1-fpm-alpine3.4, 7.1.16-fpm-alpine, 7.1-fpm-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 7.1/alpine3.4/fpm
 
-Tags: 7.1.15-zts-alpine3.4, 7.1-zts-alpine3.4, 7.1.15-zts-alpine, 7.1-zts-alpine
+Tags: 7.1.16-zts-alpine3.4, 7.1-zts-alpine3.4, 7.1.16-zts-alpine, 7.1-zts-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 7.1/alpine3.4/zts
 
-Tags: 7.0.28-cli-jessie, 7.0-cli-jessie, 7.0.28-jessie, 7.0-jessie, 7.0.28-cli, 7.0-cli, 7.0.28, 7.0
+Tags: 7.0.30-cli-jessie, 7.0-cli-jessie, 7.0.30-jessie, 7.0-jessie, 7.0.30-cli, 7.0-cli, 7.0.30, 7.0
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: dc0a0bc1b2cb54692a22ee56d2a63fedfb76d32b
 Directory: 7.0/jessie/cli
 
-Tags: 7.0.28-apache-jessie, 7.0-apache-jessie, 7.0.28-apache, 7.0-apache
+Tags: 7.0.30-apache-jessie, 7.0-apache-jessie, 7.0.30-apache, 7.0-apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: dc0a0bc1b2cb54692a22ee56d2a63fedfb76d32b
 Directory: 7.0/jessie/apache
 
-Tags: 7.0.28-fpm-jessie, 7.0-fpm-jessie, 7.0.28-fpm, 7.0-fpm
+Tags: 7.0.30-fpm-jessie, 7.0-fpm-jessie, 7.0.30-fpm, 7.0-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: dc0a0bc1b2cb54692a22ee56d2a63fedfb76d32b
 Directory: 7.0/jessie/fpm
 
-Tags: 7.0.28-zts-jessie, 7.0-zts-jessie, 7.0.28-zts, 7.0-zts
+Tags: 7.0.30-zts-jessie, 7.0-zts-jessie, 7.0.30-zts, 7.0-zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: dc0a0bc1b2cb54692a22ee56d2a63fedfb76d32b
 Directory: 7.0/jessie/zts
 
-Tags: 7.0.28-cli-alpine3.4, 7.0-cli-alpine3.4, 7.0.28-alpine3.4, 7.0-alpine3.4, 7.0.28-cli-alpine, 7.0-cli-alpine, 7.0.28-alpine, 7.0-alpine
+Tags: 7.0.30-cli-alpine3.4, 7.0-cli-alpine3.4, 7.0.30-alpine3.4, 7.0-alpine3.4, 7.0.30-cli-alpine, 7.0-cli-alpine, 7.0.30-alpine, 7.0-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: dc0a0bc1b2cb54692a22ee56d2a63fedfb76d32b
 Directory: 7.0/alpine3.4/cli
 
-Tags: 7.0.28-fpm-alpine3.4, 7.0-fpm-alpine3.4, 7.0.28-fpm-alpine, 7.0-fpm-alpine
+Tags: 7.0.30-fpm-alpine3.4, 7.0-fpm-alpine3.4, 7.0.30-fpm-alpine, 7.0-fpm-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: dc0a0bc1b2cb54692a22ee56d2a63fedfb76d32b
 Directory: 7.0/alpine3.4/fpm
 
-Tags: 7.0.28-zts-alpine3.4, 7.0-zts-alpine3.4, 7.0.28-zts-alpine, 7.0-zts-alpine
+Tags: 7.0.30-zts-alpine3.4, 7.0-zts-alpine3.4, 7.0.30-zts-alpine, 7.0-zts-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: dc0a0bc1b2cb54692a22ee56d2a63fedfb76d32b
 Directory: 7.0/alpine3.4/zts
 
-Tags: 5.6.34-cli-jessie, 5.6-cli-jessie, 5-cli-jessie, 5.6.34-jessie, 5.6-jessie, 5-jessie, 5.6.34-cli, 5.6-cli, 5-cli, 5.6.34, 5.6, 5
+Tags: 5.6.35-cli-jessie, 5.6-cli-jessie, 5-cli-jessie, 5.6.35-jessie, 5.6-jessie, 5-jessie, 5.6.35-cli, 5.6-cli, 5-cli, 5.6.35, 5.6, 5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 5.6/jessie/cli
 
-Tags: 5.6.34-apache-jessie, 5.6-apache-jessie, 5-apache-jessie, 5.6.34-apache, 5.6-apache, 5-apache
+Tags: 5.6.35-apache-jessie, 5.6-apache-jessie, 5-apache-jessie, 5.6.35-apache, 5.6-apache, 5-apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 5.6/jessie/apache
 
-Tags: 5.6.34-fpm-jessie, 5.6-fpm-jessie, 5-fpm-jessie, 5.6.34-fpm, 5.6-fpm, 5-fpm
+Tags: 5.6.35-fpm-jessie, 5.6-fpm-jessie, 5-fpm-jessie, 5.6.35-fpm, 5.6-fpm, 5-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 5.6/jessie/fpm
 
-Tags: 5.6.34-zts-jessie, 5.6-zts-jessie, 5-zts-jessie, 5.6.34-zts, 5.6-zts, 5-zts
+Tags: 5.6.35-zts-jessie, 5.6-zts-jessie, 5-zts-jessie, 5.6.35-zts, 5.6-zts, 5-zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 5.6/jessie/zts
 
-Tags: 5.6.34-cli-alpine3.4, 5.6-cli-alpine3.4, 5-cli-alpine3.4, 5.6.34-alpine3.4, 5.6-alpine3.4, 5-alpine3.4, 5.6.34-cli-alpine, 5.6-cli-alpine, 5-cli-alpine, 5.6.34-alpine, 5.6-alpine, 5-alpine
+Tags: 5.6.35-cli-alpine3.4, 5.6-cli-alpine3.4, 5-cli-alpine3.4, 5.6.35-alpine3.4, 5.6-alpine3.4, 5-alpine3.4, 5.6.35-cli-alpine, 5.6-cli-alpine, 5-cli-alpine, 5.6.35-alpine, 5.6-alpine, 5-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 5.6/alpine3.4/cli
 
-Tags: 5.6.34-fpm-alpine3.4, 5.6-fpm-alpine3.4, 5-fpm-alpine3.4, 5.6.34-fpm-alpine, 5.6-fpm-alpine, 5-fpm-alpine
+Tags: 5.6.35-fpm-alpine3.4, 5.6-fpm-alpine3.4, 5-fpm-alpine3.4, 5.6.35-fpm-alpine, 5.6-fpm-alpine, 5-fpm-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 5.6/alpine3.4/fpm
 
-Tags: 5.6.34-zts-alpine3.4, 5.6-zts-alpine3.4, 5-zts-alpine3.4, 5.6.34-zts-alpine, 5.6-zts-alpine, 5-zts-alpine
+Tags: 5.6.35-zts-alpine3.4, 5.6-zts-alpine3.4, 5-zts-alpine3.4, 5.6.35-zts-alpine, 5.6-zts-alpine, 5-zts-alpine
 Architectures: amd64
-GitCommit: fe07cedc05d84a6af374dabdee82f213464ad3c5
+GitCommit: f504394473ea762a02a707325a9114df02987e71
 Directory: 5.6/alpine3.4/zts

+ 1 - 1
library/php-zendserver

@@ -1,6 +1,6 @@
 Maintainers: David Lowes <[email protected]> (@davidl-zend)
 GitRepo: https://github.com/zendtech/php-zendserver-docker.git
-GitCommit: f28a8955e0d899aaca063ea73857200adc6712aa
+GitCommit: 86e6c5ccb9faaccc3944ef346ebbd9c181835ba7
 
 Tags: 5.5, 8.5-php5.5
 Directory: 8.5/5.5

+ 8 - 6
library/piwik

@@ -1,11 +1,13 @@
-# This file is generated via https://github.com/piwik/docker-piwik/blob/6806ec6f57bcb2581520977330060fc2df55bf40/generate-stackbrew-library.sh
+# This file is generated via https://github.com/matomo-org/docker/blob/fd6d19b262068216213f41162e3b33bed54847fe/generate-stackbrew-library.sh
 Maintainers: Pierre Ozoux <[email protected]> (@pierreozoux)
-GitRepo: https://github.com/piwik/docker-piwik.git
+GitRepo: https://github.com/matomo-org/docker.git
 
-Tags: 3.3.0-apache, 3.3-apache, 3-apache, apache, 3.3.0, 3.3, 3, latest
-GitCommit: 7e2efa6e592517e0cfcb4393721b2b0ce8045531
+Tags: 3.4.0-apache, 3.4-apache, 3-apache, apache, 3.4.0, 3.4, 3, latest
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: c985c710bcd7ff07a79efd60433bc7f0d1674c28
 Directory: apache
 
-Tags: 3.3.0-fpm, 3.3-fpm, 3-fpm, fpm
-GitCommit: 7e2efa6e592517e0cfcb4393721b2b0ce8045531
+Tags: 3.4.0-fpm, 3.4-fpm, 3-fpm, fpm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: c985c710bcd7ff07a79efd60433bc7f0d1674c28
 Directory: fpm

+ 13 - 13
library/postgres

@@ -6,7 +6,7 @@ GitRepo: https://github.com/docker-library/postgres.git
 
 Tags: 10.3, 10, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 0aaaf2094034647a552f0b1ec63b1b0ec0f6c2cc
+GitCommit: ef4545c07bd97e5585bb9e7f2680a4859b9ccf3c
 Directory: 10
 
 Tags: 10.3-alpine, 10-alpine, alpine
@@ -16,40 +16,40 @@ Directory: 10/alpine
 
 Tags: 9.6.8, 9.6, 9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 7f18547f3779e8593e2bb35f21eba5baadc47290
+GitCommit: ef4545c07bd97e5585bb9e7f2680a4859b9ccf3c
 Directory: 9.6
 
 Tags: 9.6.8-alpine, 9.6-alpine, 9-alpine
-Architectures: amd64
-GitCommit: 65ed6d7deebc81377154f1c841b1b156c63dfb19
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: c66fc738ed2eb957881a855eda7f921f785ec7a3
 Directory: 9.6/alpine
 
 Tags: 9.5.12, 9.5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 07ae979980f889e83ee8f4afc1fee09fdb663ab3
+GitCommit: ef4545c07bd97e5585bb9e7f2680a4859b9ccf3c
 Directory: 9.5
 
 Tags: 9.5.12-alpine, 9.5-alpine
-Architectures: amd64
-GitCommit: 7063c608f7845a56d343e71540f92b5cdd2a543b
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: c66fc738ed2eb957881a855eda7f921f785ec7a3
 Directory: 9.5/alpine
 
 Tags: 9.4.17, 9.4
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 61e369ce3738e38386fa01ce4809c2304e76257c
+GitCommit: ef4545c07bd97e5585bb9e7f2680a4859b9ccf3c
 Directory: 9.4
 
 Tags: 9.4.17-alpine, 9.4-alpine
-Architectures: amd64
-GitCommit: 34b633b01ddcb6473e543a2e3a1ff0e2978670cb
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: c66fc738ed2eb957881a855eda7f921f785ec7a3
 Directory: 9.4/alpine
 
 Tags: 9.3.22, 9.3
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: e3c9133ac3bde0aca094b616654309f3377124f2
+GitCommit: ef4545c07bd97e5585bb9e7f2680a4859b9ccf3c
 Directory: 9.3
 
 Tags: 9.3.22-alpine, 9.3-alpine
-Architectures: amd64
-GitCommit: 40158e3e1eab19a8faceef3f31c50869c964223c
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: c66fc738ed2eb957881a855eda7f921f785ec7a3
 Directory: 9.3/alpine

+ 8 - 8
library/pypy

@@ -4,22 +4,22 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/pypy.git
 
-Tags: 2-5.10.0, 2-5.10, 2-5, 2
+Tags: 2-6.0.0, 2-6.0, 2-6, 2
 Architectures: amd64, arm32v5, i386
-GitCommit: 2b2b28c8d47683df043de22ddd11cb1bc6c5d151
+GitCommit: a332c672d4977ae33548254d4dc9dffd46618d12
 Directory: 2
 
-Tags: 2-5.10.0-slim, 2-5.10-slim, 2-5-slim, 2-slim
+Tags: 2-6.0.0-slim, 2-6.0-slim, 2-6-slim, 2-slim
 Architectures: amd64, arm32v5, i386
-GitCommit: 2b2b28c8d47683df043de22ddd11cb1bc6c5d151
+GitCommit: a332c672d4977ae33548254d4dc9dffd46618d12
 Directory: 2/slim
 
-Tags: 3-5.10.1, 3-5.10, 3-5, 3, latest
+Tags: 3-6.0.0, 3-6.0, 3-6, 3, latest
 Architectures: amd64, arm32v5, i386
-GitCommit: 90d6f08b46c99c7cccae534f4ba003c132cc1afe
+GitCommit: a332c672d4977ae33548254d4dc9dffd46618d12
 Directory: 3
 
-Tags: 3-5.10.1-slim, 3-5.10-slim, 3-5-slim, 3-slim, slim
+Tags: 3-6.0.0-slim, 3-6.0-slim, 3-6-slim, 3-slim, slim
 Architectures: amd64, arm32v5, i386
-GitCommit: 90d6f08b46c99c7cccae534f4ba003c132cc1afe
+GitCommit: a332c672d4977ae33548254d4dc9dffd46618d12
 Directory: 3/slim

+ 52 - 52
library/python

@@ -4,100 +4,100 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/python.git
 
-Tags: 3.7.0b2-stretch, 3.7-rc-stretch, rc-stretch
-SharedTags: 3.7.0b2, 3.7-rc, rc
+Tags: 3.7.0b3-stretch, 3.7-rc-stretch, rc-stretch
+SharedTags: 3.7.0b3, 3.7-rc, rc
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b9ecbb7d3ad02696a764c81b3625a9c71fd9bea5
+GitCommit: 886a292a44ec78ab8052d3bd0731f9bdaddcd3f9
 Directory: 3.7-rc/stretch
 
-Tags: 3.7.0b2-slim-stretch, 3.7-rc-slim-stretch, rc-slim-stretch, 3.7.0b2-slim, 3.7-rc-slim, rc-slim
+Tags: 3.7.0b3-slim-stretch, 3.7-rc-slim-stretch, rc-slim-stretch, 3.7.0b3-slim, 3.7-rc-slim, rc-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b9ecbb7d3ad02696a764c81b3625a9c71fd9bea5
+GitCommit: 886a292a44ec78ab8052d3bd0731f9bdaddcd3f9
 Directory: 3.7-rc/stretch/slim
 
-Tags: 3.7.0b2-alpine3.7, 3.7-rc-alpine3.7, rc-alpine3.7, 3.7.0b2-alpine, 3.7-rc-alpine, rc-alpine
+Tags: 3.7.0b3-alpine3.7, 3.7-rc-alpine3.7, rc-alpine3.7, 3.7.0b3-alpine, 3.7-rc-alpine, rc-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: b9ecbb7d3ad02696a764c81b3625a9c71fd9bea5
+GitCommit: 886a292a44ec78ab8052d3bd0731f9bdaddcd3f9
 Directory: 3.7-rc/alpine3.7
 
-Tags: 3.7.0b2-windowsservercore-ltsc2016, 3.7-rc-windowsservercore-ltsc2016, rc-windowsservercore-ltsc2016
-SharedTags: 3.7.0b2-windowsservercore, 3.7-rc-windowsservercore, rc-windowsservercore, 3.7.0b2, 3.7-rc, rc
+Tags: 3.7.0b3-windowsservercore-ltsc2016, 3.7-rc-windowsservercore-ltsc2016, rc-windowsservercore-ltsc2016
+SharedTags: 3.7.0b3-windowsservercore, 3.7-rc-windowsservercore, rc-windowsservercore, 3.7.0b3, 3.7-rc, rc
 Architectures: windows-amd64
-GitCommit: b9ecbb7d3ad02696a764c81b3625a9c71fd9bea5
+GitCommit: 8b2f374fa1ea46deb744c183af71f94f72194a74
 Directory: 3.7-rc/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 3.7.0b2-windowsservercore-1709, 3.7-rc-windowsservercore-1709, rc-windowsservercore-1709
-SharedTags: 3.7.0b2-windowsservercore, 3.7-rc-windowsservercore, rc-windowsservercore, 3.7.0b2, 3.7-rc, rc
+Tags: 3.7.0b3-windowsservercore-1709, 3.7-rc-windowsservercore-1709, rc-windowsservercore-1709
+SharedTags: 3.7.0b3-windowsservercore, 3.7-rc-windowsservercore, rc-windowsservercore, 3.7.0b3, 3.7-rc, rc
 Architectures: windows-amd64
-GitCommit: b9ecbb7d3ad02696a764c81b3625a9c71fd9bea5
+GitCommit: 8b2f374fa1ea46deb744c183af71f94f72194a74
 Directory: 3.7-rc/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 3.6.4-stretch, 3.6-stretch, 3-stretch, stretch
+Tags: 3.6.5-stretch, 3.6-stretch, 3-stretch, stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/stretch
 
-Tags: 3.6.4-slim-stretch, 3.6-slim-stretch, 3-slim-stretch, slim-stretch
+Tags: 3.6.5-slim-stretch, 3.6-slim-stretch, 3-slim-stretch, slim-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/stretch/slim
 
-Tags: 3.6.4-jessie, 3.6-jessie, 3-jessie, jessie
-SharedTags: 3.6.4, 3.6, 3, latest
+Tags: 3.6.5-jessie, 3.6-jessie, 3-jessie, jessie
+SharedTags: 3.6.5, 3.6, 3, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/jessie
 
-Tags: 3.6.4-slim-jessie, 3.6-slim-jessie, 3-slim-jessie, slim-jessie, 3.6.4-slim, 3.6-slim, 3-slim, slim
+Tags: 3.6.5-slim-jessie, 3.6-slim-jessie, 3-slim-jessie, slim-jessie, 3.6.5-slim, 3.6-slim, 3-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/jessie/slim
 
-Tags: 3.6.4-onbuild, 3.6-onbuild, 3-onbuild, onbuild
+Tags: 3.6.5-onbuild, 3.6-onbuild, 3-onbuild, onbuild
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: f12c2df135aef8c3f645d90aae582b2c65dbc3b5
 Directory: 3.6/jessie/onbuild
 
-Tags: 3.6.4-alpine3.7, 3.6-alpine3.7, 3-alpine3.7, alpine3.7
+Tags: 3.6.5-alpine3.7, 3.6-alpine3.7, 3-alpine3.7, alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/alpine3.7
 
-Tags: 3.6.4-alpine3.6, 3.6-alpine3.6, 3-alpine3.6, alpine3.6
+Tags: 3.6.5-alpine3.6, 3.6-alpine3.6, 3-alpine3.6, alpine3.6
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/alpine3.6
 
-Tags: 3.6.4-alpine3.4, 3.6-alpine3.4, 3-alpine3.4, alpine3.4, 3.6.4-alpine, 3.6-alpine, 3-alpine, alpine
+Tags: 3.6.5-alpine3.4, 3.6-alpine3.4, 3-alpine3.4, alpine3.4, 3.6.5-alpine, 3.6-alpine, 3-alpine, alpine
 Architectures: amd64
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/alpine3.4
 
-Tags: 3.6.4-windowsservercore-ltsc2016, 3.6-windowsservercore-ltsc2016, 3-windowsservercore-ltsc2016, windowsservercore-ltsc2016
-SharedTags: 3.6.4-windowsservercore, 3.6-windowsservercore, 3-windowsservercore, windowsservercore, 3.6.4, 3.6, 3, latest
+Tags: 3.6.5-windowsservercore-ltsc2016, 3.6-windowsservercore-ltsc2016, 3-windowsservercore-ltsc2016, windowsservercore-ltsc2016
+SharedTags: 3.6.5-windowsservercore, 3.6-windowsservercore, 3-windowsservercore, windowsservercore, 3.6.5, 3.6, 3, latest
 Architectures: windows-amd64
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: 8b2f374fa1ea46deb744c183af71f94f72194a74
 Directory: 3.6/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 3.6.4-windowsservercore-1709, 3.6-windowsservercore-1709, 3-windowsservercore-1709, windowsservercore-1709
-SharedTags: 3.6.4-windowsservercore, 3.6-windowsservercore, 3-windowsservercore, windowsservercore, 3.6.4, 3.6, 3, latest
+Tags: 3.6.5-windowsservercore-1709, 3.6-windowsservercore-1709, 3-windowsservercore-1709, windowsservercore-1709
+SharedTags: 3.6.5-windowsservercore, 3.6-windowsservercore, 3-windowsservercore, windowsservercore, 3.6.5, 3.6, 3, latest
 Architectures: windows-amd64
-GitCommit: c9a08272dbcbcd8f917ac98f494e6f0e3e7d929e
+GitCommit: 8b2f374fa1ea46deb744c183af71f94f72194a74
 Directory: 3.6/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
 Tags: 3.5.5-jessie, 3.5-jessie
 SharedTags: 3.5.5, 3.5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
+GitCommit: a652f35d6ce77f02ca268d67f39e7dfa24cf08c5
 Directory: 3.5/jessie
 
 Tags: 3.5.5-slim-jessie, 3.5-slim-jessie, 3.5.5-slim, 3.5-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
+GitCommit: a652f35d6ce77f02ca268d67f39e7dfa24cf08c5
 Directory: 3.5/jessie/slim
 
 Tags: 3.5.5-onbuild, 3.5-onbuild
@@ -107,18 +107,18 @@ Directory: 3.5/jessie/onbuild
 
 Tags: 3.5.5-alpine3.4, 3.5-alpine3.4, 3.5.5-alpine, 3.5-alpine
 Architectures: amd64
-GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
+GitCommit: a652f35d6ce77f02ca268d67f39e7dfa24cf08c5
 Directory: 3.5/alpine3.4
 
 Tags: 3.4.8-jessie, 3.4-jessie
 SharedTags: 3.4.8, 3.4
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
+GitCommit: 92b33f97f0e1f1faabca46aee0f5520c1b038ed5
 Directory: 3.4/jessie
 
 Tags: 3.4.8-slim-jessie, 3.4-slim-jessie, 3.4.8-slim, 3.4-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
+GitCommit: 92b33f97f0e1f1faabca46aee0f5520c1b038ed5
 Directory: 3.4/jessie/slim
 
 Tags: 3.4.8-onbuild, 3.4-onbuild
@@ -128,33 +128,33 @@ Directory: 3.4/jessie/onbuild
 
 Tags: 3.4.8-wheezy, 3.4-wheezy
 Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
+GitCommit: 92b33f97f0e1f1faabca46aee0f5520c1b038ed5
 Directory: 3.4/wheezy
 
 Tags: 3.4.8-alpine3.4, 3.4-alpine3.4, 3.4.8-alpine, 3.4-alpine
 Architectures: amd64
-GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
+GitCommit: 92b33f97f0e1f1faabca46aee0f5520c1b038ed5
 Directory: 3.4/alpine3.4
 
 Tags: 2.7.14-stretch, 2.7-stretch, 2-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 2c06746f8a82729f9265c1e17c29b1e937af7441
 Directory: 2.7/stretch
 
 Tags: 2.7.14-slim-stretch, 2.7-slim-stretch, 2-slim-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 2c06746f8a82729f9265c1e17c29b1e937af7441
 Directory: 2.7/stretch/slim
 
 Tags: 2.7.14-jessie, 2.7-jessie, 2-jessie
 SharedTags: 2.7.14, 2.7, 2
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 2c06746f8a82729f9265c1e17c29b1e937af7441
 Directory: 2.7/jessie
 
 Tags: 2.7.14-slim-jessie, 2.7-slim-jessie, 2-slim-jessie, 2.7.14-slim, 2.7-slim, 2-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 2c06746f8a82729f9265c1e17c29b1e937af7441
 Directory: 2.7/jessie/slim
 
 Tags: 2.7.14-onbuild, 2.7-onbuild, 2-onbuild
@@ -164,34 +164,34 @@ Directory: 2.7/jessie/onbuild
 
 Tags: 2.7.14-wheezy, 2.7-wheezy, 2-wheezy
 Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 2c06746f8a82729f9265c1e17c29b1e937af7441
 Directory: 2.7/wheezy
 
 Tags: 2.7.14-alpine3.7, 2.7-alpine3.7, 2-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 2c06746f8a82729f9265c1e17c29b1e937af7441
 Directory: 2.7/alpine3.7
 
 Tags: 2.7.14-alpine3.6, 2.7-alpine3.6, 2-alpine3.6
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 2c06746f8a82729f9265c1e17c29b1e937af7441
 Directory: 2.7/alpine3.6
 
 Tags: 2.7.14-alpine3.4, 2.7-alpine3.4, 2-alpine3.4, 2.7.14-alpine, 2.7-alpine, 2-alpine
 Architectures: amd64
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 2c06746f8a82729f9265c1e17c29b1e937af7441
 Directory: 2.7/alpine3.4
 
 Tags: 2.7.14-windowsservercore-ltsc2016, 2.7-windowsservercore-ltsc2016, 2-windowsservercore-ltsc2016
 SharedTags: 2.7.14-windowsservercore, 2.7-windowsservercore, 2-windowsservercore, 2.7.14, 2.7, 2
 Architectures: windows-amd64
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 8b2f374fa1ea46deb744c183af71f94f72194a74
 Directory: 2.7/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
 Tags: 2.7.14-windowsservercore-1709, 2.7-windowsservercore-1709, 2-windowsservercore-1709
 SharedTags: 2.7.14-windowsservercore, 2.7-windowsservercore, 2-windowsservercore, 2.7.14, 2.7, 2
 Architectures: windows-amd64
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 8b2f374fa1ea46deb744c183af71f94f72194a74
 Directory: 2.7/windows/windowsservercore-1709
 Constraints: windowsservercore-1709

+ 6 - 6
library/redis

@@ -19,17 +19,17 @@ Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 3f69a5c2109cd8099126548bda5d6983dec02dcf
 Directory: 3.2/alpine
 
-Tags: 4.0.8, 4.0, 4, latest
+Tags: 4.0.9, 4.0, 4, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d53b982b387634092c6f11069401679034054ecb
+GitCommit: 1e20bfbe22f999959f8997a823fa1ed5784fd8cc
 Directory: 4.0
 
-Tags: 4.0.8-32bit, 4.0-32bit, 4-32bit, 32bit
+Tags: 4.0.9-32bit, 4.0-32bit, 4-32bit, 32bit
 Architectures: amd64
-GitCommit: d53b982b387634092c6f11069401679034054ecb
+GitCommit: 1e20bfbe22f999959f8997a823fa1ed5784fd8cc
 Directory: 4.0/32bit
 
-Tags: 4.0.8-alpine, 4.0-alpine, 4-alpine, alpine
+Tags: 4.0.9-alpine, 4.0-alpine, 4-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 3f69a5c2109cd8099126548bda5d6983dec02dcf
+GitCommit: 1e20bfbe22f999959f8997a823fa1ed5784fd8cc
 Directory: 4.0/alpine

+ 9 - 9
library/redmine

@@ -4,22 +4,22 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/redmine.git
 
-Tags: 3.4.4, 3.4, 3, latest
+Tags: 3.4.5, 3.4, 3, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 86a208cc744d9743a219973ba2ab675f6718bec4
+GitCommit: 7885b55d69f209c5aa676ba60b727dd240e199bd
 Directory: 3.4
 
-Tags: 3.4.4-passenger, 3.4-passenger, 3-passenger, passenger
-GitCommit: 6314ae1dcb66b822b61972809d53da969a2a6db7
+Tags: 3.4.5-passenger, 3.4-passenger, 3-passenger, passenger
+GitCommit: e5a95c0ca089652541f12d9008d9be6332f59899
 Directory: 3.4/passenger
 
-Tags: 3.3.6, 3.3
+Tags: 3.3.7, 3.3
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1a66905d6ed69f74e74e6b48fedb39f8e3bff949
+GitCommit: bd9663568f6e9617776f127a749a4f794ef4cf19
 Directory: 3.3
 
-Tags: 3.3.6-passenger, 3.3-passenger
-GitCommit: 6314ae1dcb66b822b61972809d53da969a2a6db7
+Tags: 3.3.7-passenger, 3.3-passenger
+GitCommit: e5a95c0ca089652541f12d9008d9be6332f59899
 Directory: 3.3/passenger
 
 Tags: 3.2.9, 3.2
@@ -28,5 +28,5 @@ GitCommit: 71453c2e7a7a0736a669a67c668f4abd59857605
 Directory: 3.2
 
 Tags: 3.2.9-passenger, 3.2-passenger
-GitCommit: 6314ae1dcb66b822b61972809d53da969a2a6db7
+GitCommit: e5a95c0ca089652541f12d9008d9be6332f59899
 Directory: 3.2/passenger

+ 2 - 2
library/rocket.chat

@@ -1,5 +1,5 @@
 Maintainers: Rocket.Chat Image Team <[email protected]> (@RocketChat)
 GitRepo: https://github.com/RocketChat/Docker.Official.Image.git
 
-Tags: 0.62.2, 0.62, 0, latest
-GitCommit: 9a408ff66d899f71d595cc8bbffbd03081ef8c2e
+Tags: 0.63.3, 0.63, 0, latest
+GitCommit: 077a8fc4d69b22ac7812287ce6b4cb14ffdb821b

+ 20 - 20
library/ros

@@ -9,22 +9,22 @@ GitRepo: https://github.com/osrf/docker_images.git
 
 Tags: indigo-ros-core, indigo-ros-core-trusty
 Architectures: amd64, arm32v7
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: 20061b005b245d1b7e23626afd0ea2c39de9db49
 Directory: ros/indigo/ubuntu/trusty/ros-core
 
 Tags: indigo-ros-base, indigo-ros-base-trusty, indigo
 Architectures: amd64, arm32v7
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: 20061b005b245d1b7e23626afd0ea2c39de9db49
 Directory: ros/indigo/ubuntu/trusty/ros-base
 
 Tags: indigo-robot, indigo-robot-trusty
 Architectures: amd64, arm32v7
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: 20061b005b245d1b7e23626afd0ea2c39de9db49
 Directory: ros/indigo/ubuntu/trusty/robot
 
 Tags: indigo-perception, indigo-perception-trusty
 Architectures: amd64, arm32v7
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: 20061b005b245d1b7e23626afd0ea2c39de9db49
 Directory: ros/indigo/ubuntu/trusty/perception
 
 
@@ -36,22 +36,22 @@ Directory: ros/indigo/ubuntu/trusty/perception
 
 Tags: kinetic-ros-core, kinetic-ros-core-xenial
 Architectures: amd64, arm32v7, arm64v8
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: f2b13092747c0f60cf7608369b57ea89bc01e22d
 Directory: ros/kinetic/ubuntu/xenial/ros-core
 
 Tags: kinetic-ros-base, kinetic-ros-base-xenial, kinetic, latest
 Architectures: amd64, arm32v7, arm64v8
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: f2b13092747c0f60cf7608369b57ea89bc01e22d
 Directory: ros/kinetic/ubuntu/xenial/ros-base
 
 Tags: kinetic-robot, kinetic-robot-xenial
 Architectures: amd64, arm32v7, arm64v8
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: f2b13092747c0f60cf7608369b57ea89bc01e22d
 Directory: ros/kinetic/ubuntu/xenial/robot
 
 Tags: kinetic-perception, kinetic-perception-xenial
 Architectures: amd64, arm32v7, arm64v8
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: f2b13092747c0f60cf7608369b57ea89bc01e22d
 Directory: ros/kinetic/ubuntu/xenial/perception
 
 ########################################
@@ -59,22 +59,22 @@ Directory: ros/kinetic/ubuntu/xenial/perception
 
 Tags: kinetic-ros-core-jessie
 Architectures: amd64, arm64v8
-GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
+GitCommit: 974fbc89317b858efd413073417de5996467a6d5
 Directory: ros/kinetic/debian/jessie/ros-core
 
 Tags: kinetic-ros-base-jessie
 Architectures: amd64, arm64v8
-GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
+GitCommit: 974fbc89317b858efd413073417de5996467a6d5
 Directory: ros/kinetic/debian/jessie/ros-base
 
 Tags: kinetic-robot-jessie
 Architectures: amd64, arm64v8
-GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
+GitCommit: 974fbc89317b858efd413073417de5996467a6d5
 Directory: ros/kinetic/debian/jessie/robot
 
 Tags: kinetic-perception-jessie
 Architectures: amd64, arm64v8
-GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
+GitCommit: 974fbc89317b858efd413073417de5996467a6d5
 Directory: ros/kinetic/debian/jessie/perception
 
 
@@ -86,22 +86,22 @@ Directory: ros/kinetic/debian/jessie/perception
 
 Tags: lunar-ros-core, lunar-ros-core-xenial
 Architectures: amd64, arm32v7, arm64v8
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: d81c0004d43383a6cd0f7b5a9b3020300f3cb1ca
 Directory: ros/lunar/ubuntu/xenial/ros-core
 
 Tags: lunar-ros-base, lunar-ros-base-xenial, lunar
 Architectures: amd64, arm32v7, arm64v8
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: d81c0004d43383a6cd0f7b5a9b3020300f3cb1ca
 Directory: ros/lunar/ubuntu/xenial/ros-base
 
 Tags: lunar-robot, lunar-robot-xenial
 Architectures: amd64, arm32v7, arm64v8
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: d81c0004d43383a6cd0f7b5a9b3020300f3cb1ca
 Directory: ros/lunar/ubuntu/xenial/robot
 
 Tags: lunar-perception, lunar-perception-xenial
 Architectures: amd64, arm32v7, arm64v8
-GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
+GitCommit: d81c0004d43383a6cd0f7b5a9b3020300f3cb1ca
 Directory: ros/lunar/ubuntu/xenial/perception
 
 ########################################
@@ -109,21 +109,21 @@ Directory: ros/lunar/ubuntu/xenial/perception
 
 Tags: lunar-ros-core-stretch
 Architectures: amd64, arm64v8
-GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
+GitCommit: 4d697291568d826da713ef8b20be58fa8e86e4f5
 Directory: ros/lunar/debian/stretch/ros-core
 
 Tags: lunar-ros-base-stretch
 Architectures: amd64, arm64v8
-GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
+GitCommit: 4d697291568d826da713ef8b20be58fa8e86e4f5
 Directory: ros/lunar/debian/stretch/ros-base
 
 Tags: lunar-robot-stretch
 Architectures: amd64, arm64v8
-GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
+GitCommit: 4d697291568d826da713ef8b20be58fa8e86e4f5
 Directory: ros/lunar/debian/stretch/robot
 
 Tags: lunar-perception-stretch
 Architectures: amd64, arm64v8
-GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
+GitCommit: 4d697291568d826da713ef8b20be58fa8e86e4f5
 Directory: ros/lunar/debian/stretch/perception
 

+ 54 - 39
library/ruby

@@ -4,107 +4,122 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/ruby.git
 
-Tags: 2.5.0-stretch, 2.5-stretch, 2-stretch, stretch, 2.5.0, 2.5, 2, latest
+Tags: 2.6.0-preview1-stretch, 2.6-rc-stretch, rc-stretch, 2.6.0-preview1, 2.6-rc, rc
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6bccf4bd0c6aa158b4a842c29f78c335ec9dc41b
+GitCommit: c0740f2479625032bee21ea5c3a29e74464057c9
+Directory: 2.6-rc/stretch
+
+Tags: 2.6.0-preview1-slim-stretch, 2.6-rc-slim-stretch, rc-slim-stretch, 2.6.0-preview1-slim, 2.6-rc-slim, rc-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: c0740f2479625032bee21ea5c3a29e74464057c9
+Directory: 2.6-rc/stretch/slim
+
+Tags: 2.6.0-preview1-alpine3.7, 2.6-rc-alpine3.7, rc-alpine3.7, 2.6.0-preview1-alpine, 2.6-rc-alpine, rc-alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: c0740f2479625032bee21ea5c3a29e74464057c9
+Directory: 2.6-rc/alpine3.7
+
+Tags: 2.5.1-stretch, 2.5-stretch, 2-stretch, stretch, 2.5.1, 2.5, 2, latest
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: c9644fe5c95cd71913db348baa41240f05d882b3
 Directory: 2.5/stretch
 
-Tags: 2.5.0-slim-stretch, 2.5-slim-stretch, 2-slim-stretch, slim-stretch, 2.5.0-slim, 2.5-slim, 2-slim, slim
+Tags: 2.5.1-slim-stretch, 2.5-slim-stretch, 2-slim-stretch, slim-stretch, 2.5.1-slim, 2.5-slim, 2-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6bccf4bd0c6aa158b4a842c29f78c335ec9dc41b
+GitCommit: c9644fe5c95cd71913db348baa41240f05d882b3
 Directory: 2.5/stretch/slim
 
-Tags: 2.5.0-alpine3.7, 2.5-alpine3.7, 2-alpine3.7, alpine3.7, 2.5.0-alpine, 2.5-alpine, 2-alpine, alpine
+Tags: 2.5.1-alpine3.7, 2.5-alpine3.7, 2-alpine3.7, alpine3.7, 2.5.1-alpine, 2.5-alpine, 2-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 6bccf4bd0c6aa158b4a842c29f78c335ec9dc41b
+GitCommit: c9644fe5c95cd71913db348baa41240f05d882b3
 Directory: 2.5/alpine3.7
 
-Tags: 2.4.3-stretch, 2.4-stretch
+Tags: 2.4.4-stretch, 2.4-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 83c60cc26a1efb0ea581b3343a97df7508481fcf
+GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/stretch
 
-Tags: 2.4.3-slim-stretch, 2.4-slim-stretch
+Tags: 2.4.4-slim-stretch, 2.4-slim-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 83c60cc26a1efb0ea581b3343a97df7508481fcf
+GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/stretch/slim
 
-Tags: 2.4.3-jessie, 2.4-jessie, 2.4.3, 2.4
+Tags: 2.4.4-jessie, 2.4-jessie, 2.4.4, 2.4
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 83c60cc26a1efb0ea581b3343a97df7508481fcf
+GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/jessie
 
-Tags: 2.4.3-slim-jessie, 2.4-slim-jessie, 2.4.3-slim, 2.4-slim
+Tags: 2.4.4-slim-jessie, 2.4-slim-jessie, 2.4.4-slim, 2.4-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 83c60cc26a1efb0ea581b3343a97df7508481fcf
+GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/jessie/slim
 
-Tags: 2.4.3-onbuild, 2.4-onbuild
+Tags: 2.4.4-onbuild, 2.4-onbuild
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: a6918175fd506b46bf2d8f899f4faa40e72296fb
 Directory: 2.4/jessie/onbuild
 
-Tags: 2.4.3-alpine3.7, 2.4-alpine3.7
+Tags: 2.4.4-alpine3.7, 2.4-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 83c60cc26a1efb0ea581b3343a97df7508481fcf
+GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/alpine3.7
 
-Tags: 2.4.3-alpine3.6, 2.4-alpine3.6
+Tags: 2.4.4-alpine3.6, 2.4-alpine3.6
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 83c60cc26a1efb0ea581b3343a97df7508481fcf
+GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/alpine3.6
 
-Tags: 2.4.3-alpine3.4, 2.4-alpine3.4, 2.4.3-alpine, 2.4-alpine
+Tags: 2.4.4-alpine3.4, 2.4-alpine3.4, 2.4.4-alpine, 2.4-alpine
 Architectures: amd64
-GitCommit: 83c60cc26a1efb0ea581b3343a97df7508481fcf
+GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/alpine3.4
 
-Tags: 2.3.6-stretch, 2.3-stretch
+Tags: 2.3.7-stretch, 2.3-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 019b9214a571d4dcb5a7e9e43ef192ca75ff27b8
+GitCommit: 78ecfcb108930a94eded6dfe1be50246052dc632
 Directory: 2.3/stretch
 
-Tags: 2.3.6-slim-stretch, 2.3-slim-stretch
+Tags: 2.3.7-slim-stretch, 2.3-slim-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 019b9214a571d4dcb5a7e9e43ef192ca75ff27b8
+GitCommit: 78ecfcb108930a94eded6dfe1be50246052dc632
 Directory: 2.3/stretch/slim
 
-Tags: 2.3.6-jessie, 2.3-jessie, 2.3.6, 2.3
+Tags: 2.3.7-jessie, 2.3-jessie, 2.3.7, 2.3
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 019b9214a571d4dcb5a7e9e43ef192ca75ff27b8
+GitCommit: 78ecfcb108930a94eded6dfe1be50246052dc632
 Directory: 2.3/jessie
 
-Tags: 2.3.6-slim-jessie, 2.3-slim-jessie, 2.3.6-slim, 2.3-slim
+Tags: 2.3.7-slim-jessie, 2.3-slim-jessie, 2.3.7-slim, 2.3-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 019b9214a571d4dcb5a7e9e43ef192ca75ff27b8
+GitCommit: 78ecfcb108930a94eded6dfe1be50246052dc632
 Directory: 2.3/jessie/slim
 
-Tags: 2.3.6-onbuild, 2.3-onbuild
+Tags: 2.3.7-onbuild, 2.3-onbuild
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: a6918175fd506b46bf2d8f899f4faa40e72296fb
 Directory: 2.3/jessie/onbuild
 
-Tags: 2.3.6-alpine3.4, 2.3-alpine3.4, 2.3.6-alpine, 2.3-alpine
+Tags: 2.3.7-alpine3.4, 2.3-alpine3.4, 2.3.7-alpine, 2.3-alpine
 Architectures: amd64
-GitCommit: 019b9214a571d4dcb5a7e9e43ef192ca75ff27b8
+GitCommit: 78ecfcb108930a94eded6dfe1be50246052dc632
 Directory: 2.3/alpine3.4
 
-Tags: 2.2.9-jessie, 2.2-jessie, 2.2.9, 2.2
+Tags: 2.2.10-jessie, 2.2-jessie, 2.2.10, 2.2
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 127b99a6f22e43c3b9e0b9544dd77d85aa299906
+GitCommit: e48cb2431e5cdcd99ce8d8c236d7b73e7d4452f2
 Directory: 2.2/jessie
 
-Tags: 2.2.9-slim-jessie, 2.2-slim-jessie, 2.2.9-slim, 2.2-slim
+Tags: 2.2.10-slim-jessie, 2.2-slim-jessie, 2.2.10-slim, 2.2-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 127b99a6f22e43c3b9e0b9544dd77d85aa299906
+GitCommit: e48cb2431e5cdcd99ce8d8c236d7b73e7d4452f2
 Directory: 2.2/jessie/slim
 
-Tags: 2.2.9-onbuild, 2.2-onbuild
+Tags: 2.2.10-onbuild, 2.2-onbuild
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: a6918175fd506b46bf2d8f899f4faa40e72296fb
 Directory: 2.2/jessie/onbuild
 
-Tags: 2.2.9-alpine3.4, 2.2-alpine3.4, 2.2.9-alpine, 2.2-alpine
+Tags: 2.2.10-alpine3.4, 2.2-alpine3.4, 2.2.10-alpine, 2.2-alpine
 Architectures: amd64
-GitCommit: 127b99a6f22e43c3b9e0b9544dd77d85aa299906
+GitCommit: e48cb2431e5cdcd99ce8d8c236d7b73e7d4452f2
 Directory: 2.2/alpine3.4

+ 17 - 7
library/rust

@@ -1,14 +1,24 @@
-# this file is generated via https://github.com/rust-lang-nursery/docker-rust/blob/d35c26c4749ed882be0118eb725eeb3a91e0968b/generate-stackbrew-library.sh
+# this file is generated via https://github.com/rust-lang-nursery/docker-rust/blob/401b56c931ef56fb63b9f767bff79e86b832d00b/generate-stackbrew-library.sh
 
 Maintainers: Steven Fackler <[email protected]> (@sfackler)
 GitRepo: https://github.com/rust-lang-nursery/docker-rust.git
 
-Tags: 1.24.1-stretch, 1-stretch, 1.24-stretch, stretch, 1.24.1, 1, 1.24, latest
+Tags: 1.25.0-stretch, 1-stretch, 1.25-stretch, stretch, 1.25.0, 1, 1.25, latest
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: d35c26c4749ed882be0118eb725eeb3a91e0968b
-Directory: 1.24.1/stretch
+GitCommit: f18cebe3699016a654da86212fa90afaea7431a1
+Directory: 1.25.0/stretch
 
-Tags: 1.24.1-jessie, 1-jessie, 1.24-jessie, jessie
+Tags: 1.25.0-slim-stretch, 1-slim-stretch, 1.25-slim-stretch, slim-stretch, 1.25.0-slim, 1-slim, 1.25-slim, slim
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: d35c26c4749ed882be0118eb725eeb3a91e0968b
-Directory: 1.24.1/jessie
+GitCommit: d271f62710367d3ccbc83a14093301261b22a831
+Directory: 1.25.0/stretch/slim
+
+Tags: 1.25.0-jessie, 1-jessie, 1.25-jessie, jessie
+Architectures: amd64, arm32v7, arm64v8, i386
+GitCommit: f18cebe3699016a654da86212fa90afaea7431a1
+Directory: 1.25.0/jessie
+
+Tags: 1.25.0-slim-jessie, 1-slim-jessie, 1.25-slim-jessie, slim-jessie
+Architectures: amd64, arm32v7, arm64v8, i386
+GitCommit: 677ebab2c8068d7f691925e0c848fb02ccdc5309
+Directory: 1.25.0/jessie/slim

+ 2 - 2
library/sl

@@ -8,11 +8,11 @@ Tags: 7, latest
 Architectures: amd64
 GitFetch: refs/heads/7
 Directory: sl7
-GitCommit: dede8fd5d4d83eabc21e208b6f46d9d816a54bea
+GitCommit: 07363f7d232403041802d04b811079229f3fefbd
 
 # For the SL6 container
 Tags: 6
 Architectures: amd64
 GitFetch: refs/heads/6
 Directory: sl6
-GitCommit: 2bf200b86a0d533576a1a49c93e50f4e65a5bc12
+GitCommit: b561b3b2418f10518e47ee7defa43284e154e193

+ 31 - 16
library/solr

@@ -1,65 +1,80 @@
-# this file is generated via https://github.com/docker-solr/docker-solr/blob/d46b75125441499dde3df7d64e86efa19e4885b2/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-solr/docker-solr/blob/cdd1a07972438a0123371f09cd05edaff5932d30/generate-stackbrew-library.sh
 
 Maintainers: Martijn Koster <[email protected]> (@makuk66),
              Shalin Mangar <[email protected]> (@shalinmangar)
 GitRepo: https://github.com/docker-solr/docker-solr.git
 
-Tags: 7.2.1, 7.2, 7, latest
+Tags: 7.3.0, 7.3, 7, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 78b52ecefa3441518561bdd504a2ac8b53755540
+Directory: 7.3
+
+Tags: 7.3.0-alpine, 7.3-alpine, 7-alpine, alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: 78b52ecefa3441518561bdd504a2ac8b53755540
+Directory: 7.3/alpine
+
+Tags: 7.3.0-slim, 7.3-slim, 7-slim, slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 78b52ecefa3441518561bdd504a2ac8b53755540
+Directory: 7.3/slim
+
+Tags: 7.2.1, 7.2
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 7.2
 
-Tags: 7.2.1-alpine, 7.2-alpine, 7-alpine, alpine
+Tags: 7.2.1-alpine, 7.2-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 7.2/alpine
 
-Tags: 7.2.1-slim, 7.2-slim, 7-slim, slim
+Tags: 7.2.1-slim, 7.2-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 7.2/slim
 
 Tags: 7.1.0, 7.1
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 7.1
 
 Tags: 7.1.0-alpine, 7.1-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 7.1/alpine
 
 Tags: 7.1.0-slim, 7.1-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 7.1/slim
 
 Tags: 6.6.3, 6.6, 6
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 6.6
 
 Tags: 6.6.3-alpine, 6.6-alpine, 6-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 6.6/alpine
 
 Tags: 6.6.3-slim, 6.6-slim, 6-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 6.6/slim
 
 Tags: 5.5.5, 5.5, 5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 5.5
 
 Tags: 5.5.5-alpine, 5.5-alpine, 5-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 5.5/alpine
 
 Tags: 5.5.5-slim, 5.5-slim, 5-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
+GitCommit: 4b980ef6a0b997dd0d32be6aca1115d0099e1391
 Directory: 5.5/slim

+ 9 - 9
library/sonarqube

@@ -1,15 +1,15 @@
 Maintainers: Evgeny Mandrikov <[email protected]> (@Godin)
 GitRepo: https://github.com/SonarSource/docker-sonarqube.git
-GitCommit: faffed54f0edbd736d6f95132b5dc076e2f613c5
+GitCommit: 485e83c6354c984cf86dd2da08fb8de441df89f7
 
-Tags: 6.7.2, lts
-Directory: 6.7.2
+Tags: 6.7.3, lts
+Directory: 6.7.3
 
-Tags: 6.7.2-alpine, lts-alpine
-Directory: 6.7.2-alpine
+Tags: 6.7.3-alpine, lts-alpine
+Directory: 6.7.3-alpine
 
-Tags: 7.0, latest
-Directory: 7.0
+Tags: 7.1, latest
+Directory: 7.1
 
-Tags: 7.0-alpine, alpine
-Directory: 7.0-alpine
+Tags: 7.1-alpine, alpine
+Directory: 7.1-alpine

+ 6 - 1
library/swift

@@ -2,7 +2,12 @@ Maintainers: Haris Amin <[email protected]> (@hamin),
              Thomas Catterall <[email protected]> (@swizzlr)
 GitRepo: https://github.com/swiftdocker/docker-swift.git
 
-Tags: 4.0.3, 4.0, 4, latest
+
+Tags: 4.1, 4, latest
+GitCommit: 49f192d9218dbbc6438224ccc776e21b08e5dabe
+Directory: 4.1
+
+Tags: 4.0.3, 4.0
 GitCommit: bc8cb3032ffd6a05d3eddf9cf885139277c11642
 Directory: 4.0
 

+ 3 - 3
library/swipl

@@ -1,10 +1,10 @@
 Maintainers: Dave Curylo <[email protected]> (@ninjarobot)
 GitRepo: https://github.com/SWI-Prolog/docker-swipl.git
-GitCommit: fec30af23c6f68f227bced29053bb45334893c6c
+GitCommit: 933c99a079ea1db144e5bddd8ecdbe7ff17cb4a0
 
-Tags: latest, 7.7.10
+Tags: latest, 7.7.12
 Architectures: amd64, arm32v7
-Directory: 7.7.10/stretch
+Directory: 7.7.12/stretch
 
 Tags: stable, 7.6.4
 Directory: 7.6.4/stretch

+ 3 - 7
library/teamspeak

@@ -2,10 +2,6 @@ Maintainers: Niels Werensteijn <[email protected]> (@nwerensteijn)
              Maximilian Münchow <[email protected]> (@muenchow)
 GitRepo: https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images
 
-Tags: 3.1, 3.1.1, latest
-GitCommit: 0acf85c990d8289ab5b4c51c1583df4437271995
-Directory: 3.1.1
-
-Tags: 3.1.0
-GitCommit: 29dd9a63a4ade302705d3643bc507605c5e4dfe0
-Directory: 3.1.0
+Tags: 3.1, 3.1.2, latest
+GitCommit: 2d3e33931086e8576a5d06c933c444e03a0e1207
+Directory: alpine

+ 10 - 3
library/telegraf

@@ -1,6 +1,6 @@
 Maintainers: Jonathan A. Sternberg <[email protected]> (@jsternberg)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: d91d2c538832a2c27c0e8d33fac8308bf98466e1
+GitCommit: 3c0b0a106a7f875c3d330b2e98938549aea61496
 
 Tags: 1.4, 1.4.5
 Architectures: amd64, arm32v7, arm64v8
@@ -9,9 +9,16 @@ Directory: telegraf/1.4
 Tags: 1.4-alpine, 1.4.5-alpine
 Directory: telegraf/1.4/alpine
 
-Tags: 1.5, 1.5.3, latest
+Tags: 1.5, 1.5.3
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.5
 
-Tags: 1.5-alpine, 1.5.3-alpine, alpine
+Tags: 1.5-alpine, 1.5.3-alpine
 Directory: telegraf/1.5/alpine
+
+Tags: 1.6, 1.6.1, latest
+Architectures: amd64, arm32v7, arm64v8
+Directory: telegraf/1.6
+
+Tags: 1.6-alpine, 1.6.1-alpine, alpine
+Directory: telegraf/1.6/alpine

+ 65 - 45
library/tomcat

@@ -1,115 +1,135 @@
-# this file is generated via https://github.com/docker-library/tomcat/blob/5d317a0a21e6c927e415dfc8dd452619ea4b4643/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/tomcat/blob/fae008566295d1eec89de04385215fdd54eceda5/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/tomcat.git
 
-Tags: 7.0.85-jre7, 7.0-jre7, 7-jre7, 7.0.85, 7.0, 7
+Tags: 7.0.86-jre7, 7.0-jre7, 7-jre7, 7.0.86, 7.0, 7
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 27c69186d320837884e9ed56db504b92e454f6d5
+GitCommit: d30e763f14a26d2b3acfbce53ff2e53c6f119eaf
 Directory: 7/jre7
 
-Tags: 7.0.85-jre7-slim, 7.0-jre7-slim, 7-jre7-slim, 7.0.85-slim, 7.0-slim, 7-slim
+Tags: 7.0.86-jre7-slim, 7.0-jre7-slim, 7-jre7-slim, 7.0.86-slim, 7.0-slim, 7-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 27c69186d320837884e9ed56db504b92e454f6d5
+GitCommit: d30e763f14a26d2b3acfbce53ff2e53c6f119eaf
 Directory: 7/jre7-slim
 
-Tags: 7.0.85-jre7-alpine, 7.0-jre7-alpine, 7-jre7-alpine, 7.0.85-alpine, 7.0-alpine, 7-alpine
+Tags: 7.0.86-jre7-alpine, 7.0-jre7-alpine, 7-jre7-alpine, 7.0.86-alpine, 7.0-alpine, 7-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 85486f9d3edfa08a827037e556924b1aeb7069d9
+GitCommit: a46495d93b02266f616208b1599c26a2df0ae7f8
 Directory: 7/jre7-alpine
 
-Tags: 7.0.85-jre8, 7.0-jre8, 7-jre8
+Tags: 7.0.86-jre8, 7.0-jre8, 7-jre8
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 27c69186d320837884e9ed56db504b92e454f6d5
+GitCommit: d30e763f14a26d2b3acfbce53ff2e53c6f119eaf
 Directory: 7/jre8
 
-Tags: 7.0.85-jre8-slim, 7.0-jre8-slim, 7-jre8-slim
+Tags: 7.0.86-jre8-slim, 7.0-jre8-slim, 7-jre8-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 27c69186d320837884e9ed56db504b92e454f6d5
+GitCommit: d30e763f14a26d2b3acfbce53ff2e53c6f119eaf
 Directory: 7/jre8-slim
 
-Tags: 7.0.85-jre8-alpine, 7.0-jre8-alpine, 7-jre8-alpine
+Tags: 7.0.86-jre8-alpine, 7.0-jre8-alpine, 7-jre8-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 85486f9d3edfa08a827037e556924b1aeb7069d9
+GitCommit: a46495d93b02266f616208b1599c26a2df0ae7f8
 Directory: 7/jre8-alpine
 
-Tags: 8.0.50-jre7, 8.0-jre7, 8.0.50, 8.0
+Tags: 8.0.51-jre7, 8.0-jre7, 8.0.51, 8.0
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: af4b04d13a880a81a73dc2936afdf44147144418
+GitCommit: eb611b28ea26adad400611ac46691a0c3dc89c7d
 Directory: 8.0/jre7
 
-Tags: 8.0.50-jre7-slim, 8.0-jre7-slim, 8.0.50-slim, 8.0-slim
+Tags: 8.0.51-jre7-slim, 8.0-jre7-slim, 8.0.51-slim, 8.0-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: af4b04d13a880a81a73dc2936afdf44147144418
+GitCommit: eb611b28ea26adad400611ac46691a0c3dc89c7d
 Directory: 8.0/jre7-slim
 
-Tags: 8.0.50-jre7-alpine, 8.0-jre7-alpine, 8.0.50-alpine, 8.0-alpine
+Tags: 8.0.51-jre7-alpine, 8.0-jre7-alpine, 8.0.51-alpine, 8.0-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 99e449dbecd64705dd81c07b8767ec67e706be41
+GitCommit: 6ab703d29e98ab7a091bee846a58b8288cb81521
 Directory: 8.0/jre7-alpine
 
-Tags: 8.0.50-jre8, 8.0-jre8
+Tags: 8.0.51-jre8, 8.0-jre8
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: af4b04d13a880a81a73dc2936afdf44147144418
+GitCommit: eb611b28ea26adad400611ac46691a0c3dc89c7d
 Directory: 8.0/jre8
 
-Tags: 8.0.50-jre8-slim, 8.0-jre8-slim
+Tags: 8.0.51-jre8-slim, 8.0-jre8-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: af4b04d13a880a81a73dc2936afdf44147144418
+GitCommit: eb611b28ea26adad400611ac46691a0c3dc89c7d
 Directory: 8.0/jre8-slim
 
-Tags: 8.0.50-jre8-alpine, 8.0-jre8-alpine
+Tags: 8.0.51-jre8-alpine, 8.0-jre8-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 99e449dbecd64705dd81c07b8767ec67e706be41
+GitCommit: 6ab703d29e98ab7a091bee846a58b8288cb81521
 Directory: 8.0/jre8-alpine
 
-Tags: 8.5.29-jre8, 8.5-jre8, 8-jre8, jre8, 8.5.29, 8.5, 8, latest
+Tags: 8.5.30-jre8, 8.5-jre8, 8-jre8, jre8, 8.5.30, 8.5, 8, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2a3fd22cd52b4c1fd6b263b0a42cb371a83a74c5
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 8.5/jre8
 
-Tags: 8.5.29-jre8-slim, 8.5-jre8-slim, 8-jre8-slim, jre8-slim, 8.5.29-slim, 8.5-slim, 8-slim, slim
+Tags: 8.5.30-jre8-slim, 8.5-jre8-slim, 8-jre8-slim, jre8-slim, 8.5.30-slim, 8.5-slim, 8-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2a3fd22cd52b4c1fd6b263b0a42cb371a83a74c5
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 8.5/jre8-slim
 
-Tags: 8.5.29-jre8-alpine, 8.5-jre8-alpine, 8-jre8-alpine, jre8-alpine, 8.5.29-alpine, 8.5-alpine, 8-alpine, alpine
+Tags: 8.5.30-jre8-alpine, 8.5-jre8-alpine, 8-jre8-alpine, jre8-alpine, 8.5.30-alpine, 8.5-alpine, 8-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: cd46dd92802bc82fb544906ae8b0108996c5de65
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 8.5/jre8-alpine
 
-Tags: 8.5.29-jre9, 8.5-jre9, 8-jre9, jre9
+Tags: 8.5.30-jre9, 8.5-jre9, 8-jre9, jre9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2a3fd22cd52b4c1fd6b263b0a42cb371a83a74c5
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 8.5/jre9
 
-Tags: 8.5.29-jre9-slim, 8.5-jre9-slim, 8-jre9-slim, jre9-slim
+Tags: 8.5.30-jre9-slim, 8.5-jre9-slim, 8-jre9-slim, jre9-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2a3fd22cd52b4c1fd6b263b0a42cb371a83a74c5
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 8.5/jre9-slim
 
-Tags: 9.0.6-jre8, 9.0-jre8, 9-jre8
+Tags: 8.5.30-jre10, 8.5-jre10, 8-jre10, jre10
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 84fc76939453c0bec4937ae8e6fe4f1ecc0d6d19
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
+Directory: 8.5/jre10
+
+Tags: 8.5.30-jre10-slim, 8.5-jre10-slim, 8-jre10-slim, jre10-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
+Directory: 8.5/jre10-slim
+
+Tags: 9.0.7-jre8, 9.0-jre8, 9-jre8
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 9.0/jre8
 
-Tags: 9.0.6-jre8-slim, 9.0-jre8-slim, 9-jre8-slim
+Tags: 9.0.7-jre8-slim, 9.0-jre8-slim, 9-jre8-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 84fc76939453c0bec4937ae8e6fe4f1ecc0d6d19
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 9.0/jre8-slim
 
-Tags: 9.0.6-jre8-alpine, 9.0-jre8-alpine, 9-jre8-alpine
+Tags: 9.0.7-jre8-alpine, 9.0-jre8-alpine, 9-jre8-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: f4f5d57a2574e4d4c646041822ab72e6fff461e4
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 9.0/jre8-alpine
 
-Tags: 9.0.6-jre9, 9.0-jre9, 9-jre9, 9.0.6, 9.0, 9
+Tags: 9.0.7-jre9, 9.0-jre9, 9-jre9, 9.0.7, 9.0, 9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 84fc76939453c0bec4937ae8e6fe4f1ecc0d6d19
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 9.0/jre9
 
-Tags: 9.0.6-jre9-slim, 9.0-jre9-slim, 9-jre9-slim, 9.0.6-slim, 9.0-slim, 9-slim
+Tags: 9.0.7-jre9-slim, 9.0-jre9-slim, 9-jre9-slim, 9.0.7-slim, 9.0-slim, 9-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 84fc76939453c0bec4937ae8e6fe4f1ecc0d6d19
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
 Directory: 9.0/jre9-slim
+
+Tags: 9.0.7-jre10, 9.0-jre10, 9-jre10
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
+Directory: 9.0/jre10
+
+Tags: 9.0.7-jre10-slim, 9.0-jre10-slim, 9-jre10-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: e8a6bec69c82f8d55c5c2c17021a62b36d8bfb19
+Directory: 9.0/jre10-slim

+ 14 - 2
library/traefik

@@ -1,14 +1,26 @@
 Maintainers: Emile Vauge <[email protected]> (@emilevauge), Vincent Demeester <[email protected]> (@vdemeester), Ludovic Fernandez <[email protected]> (@ldez), Julien Salleyron <[email protected]> (@juliens), Nicolas Mengin <[email protected]> (@nmengin), Michael Matur <[email protected]> (@mmatur)
 GitRepo: https://github.com/containous/traefik-library-image.git
 
-Tags: v1.5.4, 1.5.4, v1.5, 1.5, cancoillotte, latest
+Tags: v1.6.0-rc6, 1.6.0-rc6, v1.6, 1.6, tetedemoine
 Architectures: amd64, arm64v8, arm32v6
+GitCommit: 7f4ebf3c24e795fda65836dadd94af4403447a7f
+amd64-Directory: scratch/amd64
+arm32v6-Directory: scratch/arm
+arm64v8-Directory: scratch/arm64
+
+Tags: v1.6.0-rc6-alpine, 1.6.0-rc6-alpine, v1.6-alpine, 1.6-alpine, tetedemoine-alpine
+Architectures: amd64, arm64v8, arm32v6
+GitCommit: 7f4ebf3c24e795fda65836dadd94af4403447a7f
+Directory: alpine
+
+Tags: v1.5.4, 1.5.4, v1.5, 1.5, cancoillotte, latest
+Architectures: amd64, arm32v6, arm64v8
 GitCommit: a0b61256a1c3df401f43cf01b940f3a69fb77883
 amd64-Directory: scratch/amd64
 arm32v6-Directory: scratch/arm
 arm64v8-Directory: scratch/arm64
 
 Tags: v1.5.4-alpine, 1.5.4-alpine, v1.5-alpine, 1.5-alpine, cancoillotte-alpine, alpine
-Architectures: amd64, arm64v8, arm32v6
+Architectures: amd64, arm32v6, arm64v8
 GitCommit: a0b61256a1c3df401f43cf01b940f3a69fb77883
 Directory: alpine

+ 15 - 15
library/ubuntu

@@ -3,42 +3,42 @@
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon), Michael Hudson-Doyle <[email protected]> (@mwhudson)
 GitRepo: https://github.com/tianon/docker-brew-ubuntu-core.git
-GitCommit: c48224e3b3151f9ab47477a8091638f3089533ea
+GitCommit: aeb64bb126ca5d9fd2a43bc2c35d17bb5a83b770
 # https://github.com/tianon/docker-brew-ubuntu-core/tree/dist-amd64
 amd64-GitFetch: refs/heads/dist-amd64
-amd64-GitCommit: 46511cf49ad5d2628f3e8d88e1f8b18699a3ad8f
+amd64-GitCommit: 404d80486fada09bff68a210b7eddf78f3235156
 # https://github.com/tianon/docker-brew-ubuntu-core/tree/dist-arm32v7
 arm32v7-GitFetch: refs/heads/dist-arm32v7
-arm32v7-GitCommit: f81278e666ea1e287db45cb61872d8c203416bc3
+arm32v7-GitCommit: 11b52bb36f16081b94053ee7023205e141571855
 # https://github.com/tianon/docker-brew-ubuntu-core/tree/dist-arm64v8
 arm64v8-GitFetch: refs/heads/dist-arm64v8
-arm64v8-GitCommit: ab4d102b579671d93a140bea4c2d304cdf329981
+arm64v8-GitCommit: d72734b65ab947485c44fafa40e14f013aa7b4c3
 # https://github.com/tianon/docker-brew-ubuntu-core/tree/dist-i386
 i386-GitFetch: refs/heads/dist-i386
-i386-GitCommit: 81f8e35dd5b7c2e5d88ce79e17390d8793b38018
+i386-GitCommit: 3dc2e5ae46ceedbf16110e61dfc2597d65c1e514
 # https://github.com/tianon/docker-brew-ubuntu-core/tree/dist-ppc64le
 ppc64le-GitFetch: refs/heads/dist-ppc64le
-ppc64le-GitCommit: e231c43be7c49ac3ca8c1f45e25dcaeeff1e69dc
+ppc64le-GitCommit: a0e44d7c6d2c0980925a2513d3a4b38164e96d65
 # https://github.com/tianon/docker-brew-ubuntu-core/tree/dist-s390x
 s390x-GitFetch: refs/heads/dist-s390x
-s390x-GitCommit: 1784c2448a16a88d75d3fc8a4f022feda3032be7
+s390x-GitCommit: e246e471fe2492afae04f1f1ddfb0e8b395319ce
 
-# 20180227 (artful)
-Tags: 17.10, artful-20180227, artful, rolling
+# 20180417 (artful)
+Tags: 17.10, artful-20180417, artful
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: artful
 
-# 20180224 (bionic)
-Tags: 18.04, bionic-20180224, bionic, devel
+# 20180426 (bionic)
+Tags: 18.04, bionic-20180426, bionic, latest, rolling, devel
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: bionic
 
-# 20180302 (trusty)
-Tags: 14.04, trusty-20180302, trusty
+# 20180420 (trusty)
+Tags: 14.04, trusty-20180420, trusty
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le
 Directory: trusty
 
-# 20180228 (xenial)
-Tags: 16.04, xenial-20180228, xenial, latest
+# 20180417 (xenial)
+Tags: 16.04, xenial-20180417, xenial
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: xenial

+ 4 - 3
library/vault

@@ -1,8 +1,9 @@
 Maintainers: Chris Hoffman <[email protected]> (@hoffmancs),
-             Jeff Mitchell <[email protected]> (@jefferai)
+             Jeff Mitchell <[email protected]> (@jefferai),
+             Matthew Irish <[email protected]> (@meirish)
 GitRepo: https://github.com/hashicorp/docker-vault.git
 
-Tags: 0.9.6, latest
+Tags: 0.10.1, latest
 Architectures: amd64, arm64v8, arm32v6, i386
-GitCommit: 75178223957b123d016181e628b0fe6443ab3d49
+GitCommit: 0f75544fdd8bb844901a41a903858b57aa44db3f
 Directory: 0.X

+ 3 - 2
library/websphere-liberty

@@ -1,7 +1,8 @@
 Maintainers: Wendy Raschke <[email protected]> (@wraschke),
-             Andy Naumann <[email protected]> (@naumanna)
+             Andy Naumann <[email protected]> (@naumanna),
+             Arthur De Magalhaes <[email protected]> (@arthurdm)
 GitRepo: https://github.com/WASdev/ci.docker.git
-GitCommit: c77e57d49667e9d1fa0b330d87ee63b1305e7c33
+GitCommit: 5e7810ada00c061b6fd014384a9979653a7b0129
 Architectures: amd64, i386, ppc64le, s390x
 
 Tags: kernel

+ 32 - 32
library/wordpress

@@ -4,84 +4,84 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/wordpress.git
 
-Tags: 4.9.4-php5.6-apache, 4.9-php5.6-apache, 4-php5.6-apache, php5.6-apache, 4.9.4-php5.6, 4.9-php5.6, 4-php5.6, php5.6
+Tags: 4.9.5-php5.6-apache, 4.9-php5.6-apache, 4-php5.6-apache, php5.6-apache, 4.9.5-php5.6, 4.9-php5.6, 4-php5.6, php5.6
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php5.6/apache
 
-Tags: 4.9.4-php5.6-fpm, 4.9-php5.6-fpm, 4-php5.6-fpm, php5.6-fpm
+Tags: 4.9.5-php5.6-fpm, 4.9-php5.6-fpm, 4-php5.6-fpm, php5.6-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php5.6/fpm
 
-Tags: 4.9.4-php5.6-fpm-alpine, 4.9-php5.6-fpm-alpine, 4-php5.6-fpm-alpine, php5.6-fpm-alpine
+Tags: 4.9.5-php5.6-fpm-alpine, 4.9-php5.6-fpm-alpine, 4-php5.6-fpm-alpine, php5.6-fpm-alpine
 Architectures: amd64
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php5.6/fpm-alpine
 
-Tags: 4.9.4-php7.0-apache, 4.9-php7.0-apache, 4-php7.0-apache, php7.0-apache, 4.9.4-php7.0, 4.9-php7.0, 4-php7.0, php7.0
+Tags: 4.9.5-php7.0-apache, 4.9-php7.0-apache, 4-php7.0-apache, php7.0-apache, 4.9.5-php7.0, 4.9-php7.0, 4-php7.0, php7.0
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.0/apache
 
-Tags: 4.9.4-php7.0-fpm, 4.9-php7.0-fpm, 4-php7.0-fpm, php7.0-fpm
+Tags: 4.9.5-php7.0-fpm, 4.9-php7.0-fpm, 4-php7.0-fpm, php7.0-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.0/fpm
 
-Tags: 4.9.4-php7.0-fpm-alpine, 4.9-php7.0-fpm-alpine, 4-php7.0-fpm-alpine, php7.0-fpm-alpine
+Tags: 4.9.5-php7.0-fpm-alpine, 4.9-php7.0-fpm-alpine, 4-php7.0-fpm-alpine, php7.0-fpm-alpine
 Architectures: amd64
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.0/fpm-alpine
 
-Tags: 4.9.4-php7.1-apache, 4.9-php7.1-apache, 4-php7.1-apache, php7.1-apache, 4.9.4-php7.1, 4.9-php7.1, 4-php7.1, php7.1
+Tags: 4.9.5-php7.1-apache, 4.9-php7.1-apache, 4-php7.1-apache, php7.1-apache, 4.9.5-php7.1, 4.9-php7.1, 4-php7.1, php7.1
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.1/apache
 
-Tags: 4.9.4-php7.1-fpm, 4.9-php7.1-fpm, 4-php7.1-fpm, php7.1-fpm
+Tags: 4.9.5-php7.1-fpm, 4.9-php7.1-fpm, 4-php7.1-fpm, php7.1-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.1/fpm
 
-Tags: 4.9.4-php7.1-fpm-alpine, 4.9-php7.1-fpm-alpine, 4-php7.1-fpm-alpine, php7.1-fpm-alpine
+Tags: 4.9.5-php7.1-fpm-alpine, 4.9-php7.1-fpm-alpine, 4-php7.1-fpm-alpine, php7.1-fpm-alpine
 Architectures: amd64
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.1/fpm-alpine
 
-Tags: 4.9.4-apache, 4.9-apache, 4-apache, apache, 4.9.4, 4.9, 4, latest, 4.9.4-php7.2-apache, 4.9-php7.2-apache, 4-php7.2-apache, php7.2-apache, 4.9.4-php7.2, 4.9-php7.2, 4-php7.2, php7.2
+Tags: 4.9.5-apache, 4.9-apache, 4-apache, apache, 4.9.5, 4.9, 4, latest, 4.9.5-php7.2-apache, 4.9-php7.2-apache, 4-php7.2-apache, php7.2-apache, 4.9.5-php7.2, 4.9-php7.2, 4-php7.2, php7.2
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.2/apache
 
-Tags: 4.9.4-fpm, 4.9-fpm, 4-fpm, fpm, 4.9.4-php7.2-fpm, 4.9-php7.2-fpm, 4-php7.2-fpm, php7.2-fpm
+Tags: 4.9.5-fpm, 4.9-fpm, 4-fpm, fpm, 4.9.5-php7.2-fpm, 4.9-php7.2-fpm, 4-php7.2-fpm, php7.2-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.2/fpm
 
-Tags: 4.9.4-fpm-alpine, 4.9-fpm-alpine, 4-fpm-alpine, fpm-alpine, 4.9.4-php7.2-fpm-alpine, 4.9-php7.2-fpm-alpine, 4-php7.2-fpm-alpine, php7.2-fpm-alpine
+Tags: 4.9.5-fpm-alpine, 4.9-fpm-alpine, 4-fpm-alpine, fpm-alpine, 4.9.5-php7.2-fpm-alpine, 4.9-php7.2-fpm-alpine, 4-php7.2-fpm-alpine, php7.2-fpm-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 59f3b513af128d12da1403721e4f9be8d882ec54
+GitCommit: 1caade96b306d0ed12f5637196e8f0b1883330f5
 Directory: php7.2/fpm-alpine
 
 # Now, wp-cli variants (which do _not_ include WordPress, so no WordPress version number -- only wp-cli version)
 
-Tags: cli-1.5.0-php5.6, cli-1.5-php5.6, cli-1-php5.6, cli-php5.6
+Tags: cli-1.5.1-php5.6, cli-1.5-php5.6, cli-1-php5.6, cli-php5.6
 Architectures: amd64
-GitCommit: 6fb1a99b550441edb5d1e554703f9f26afa73305
+GitCommit: 912d76560ec9e350e24aedd3a30268026082557a
 Directory: php5.6/cli
 
-Tags: cli-1.5.0-php7.0, cli-1.5-php7.0, cli-1-php7.0, cli-php7.0
+Tags: cli-1.5.1-php7.0, cli-1.5-php7.0, cli-1-php7.0, cli-php7.0
 Architectures: amd64
-GitCommit: 6fb1a99b550441edb5d1e554703f9f26afa73305
+GitCommit: 912d76560ec9e350e24aedd3a30268026082557a
 Directory: php7.0/cli
 
-Tags: cli-1.5.0-php7.1, cli-1.5-php7.1, cli-1-php7.1, cli-php7.1
+Tags: cli-1.5.1-php7.1, cli-1.5-php7.1, cli-1-php7.1, cli-php7.1
 Architectures: amd64
-GitCommit: 6fb1a99b550441edb5d1e554703f9f26afa73305
+GitCommit: 912d76560ec9e350e24aedd3a30268026082557a
 Directory: php7.1/cli
 
-Tags: cli-1.5.0, cli-1.5, cli-1, cli, cli-1.5.0-php7.2, cli-1.5-php7.2, cli-1-php7.2, cli-php7.2
+Tags: cli-1.5.1, cli-1.5, cli-1, cli, cli-1.5.1-php7.2, cli-1.5-php7.2, cli-1-php7.2, cli-php7.2
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 6fb1a99b550441edb5d1e554703f9f26afa73305
+GitCommit: 912d76560ec9e350e24aedd3a30268026082557a
 Directory: php7.2/cli

+ 4 - 4
library/xwiki

@@ -9,10 +9,10 @@ Tags: 9-postgres-tomcat, 9.11-postgres-tomcat, 9.11.3-postgres-tomcat, postgres-
 GitCommit: bdf1a8464a668061ba564249461633f0445e08a6
 Directory: 9/postgres-tomcat
 
-Tags: 10, 10.1, 10-mysql-tomcat, 10.1-mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
-GitCommit: ac81dad2ed329469be2ed8b624fd2bc7a44455c4
+Tags: 10, 10.3, 10-mysql-tomcat, 10.3-mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
+GitCommit: 1b02c423a736424a30c390ddb77a0128aa925f17
 Directory: 10/mysql-tomcat
 
-Tags: 10-postgres-tomcat, 10.1-postgres-tomcat, stable-postgres-tomcat, stable-postgres
-GitCommit: ac81dad2ed329469be2ed8b624fd2bc7a44455c4
+Tags: 10-postgres-tomcat, 10.3-postgres-tomcat, stable-postgres-tomcat, stable-postgres
+GitCommit: 1b02c423a736424a30c390ddb77a0128aa925f17
 Directory: 10/postgres-tomcat

+ 2 - 2
test/tests/hylang-sh/container.hy

@@ -2,8 +2,8 @@
   (+ 2 2)
   (print))
 
-(import [pip])
-(pip.main ["install" "-q" "sh"])
+(import [subprocess] [sys])
+(subprocess.check_call [sys.executable "-m" "pip" "install" "-q" "sh"])
 
 (import [sh [echo]])
 (->

+ 2 - 4
test/tests/python-pip-requests-ssl/container.py

@@ -1,8 +1,6 @@
-import pip
-
-pip.main(['install', '-q', 'requests'])
+import subprocess, sys
+subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'requests'])
 
 import requests
-
 r = requests.get('https://google.com')
 assert(r.status_code == 200)