Browse Source

Merge branch 'master' into patch-20

Dave Curylo 7 years ago
parent
commit
f3e27627cf
100 changed files with 1504 additions and 1441 deletions
  1. 41 9
      README.md
  2. 2 1
      bashbrew/Dockerfile.release
  3. 8 1
      bashbrew/go/src/bashbrew/cmd-put-shared.go
  4. 10 0
      bashbrew/travis.sh
  5. 4 2
      diff-pr.sh
  6. 7 7
      library/adminer
  7. 4 2
      library/aerospike
  8. 8 8
      library/amazonlinux
  9. 4 5
      library/arangodb
  10. 12 12
      library/backdrop
  11. 2 2
      library/bash
  12. 3 3
      library/bonita
  13. 14 14
      library/busybox
  14. 8 8
      library/cassandra
  15. 10 8
      library/centos
  16. 3 3
      library/chronograf
  17. 2 2
      library/clearlinux
  18. 8 0
      library/clefos
  19. 1 1
      library/clojure
  20. 2 2
      library/composer
  21. 3 3
      library/consul
  22. 9 9
      library/convertigo
  23. 9 9
      library/couchbase
  24. 5 2
      library/crate
  25. 22 22
      library/debian
  26. 38 38
      library/docker
  27. 34 19
      library/drupal
  28. 3 7
      library/eggdrop
  29. 4 4
      library/elasticsearch
  30. 17 15
      library/elixir
  31. 16 16
      library/erlang
  32. 12 16
      library/fedora
  33. 48 48
      library/flink
  34. 31 14
      library/gazebo
  35. 6 6
      library/gcc
  36. 7 7
      library/geonetwork
  37. 4 4
      library/ghost
  38. 36 83
      library/golang
  39. 28 20
      library/gradle
  40. 110 92
      library/groovy
  41. 10 10
      library/haproxy
  42. 56 25
      library/haxe
  43. 4 14
      library/httpd
  44. 6 17
      library/ibmjava
  45. 18 18
      library/influxdb
  46. 4 4
      library/irssi
  47. 12 13
      library/jetty
  48. 45 13
      library/joomla
  49. 6 6
      library/jruby
  50. 3 3
      library/kapacitor
  51. 2 2
      library/kibana
  52. 15 6
      library/kong
  53. 16 7
      library/lightstreamer
  54. 4 4
      library/logstash
  55. 2 2
      library/mageia
  56. 10 10
      library/mariadb
  57. 26 86
      library/maven
  58. 4 4
      library/memcached
  59. 13 83
      library/mongo
  60. 4 4
      library/mongo-express
  61. 12 12
      library/mono
  62. 6 6
      library/mysql
  63. 17 15
      library/nats
  64. 15 13
      library/nats-streaming
  65. 81 11
      library/neo4j
  66. 0 6
      library/neurodebian
  67. 23 13
      library/nextcloud
  68. 11 9
      library/nginx
  69. 54 49
      library/node
  70. 5 5
      library/nuxeo
  71. 7 7
      library/odoo
  72. 5 1
      library/open-liberty
  73. 51 71
      library/openjdk
  74. 5 4
      library/opensuse
  75. 19 3
      library/oraclelinux
  76. 5 5
      library/orientdb
  77. 8 18
      library/owncloud
  78. 6 6
      library/percona
  79. 24 6
      library/photon
  80. 62 62
      library/php
  81. 2 2
      library/piwik
  82. 20 20
      library/postgres
  83. 2 2
      library/pypy
  84. 63 77
      library/python
  85. 2 2
      library/r-base
  86. 14 14
      library/rabbitmq
  87. 2 2
      library/rakudo-star
  88. 7 7
      library/redis
  89. 3 3
      library/redmine
  90. 2 2
      library/rocket.chat
  91. 1 50
      library/ros
  92. 60 35
      library/ruby
  93. 7 7
      library/rust
  94. 2 2
      library/silverpeas
  95. 2 2
      library/sl
  96. 15 15
      library/solr
  97. 11 5
      library/sonarqube
  98. 3 3
      library/spiped
  99. 9 13
      library/storm
  100. 6 1
      library/swift

+ 41 - 9
README.md

@@ -36,6 +36,38 @@ Be sure to familiarize yourself with [Official Repositories on Docker Hub](https
 
 Also, the Hub descriptions for these images are currently stored separately in the [`docker-library/docs` repository](https://github.com/docker-library/docs), whose [`README.md` file](https://github.com/docker-library/docs/blob/master/README.md) explains more about how it's structured and how to contribute to it. Please be prepared to submit a PR there as well, pending acceptance of your image here.
 
+### Table of Contents
+
+<!-- AUTOGENERATED TOC -->
+
+1.	[Docker Official Images](#docker-official-images)
+	1.	[What are "Official Images"?](#what-are-official-images)
+	2.	[Architectures other than amd64?](#architectures-other-than-amd64)
+	3.	[Contributing to the standard library](#contributing-to-the-standard-library)
+		1.	[Table of Contents](#table-of-contents)
+		2.	[Review Guidelines](#review-guidelines)
+			1.	[Maintainership](#maintainership)
+			2.	[Repeatability](#repeatability)
+			3.	[Consistency](#consistency)
+			4.	[Clarity](#clarity)
+			5.	[init](#init)
+			6.	[Cacheability](#cacheability)
+			7.	[Security](#security)
+				1.	[Image Build](#image-build)
+				2.	[Runtime Configuration](#runtime-configuration)
+			8.	[Multiple Architectures](#multiple-architectures)
+		3.	[Commitment](#commitment)
+	4.	[Library definition files](#library-definition-files)
+		1.	[Filenames](#filenames)
+		2.	[Tags and aliases](#tags-and-aliases)
+		3.	[Instruction format](#instruction-format)
+		4.	[Creating a new repository](#creating-a-new-repository)
+		5.	[Adding a new tag in an existing repository (that you're the maintainer of)](#adding-a-new-tag-in-an-existing-repository-that-youre-the-maintainer-of)
+		6.	[Change to a tag in an existing repository (that you're the maintainer of)](#change-to-a-tag-in-an-existing-repository-that-youre-the-maintainer-of)
+	5.	[Bashbrew](#bashbrew)
+
+<!-- AUTOGENERATED TOC -->
+
 ### Review Guidelines
 
 Because the official images are intended to be learning tools for those new to Docker as well as the base images for advanced users to build their production releases, we review each proposed `Dockerfile` to ensure that it meets a minimum standard for quality and maintainability. While some of that standard is hard to define (due to subjectivity), as much as possible is defined here, while also adhering to the "Best Practices" where appropriate.
@@ -50,14 +82,14 @@ If you do not represent upstream and upstream becomes interested in maintaining
 
 For upstreams interested in taking over maintainership of an existing repository, the first step is to get involved in the existing repository. Making comments on issues, proposing changes, and making yourself known within the "image community" (even if that "community" is just the current maintainer) are all important places to start to ensure that the transition is unsurprising to existing contributors and users.
 
-When taking over an existing repository, please ensure that the entire Git history of the original repository is kept in the new upstream-maintained repository to make sure the review process isn't stalled during the transition. This is most easily accomplished by forking the new from the existing repository, but can also be accomplished by fetching the commits directly from the original and pushing them into the new repo (ie, `git fetch https://github.com/jsmith/example.git master`, `git rebase FETCH_HEAD`, `git push -f`). On github, an alternative is to move ownership of the git repository. This can be accomplished without giving either group admin access to the other owner's repository:
+When taking over an existing repository, please ensure that the entire Git history of the original repository is kept in the new upstream-maintained repository to make sure the review process isn't stalled during the transition. This is most easily accomplished by forking the new from the existing repository, but can also be accomplished by fetching the commits directly from the original and pushing them into the new repo (ie, `git fetch https://github.com/jsmith/example.git master`, `git rebase FETCH_HEAD`, `git push -f`). On GitHub, an alternative is to move ownership of the git repository. This can be accomplished without giving either group admin access to the other owner's repository:
 
 -	create temporary intermediary organization
 	-	[docker-library-transitioner](https://github.com/docker-library-transitioner) is available for this purpose if you would like our help
 -	give old and new owners admin access to intermediary organization
 -	old owner transfers repo ownership to intermediary organization
 -	new owner transfers repo ownership to its new home
-	-	recommend that old owner does not fork new repo back into the old organization to ensure that github redirects will just work
+	-	recommend that old owner does not fork new repo back into the old organization to ensure that GitHub redirects will just work
 
 #### Repeatability
 
@@ -71,7 +103,7 @@ No official images can be derived from, or depend on, non-official images with t
 
 #### Consistency
 
-All official images should provide a consistent interface. A beginning user should be able to `docker run official-image bash` without needing to learn about `--entrypoint`. It is also nice for advanced users to take advantage of entrypoint, so that they can `docker run official-image --arg1 --arg2` without having to specify the binary to execute.
+All official images should provide a consistent interface. A beginning user should be able to `docker run official-image bash` (or `sh`) without needing to learn about `--entrypoint`. It is also nice for advanced users to take advantage of entrypoint, so that they can `docker run official-image --arg1 --arg2` without having to specify the binary to execute.
 
 1.	If the startup process does not need arguments, just use `CMD`:
 
@@ -86,27 +118,27 @@ All official images should provide a consistent interface. A beginning user shou
 	CMD ["postgres"]
 	```
 
-	1.	Ensure that `docker run official-image bash` works too. The easiest way is to check for the expected command and if it is something else, just `exec "$@"` (run whatever was passed, properly keeping the arguments escaped).
+	1.	Ensure that `docker run official-image bash` (or `sh`) works too. The easiest way is to check for the expected command and if it is something else, just `exec "$@"` (run whatever was passed, properly keeping the arguments escaped).
 
-		```bash
-		#!/bin/bash
+		```sh
+		#!/bin/sh
 		set -e
 
 		# this if will check if the first argument is a flag
 		# but only works if all arguments require a hyphenated flag
 		# -v; -SL; -f arg; etc will work, but not arg1 arg2
-		if [ "${1:0:1}" = '-' ]; then
+		if [ "$#" -eq 0 ] || [ "${1#-}" != "$1" ]; then
 		    set -- mongod "$@"
 		fi
 
 		# check for the expected command
 		if [ "$1" = 'mongod' ]; then
 		    # init db stuff....
-		    # use gosu to drop to a non-root user
+		    # use gosu (or su-exec) to drop to a non-root user
 		    exec gosu mongod "$@"
 		fi
 
-		# else default to run whatever the user wanted like "bash"
+		# else default to run whatever the user wanted like "bash" or "sh"
 		exec "$@"
 		```
 

+ 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-*

+ 8 - 1
bashbrew/go/src/bashbrew/cmd-put-shared.go

@@ -4,6 +4,7 @@ import (
 	"fmt"
 	"os"
 	"path"
+	"strings"
 	"time"
 
 	"github.com/codegangsta/cli"
@@ -114,6 +115,7 @@ func cmdPutShared(c *cli.Context) error {
 			continue
 		}
 
+		failed := []string{}
 		for _, group := range sharedTagGroups {
 			yaml, mostRecentPush, err := entriesToManifestToolYaml(singleArch, *r, group.Entries...)
 			if err != nil {
@@ -143,10 +145,15 @@ func cmdPutShared(c *cli.Context) error {
 			if !dryRun {
 				tagYaml := tagsToManifestToolYaml(targetRepo, tagsToPush...) + yaml
 				if err := manifestToolPushFromSpec(tagYaml); err != nil {
-					return fmt.Errorf("failed pushing %s", groupIdentifier)
+					fmt.Fprintf(os.Stderr, "warning: failed putting %s, skipping (collecting errors)\n", groupIdentifier)
+					failed = append(failed, fmt.Sprintf("- %s: %v", groupIdentifier, err))
+					continue
 				}
 			}
 		}
+		if len(failed) > 0 {
+			return fmt.Errorf("failed putting groups:\n%s", strings.Join(failed, "\n"))
+		}
 	}
 
 	return nil

+ 10 - 0
bashbrew/travis.sh

@@ -37,6 +37,16 @@ fi
 
 export BASHBREW_LIBRARY="$(dirname "$PWD")/library"
 
+if badTags="$(bashbrew list "${repos[@]}" | grep -E ':.+latest.*|:.*latest.+')" && [ -n "$badTags" ]; then
+	echo >&2
+	echo >&2 "Incorrectly formatted 'latest' tags detected:"
+	echo >&2 ' ' $badTags
+	echo >&2
+	echo >&2 'Read https://github.com/docker-library/official-images#tags-and-aliases for more details.'
+	echo >&2
+	exit 1
+fi
+
 cmds=(
 	'list'
 	'list --uniq'

+ 4 - 2
diff-pr.sh

@@ -77,7 +77,9 @@ fi
 
 export BASHBREW_CACHE="${BASHBREW_CACHE:-${XDG_CACHE_HOME:-$HOME/.cache}/bashbrew}"
 export BASHBREW_LIBRARY="$PWD/oi/library"
-export BASHBREW_ARCH='amd64' # TODO something smarter with arches
+
+: "${BASHBREW_ARCH:=amd64}" # TODO something smarter with arches
+export BASHBREW_ARCH
 
 # "bashbrew cat" template for duplicating something like "bashbrew list --uniq" but with architectures too
 archesListTemplate='
@@ -110,7 +112,7 @@ sharedTagsListTemplate='
 # TODO something less hacky than "git archive" hackery, like a "bashbrew archive" or "bashbrew context" or something
 template='
 	{{- range $.Entries -}}
-		{{- $arch := .Architectures | first -}}
+		{{- $arch := .HasArchitecture arch | ternary arch (.Architectures | first) -}}
 		{{- $from := $.ArchDockerFrom $arch . -}}
 		git -C "$BASHBREW_CACHE/git" archive --format=tar
 		{{- " " -}}

+ 7 - 7
library/adminer

@@ -1,14 +1,14 @@
-# this file is generated via https://github.com/TimWolla/docker-adminer/blob/adad6c44329f98b4f71e8cabf84d09a90b8af220/generate-stackbrew-library.sh
+# this file is generated via https://github.com/TimWolla/docker-adminer/blob/7730bed48bb21686486346ea70c75b423a5d3755/generate-stackbrew-library.sh
 
 Maintainers: Tim Düsterhus <[email protected]> (@TimWolla)
 GitRepo: https://github.com/TimWolla/docker-adminer.git
 
-Tags: 4.4.0-standalone, 4.4-standalone, 4-standalone, standalone, 4.4.0, 4.4, 4, latest
+Tags: 4.6.2-standalone, 4.6-standalone, 4-standalone, standalone, 4.6.2, 4.6, 4, latest
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: a49e226a52f856d35b28a907b53a649eb4eda7c5
-Directory: 4.4
+GitCommit: 5865d355d3187839ea6883fcb0d03e3104546102
+Directory: 4
 
-Tags: 4.4.0-fastcgi, 4.4-fastcgi, 4-fastcgi, fastcgi
+Tags: 4.6.2-fastcgi, 4.6-fastcgi, 4-fastcgi, fastcgi
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: a49e226a52f856d35b28a907b53a649eb4eda7c5
-Directory: 4.4/fastcgi
+GitCommit: 5865d355d3187839ea6883fcb0d03e3104546102
+Directory: 4/fastcgi

+ 4 - 2
library/aerospike

@@ -2,6 +2,8 @@
 
 3.12.1.3: git://github.com/aerospike/aerospike-server.docker@eb4758c8bcb30158cef593383ac0aab119b066c1
 3.13.0.9: git://github.com/aerospike/aerospike-server.docker@092ee6ae35208222d400fd4c6b9c0362e2ee0f0f
-3.14.1.7: git://github.com/aerospike/aerospike-server.docker@686bb0f3390f5acbc568d7e388a23143f2cd5ff9
+3.14.1.8: git://github.com/aerospike/aerospike-server.docker@376c1940a6a30624305fc8e7e8acdefbb7867606
 3.15.1.4: git://github.com/aerospike/aerospike-server.docker@3729a596dd09d0803ff8c53830872c590ba62e7d
-latest: git://github.com/aerospike/aerospike-server.docker@3729a596dd09d0803ff8c53830872c590ba62e7d
+3.16.0.6: git://github.com/aerospike/aerospike-server.docker@961f91929117b71975382ae795c54ea19426bc47
+4.0.0.4: git://github.com/aerospike/aerospike-server.docker@be1657fb7d8a2df5b1071d9e9a36bdd0abcc2df3
+latest: git://github.com/aerospike/aerospike-server.docker@be1657fb7d8a2df5b1071d9e9a36bdd0abcc2df3

+ 8 - 8
library/amazonlinux

@@ -4,21 +4,21 @@ 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.20171212.2, 2017.12, 2
+Tags: 2017.12.0.20180330, 2017.12, 2
 GitFetch: refs/heads/2017.12
-GitCommit: 10641478ad16c6f44b691dc41acfc221c7a7594f
+GitCommit: 91cc3997375a8055ae62ffa2635acc464ec8ac51
 
-Tags: 2017.12.0.20171212.2-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: 25ee203e5625961ed6c0b8baad3e7b8bda829b52
+GitCommit: 9129377feea1176b636427b295e8af57656db079
 
-Tags: 2017.09.0.20170930, 2017.09, 1, latest
+Tags: 2017.09.1.20180409, 2017.09, 1, latest
 GitFetch: refs/heads/2017.09
-GitCommit: eb819d6b91ada2f0304d2a24ab9ce2ced0f166ea
+GitCommit: 0b2dad813345cab464c6c0a716aa5be2ae072f79
 
-Tags: 2017.09.0.20170930-with-sources, 2017.09-with-sources, 1-with-sources, with-sources
+Tags: 2017.09.1.20180409-with-sources, 2017.09-with-sources, 1-with-sources, with-sources
 GitFetch: refs/heads/2017.09-with-sources
-GitCommit: f13ce885778e5cf48275986b7cf8c321a60b6693
+GitCommit: 6d5273cf53b85c27690ac394bee2c2935cca73b8
 
 Tags: 2017.03.1.20170812, 2017.03
 GitFetch: refs/heads/2017.03

+ 4 - 5
library/arangodb

@@ -5,8 +5,7 @@
 2.8.11: https://github.com/arangodb/arangodb-docker@d6fca9a137cd21345b1d380fc0e72daacb6130ce jessie/2.8.11
 
 
-3.2: https://github.com/arangodb/arangodb-docker@d292cfc4b85fdbfe63ce80a4c5b7971a5abcb1f6 stretch/3.2.10
-3.2.10: https://github.com/arangodb/arangodb-docker@d292cfc4b85fdbfe63ce80a4c5b7971a5abcb1f6 stretch/3.2.10
-3.3: https://github.com/arangodb/arangodb-docker@a176fa2893e659cf8daddda7ae2586cfc00079cd stretch/3.3.2
-3.3.2: https://github.com/arangodb/arangodb-docker@a176fa2893e659cf8daddda7ae2586cfc00079cd stretch/3.3.2
-latest: https://github.com/arangodb/arangodb-docker@a176fa2893e659cf8daddda7ae2586cfc00079cd stretch/3.3.2
+
+3.3: https://github.com/arangodb/arangodb-docker@42a539d5ba5d1694ccf869368c48885f6f2d71d8 stretch/3.3.5
+3.3.5: https://github.com/arangodb/arangodb-docker@42a539d5ba5d1694ccf869368c48885f6f2d71d8 stretch/3.3.5
+latest: https://github.com/arangodb/arangodb-docker@42a539d5ba5d1694ccf869368c48885f6f2d71d8 stretch/3.3.5

+ 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

+ 2 - 2
library/bash

@@ -3,9 +3,9 @@
 Maintainers: Tianon Gravi <[email protected]> (@tianon)
 GitRepo: https://github.com/tianon/docker-bash.git
 
-Tags: 4.4.12, 4.4, 4, latest
+Tags: 4.4.19, 4.4, 4, latest
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 63052402ddc3427912d780eaf9caf71bd03f8b2d
+GitCommit: 3bb879e5ac93f9b49f4d2d33521d8aa1524f2c12
 Directory: 4.4
 
 Tags: 4.3.48, 4.3

+ 3 - 3
library/bonita

@@ -3,6 +3,6 @@
 # maintainer: Truc Nguyen <[email protected]> (@tnguyen1)
 # maintainer: Laurent Leseigneur <[email protected]> (@laurentleseigneur)
 
-7.5.4: git://github.com/Bonitasoft-Community/docker_bonita@8d93ed625153a8446b7be1b6bd18f137af63815f 7.5
-7.6.1: git://github.com/Bonitasoft-Community/docker_bonita@9f7a0fa1f51ecbbe6dbae3fe16278144038a1397 7.6
-latest: git://github.com/Bonitasoft-Community/docker_bonita@9f7a0fa1f51ecbbe6dbae3fe16278144038a1397 7.6
+7.5.4: git://github.com/Bonitasoft-Community/docker_bonita@d1172a5e81a4cfff488f99af92c8ab772dc17b12 7.5
+7.6.3: git://github.com/Bonitasoft-Community/docker_bonita@267f7f8d47b44a0184ecfbfaa072b47ecef1bc7b 7.6
+latest: git://github.com/Bonitasoft-Community/docker_bonita@267f7f8d47b44a0184ecfbfaa072b47ecef1bc7b 7.6

+ 14 - 14
library/busybox

@@ -1,48 +1,48 @@
-# this file is generated via https://github.com/docker-library/busybox/blob/f3b69761c32e9b861140d8da5cd93ceacfdb4499/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: f3b69761c32e9b861140d8da5cd93ceacfdb4499
+GitCommit: bd762e07558c59b80eb69367835936ce07ca8bc0
 # https://github.com/docker-library/busybox/tree/dist-amd64
 amd64-GitFetch: refs/heads/dist-amd64
-amd64-GitCommit: 4650afd74a979f1c4cde5e817e9a13b33576ff76
+amd64-GitCommit: 3dcdbaf646be956f92a1f9da84cabe2fdcd53a15
 # https://github.com/docker-library/busybox/tree/dist-arm32v5
 arm32v5-GitFetch: refs/heads/dist-arm32v5
-arm32v5-GitCommit: 669eba7f4fc52fe25b0faf7adf89f1fbed0e9957
+arm32v5-GitCommit: cfaaed006e4c01ba88ff9956f98981bd1d80d896
 # https://github.com/docker-library/busybox/tree/dist-arm32v6
 arm32v6-GitFetch: refs/heads/dist-arm32v6
-arm32v6-GitCommit: 723b8049d149a24c9432c6cef785875f18872849
+arm32v6-GitCommit: bfaff5d0e60b144ec48fd2c7b282474a6faeb210
 # https://github.com/docker-library/busybox/tree/dist-arm32v7
 arm32v7-GitFetch: refs/heads/dist-arm32v7
-arm32v7-GitCommit: 13c90b4662440bc252aacf2d818dccdab2e1309c
+arm32v7-GitCommit: 97be2e6bc9cea603f6595ce25b7167333e8becfc
 # https://github.com/docker-library/busybox/tree/dist-arm64v8
 arm64v8-GitFetch: refs/heads/dist-arm64v8
-arm64v8-GitCommit: 1722d7eccafa5c41f9727573ed1400a0302a02f9
+arm64v8-GitCommit: 9aa5bcf197d4b58a13fea0da849bc1883019e1d6
 # https://github.com/docker-library/busybox/tree/dist-i386
 i386-GitFetch: refs/heads/dist-i386
-i386-GitCommit: 7212f67c6021f903067d562723000782e74cee4f
+i386-GitCommit: 24c73d484d4d4fd2e173a9f391b322188047a48a
 # https://github.com/docker-library/busybox/tree/dist-ppc64le
 ppc64le-GitFetch: refs/heads/dist-ppc64le
-ppc64le-GitCommit: c22e8505cb431aba0051cdb1eac26b18c160bdda
+ppc64le-GitCommit: 5706e321c74f8b71d3450307ea101f879d0661d6
 # https://github.com/docker-library/busybox/tree/dist-s390x
 s390x-GitFetch: refs/heads/dist-s390x
-s390x-GitCommit: 5723a612a26a2659b816969647dc1ca6a4141d82
+s390x-GitCommit: bc9c901b4f5b61c569d34283921afed9557bb796
 
-Tags: 1.28.0-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.0-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.0-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.0, 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

+ 8 - 8
library/cassandra

@@ -4,22 +4,22 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/cassandra.git
 
-Tags: 2.1.19, 2.1
+Tags: 2.1.20, 2.1
 Architectures: amd64, i386
-GitCommit: 88c25000ef8da0e0f7eb3a6b8202b2f7678c8dab
+GitCommit: f2662126a725065bc524c907a7dcfdbb6e38b31d
 Directory: 2.1
 
-Tags: 2.2.11, 2.2, 2
+Tags: 2.2.12, 2.2, 2
 Architectures: amd64, i386
-GitCommit: 88c25000ef8da0e0f7eb3a6b8202b2f7678c8dab
+GitCommit: 0a8b0c981c2db51bcf15bda01de805f636744073
 Directory: 2.2
 
-Tags: 3.0.15, 3.0
+Tags: 3.0.16, 3.0
 Architectures: amd64, arm64v8, i386, ppc64le
-GitCommit: 88c25000ef8da0e0f7eb3a6b8202b2f7678c8dab
+GitCommit: 202f69bdc8514e1f1eec4c0de31a964f79af3cff
 Directory: 3.0
 
-Tags: 3.11.1, 3.11, 3, latest
+Tags: 3.11.2, 3.11, 3, latest
 Architectures: amd64, arm64v8, i386, ppc64le
-GitCommit: 88c25000ef8da0e0f7eb3a6b8202b2f7678c8dab
+GitCommit: 88f7b82386e788634f4a0f31711c92c268640df9
 Directory: 3.11

+ 10 - 8
library/centos

@@ -5,18 +5,20 @@ Constraints: !aufs
 
 Tags: latest, centos7, 7
 GitFetch: refs/heads/CentOS-7
-GitCommit: 79db851f4016c283fb3d30f924031f5a866d51a1
-arm64v8-GitFetch: refs/heads/CentOS-7-aarch64
-arm64v8-GitCommit: 1271c996f5fbf19677bdd15d2d3a72d62e600e4b
-ppc64le-GitFetch: refs/heads/CentOS-7-ppc64le
-ppc64le-GitCommit: 9df3f31b1b3d71409a947fa4dd0bc2c5aeb47f1d
-Architectures: amd64, arm64v8, ppc64le
+GitCommit: 45cccc8f40650e860852cfe9054eefa5a4c0dc54
+arm32v7-GitFetch: refs/heads/centos-7armhfp
+arm32v7-GitCommit: c9aa692195cf89883e5bd95348e6faa176c85c81
+arm64v8-GitFetch: refs/heads/CentOS-7arm64
+arm64v8-GitCommit: 6159fd79e6d041cb64c49068f642d1055f684c04
+ppc64le-GitFetch: refs/heads/CentOS-7ppc64le
+ppc64le-GitCommit: cf34cbd953c8dbff543c8926309fe0a1e33670af
+Architectures: amd64, arm64v8, arm32v7, ppc64le
 
 Tags: centos6, 6
 GitFetch: refs/heads/CentOS-6
-GitCommit: 4ab2be41cc943b7d34e3c3ac15164b9d7706dce8
+GitCommit: 8a29da14f5fe925bdaf21e8cc696e8e9b214eae3
 i386-GitFetch: refs/heads/CentOS-6i386
-i386-GitCommit: 9718f39f8d84a72ecf86a26fb8871d355675704e
+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: 1c67b3a6144fba638c395169a2481b7bb5489515
+GitCommit: 89f4acd7f82a21209962937d826a689b99f8dc48
 
 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.0, 1.4.0.1, latest
+Tags: 1.4, 1.4.3, 1.4.3.1, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: chronograf/1.4
 
-Tags: 1.4-alpine, 1.4.0-alpine, 1.4.0.1-alpine, alpine
+Tags: 1.4-alpine, 1.4.3-alpine, 1.4.3.1-alpine, alpine
 Directory: chronograf/1.4/alpine

+ 2 - 2
library/clearlinux

@@ -1,4 +1,4 @@
 # maintainer: William Douglas <[email protected]> (@bryteise)
 
-latest: git://github.com/clearlinux/docker-brew-clearlinux@d6a55d1f4c7b34fa5f6fb6d8a575794ef7fe5758
-base: git://github.com/clearlinux/docker-brew-clearlinux@d6a55d1f4c7b34fa5f6fb6d8a575794ef7fe5758
+latest: git://github.com/clearlinux/docker-brew-clearlinux@1673bc4caa0f1cbd51a7f7f4c2a8b649de078ed1
+base: git://github.com/clearlinux/docker-brew-clearlinux@1673bc4caa0f1cbd51a7f7f4c2a8b649de078ed1

+ 8 - 0
library/clefos

@@ -0,0 +1,8 @@
+Maintainers: The ClefOS Project <[email protected]> (@nealef)
+GitRepo: https://github.com/nealef/clefos.git
+Constraints: !aufs
+
+Tags: 7, 7.4.1708, latest
+GitFetch: refs/heads/7.4.1708
+GitCommit: 002827d6daa02a1c26d53c2571cc9024968f21d2
+Architectures: s390x

+ 1 - 1
library/clojure

@@ -2,7 +2,7 @@ Maintainers: Paul Lam <[email protected]> (@Quantisan),
              Wes Morgan <[email protected]> (@cap10morgan)
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitRepo: https://github.com/Quantisan/docker-clojure.git
-GitCommit: b4e548bbaab978eaa8e0f4b31705c43526202d3c
+GitCommit: 9a5646fb242d98e8867bcbb558cf61a9bbf51f6e
 
 Tags: lein-2.8.1, lein, latest
 Directory: debian/lein

+ 2 - 2
library/composer

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

+ 3 - 3
library/consul

@@ -1,4 +1,4 @@
-# maintainer: James Phillips <[email protected]> (@slackpad)
+# maintainer: Preetha Appan <[email protected]> (@preetapan)
 
-1.0.2: git://github.com/hashicorp/docker-consul@926a47d82b0ce2afb3641590224c1ca084c45f5d 0.X
-latest: git://github.com/hashicorp/docker-consul@926a47d82b0ce2afb3641590224c1ca084c45f5d 0.X
+1.0.6: git://github.com/hashicorp/docker-consul@b820cd370d68d28f91e1c8327616fb8f4c6e9126 0.X
+latest: git://github.com/hashicorp/docker-consul@b820cd370d68d28f91e1c8327616fb8f4c6e9126 0.X

+ 9 - 9
library/convertigo

@@ -1,19 +1,19 @@
 Maintainers: Nicolas Albert <[email protected]> (@nicolas-albert), Olivier Picciotto <[email protected]> (@opicciotto)
 GitRepo: https://github.com/convertigo/docker
-GitCommit: 1b3f1092aae7fbfd1094fb169be1e74f0902a164
+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.7, 7.4
+Tags: 7.4.8, 7.4
 Architectures: amd64, arm32v7, arm64v8, i386
-Directory: 7.4/7.4.7
+Directory: 7.4/7.4.8
 
-Tags: 7.4.7-alpine, 7.4-alpine
+Tags: 7.4.8-alpine, 7.4-alpine
 Architectures: amd64, arm32v6, arm64v8, i386
-Directory: 7.4/7.4.7/alpine
+Directory: 7.4/7.4.8/alpine

+ 9 - 9
library/couchbase

@@ -1,14 +1,14 @@
 # maintainer: Couchbase Docker Team <[email protected]> (@couchbase)
 
-latest: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc enterprise/couchbase-server/5.0.1
-enterprise: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc enterprise/couchbase-server/5.0.1
-5.0.1: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc enterprise/couchbase-server/5.0.1
-enterprise-5.0.1: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc enterprise/couchbase-server/5.0.1
+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
 
-4.6.4: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc enterprise/couchbase-server/4.6.4
-enterprise-4.6.4: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc enterprise/couchbase-server/4.6.4
+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
 
-community: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc community/couchbase-server/5.0.1
-community-5.0.1: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc community/couchbase-server/5.0.1
+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
 
-community-4.5.1: git://github.com/couchbase/docker@1dc19b7a42c42edb9f777e33d3a385bb8ec612fc community/couchbase-server/4.5.1
+community-4.5.1: git://github.com/couchbase/docker@df241663db4fd87c00576109be71cd1f6beba4bf community/couchbase-server/4.5.1

+ 5 - 2
library/crate

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

+ 22 - 22
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: 6af0f6159c515601731d92972a245199337e3ca6
+amd64-GitCommit: 603ba998fd1175e70bf3ac5d79a5d2c1ed9a52fe
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-arm32v5
 arm32v5-GitFetch: refs/heads/dist-arm32v5
-arm32v5-GitCommit: 249ae0a00f222bdca38285d29c081fd81fe9d324
+arm32v5-GitCommit: c9cd437b635957d8992ea41e56b6d051e3bcecde
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-arm32v7
 arm32v7-GitFetch: refs/heads/dist-arm32v7
-arm32v7-GitCommit: 340e48e75ae01faea568312ca232ce99cc300da6
+arm32v7-GitCommit: ec65021e6c67a334e0272973748c369187d982c2
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-arm64v8
 arm64v8-GitFetch: refs/heads/dist-arm64v8
-arm64v8-GitCommit: 878a5fa46f5ff2bdc90ea82645be1c57fcc45b5b
+arm64v8-GitCommit: 017f8443447e59f365bb12f43ca2a0b0ac8e16ce
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-i386
 i386-GitFetch: refs/heads/dist-i386
-i386-GitCommit: 593b61772e1227a7e591daed8fc2988a26398236
+i386-GitCommit: 0c54ebe1b3f5d2b9a2a84fdf8667f83a33c0aff2
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-ppc64le
 ppc64le-GitFetch: refs/heads/dist-ppc64le
-ppc64le-GitCommit: 559289a884744c2adaf993b9c56f6f4a25a3c0af
+ppc64le-GitCommit: 3bb315f73cbd06211118f718463723e9f2f2d953
 # https://github.com/debuerreotype/docker-debian-artifacts/tree/dist-s390x
 s390x-GitFetch: refs/heads/dist-s390x
-s390x-GitCommit: 744c907aa057f33c2e7e4449cc30f2d0a79b5eef
+s390x-GitCommit: af6c80a81f6f764d9b4406baf3e23f34834ad861
 
 # buster -- Debian x.y Testing distribution - Not Released
-Tags: buster, buster-20171210
+Tags: buster, buster-20180312
 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-20171210
+Tags: experimental, experimental-20180312
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: experimental
 
 # jessie -- Debian 8.10 Released 09 December 2017
-Tags: jessie, jessie-20171210, 8.10, 8
+Tags: jessie, jessie-20180312, 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-20171210
+Tags: oldoldstable, oldoldstable-20180312
 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-20171210
+Tags: oldstable, oldstable-20180312
 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-20171210
+Tags: rc-buggy, rc-buggy-20180312
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: rc-buggy
 
 # sid -- Debian x.y Unstable - Not Released
-Tags: sid, sid-20171210
+Tags: sid, sid-20180312
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: sid
 
@@ -94,8 +94,8 @@ Tags: sid-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: sid/slim
 
-# stable -- Debian 9.3 Released 09 December 2017
-Tags: stable, stable-20171210
+# stable -- Debian 9.4 Released 10 March 2018
+Tags: stable, stable-20180312
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stable
 
@@ -107,8 +107,8 @@ Tags: stable-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stable/slim
 
-# stretch -- Debian 9.3 Released 09 December 2017
-Tags: stretch, stretch-20171210, 9.3, 9, latest
+# stretch -- Debian 9.4 Released 10 March 2018
+Tags: stretch, stretch-20180312, 9.4, 9, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stretch
 
@@ -116,12 +116,12 @@ Tags: stretch-backports
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stretch/backports
 
-Tags: stretch-slim, 9.3-slim, 9-slim
+Tags: stretch-slim, 9.4-slim, 9-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: stretch/slim
 
 # testing -- Debian x.y Testing distribution - Not Released
-Tags: testing, testing-20171210
+Tags: testing, testing-20180312
 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-20171210
+Tags: unstable, unstable-20180312
 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-20171210, 7.11, 7
+Tags: wheezy, wheezy-20180312, 7.11, 7
 Architectures: amd64, arm32v5, arm32v7, i386
 Directory: wheezy
 

+ 38 - 38
library/docker

@@ -4,47 +4,47 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/docker.git
 
-Tags: 18.01.0-ce, 18.01.0, 18.01, 18, edge, test, latest
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: d909b9fe1337c5bc6c1f851c0a7bc2d23008cc1d
-Directory: 18.01
-
-Tags: 18.01.0-ce-dind, 18.01.0-dind, 18.01-dind, 18-dind, edge-dind, test-dind, dind
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: d909b9fe1337c5bc6c1f851c0a7bc2d23008cc1d
-Directory: 18.01/dind
-
-Tags: 18.01.0-ce-git, 18.01.0-git, 18.01-git, 18-git, edge-git, test-git, git
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: d909b9fe1337c5bc6c1f851c0a7bc2d23008cc1d
-Directory: 18.01/git
-
-Tags: 17.12.0-ce, 17.12.0, 17.12, 17, stable
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 51ba3bdf3e104e8af01150daec9122c4fbeaa41e
+Tags: 18.04.0-ce-rc2, 18.04-rc, rc, test
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: fcbb33386d9cff655bbde45f0ecd532ea65cda9c
+Directory: 18.04-rc
+
+Tags: 18.04.0-ce-rc2-dind, 18.04-rc-dind, rc-dind, test-dind
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 5b158e3ca87bdc20069754a796c00b270e40cfdb
+Directory: 18.04-rc/dind
+
+Tags: 18.04.0-ce-rc2-git, 18.04-rc-git, rc-git, test-git
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 045fbbc0ac44b1db42ef8b499f2bef1db8dcfe61
+Directory: 18.04-rc/git
+
+Tags: 18.03.0-ce, 18.03.0, 18.03, 18, stable, edge, latest
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 1ad458b04229d155bbec6bbd4b5142497aa8126a
+Directory: 18.03
+
+Tags: 18.03.0-ce-dind, 18.03.0-dind, 18.03-dind, 18-dind, stable-dind, edge-dind, dind
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+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, git
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 1ad458b04229d155bbec6bbd4b5142497aa8126a
+Directory: 18.03/git
+
+Tags: 17.12.1-ce, 17.12.1, 17.12, 17
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: eec0f6e5549ab940b53332f836be817c877d1154
 Directory: 17.12
 
-Tags: 17.12.0-ce-dind, 17.12.0-dind, 17.12-dind, 17-dind, stable-dind
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: de9fda490429cf83734ef78b58f0ae9cfed1b087
+Tags: 17.12.1-ce-dind, 17.12.1-dind, 17.12-dind, 17-dind
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
+GitCommit: 5b158e3ca87bdc20069754a796c00b270e40cfdb
 Directory: 17.12/dind
 
-Tags: 17.12.0-ce-git, 17.12.0-git, 17.12-git, 17-git, stable-git
-Architectures: amd64, arm64v8, ppc64le, s390x
+Tags: 17.12.1-ce-git, 17.12.1-git, 17.12-git, 17-git
+Architectures: amd64, arm32v6, arm64v8, ppc64le, s390x
 GitCommit: de9fda490429cf83734ef78b58f0ae9cfed1b087
 Directory: 17.12/git
-
-Tags: 17.09.1-ce, 17.09.1, 17.09
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 4e80fad160cf70fac2ad8920528b43870426a00c
-Directory: 17.09
-
-Tags: 17.09.1-ce-dind, 17.09.1-dind, 17.09-dind
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 00de5231b507c989ce900df2ef3f1abf4ce7e19c
-Directory: 17.09/dind
-
-Tags: 17.09.1-ce-git, 17.09.1-git, 17.09-git
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: a6b52c73daa8283cd861f41f55e53426008708ac
-Directory: 17.09/git

+ 34 - 19
library/drupal

@@ -1,50 +1,65 @@
-# this file is generated via https://github.com/docker-library/drupal/blob/234e8c0a16d46a62aaaa8ffb139d0f9298880650/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/drupal/blob/c1dc3e34b48fc47c8f8a893e67b8eaba5db9d5ed/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/drupal.git
 
-Tags: 8.4.4-apache, 8.4-apache, 8-apache, apache, 8.4.4, 8.4, 8, latest
+Tags: 8.5.1-apache, 8.5-apache, 8-apache, apache, 8.5.1, 8.5, 8, latest
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
+Directory: 8.5/apache
+
+Tags: 8.5.1-fpm, 8.5-fpm, 8-fpm, fpm
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
+Directory: 8.5/fpm
+
+Tags: 8.5.1-fpm-alpine, 8.5-fpm-alpine, 8-fpm-alpine, fpm-alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
+Directory: 8.5/fpm-alpine
+
+Tags: 8.4.6-apache, 8.4-apache, 8.4.6, 8.4
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 3bb4c69b95ae8240ab636a810aa78c64ae6e43c5
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
 Directory: 8.4/apache
 
-Tags: 8.4.4-fpm, 8.4-fpm, 8-fpm, fpm
+Tags: 8.4.6-fpm, 8.4-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 3bb4c69b95ae8240ab636a810aa78c64ae6e43c5
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
 Directory: 8.4/fpm
 
-Tags: 8.4.4-fpm-alpine, 8.4-fpm-alpine, 8-fpm-alpine, fpm-alpine
+Tags: 8.4.6-fpm-alpine, 8.4-fpm-alpine
 Architectures: amd64
-GitCommit: 3bb4c69b95ae8240ab636a810aa78c64ae6e43c5
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
 Directory: 8.4/fpm-alpine
 
-Tags: 8.3.7-apache, 8.3-apache, 8.3.7, 8.3
+Tags: 8.3.9-apache, 8.3-apache, 8.3.9, 8.3
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6eb80c71ff39e076633362adf0dc67dd252f1753
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
 Directory: 8.3/apache
 
-Tags: 8.3.7-fpm, 8.3-fpm
+Tags: 8.3.9-fpm, 8.3-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6eb80c71ff39e076633362adf0dc67dd252f1753
+GitCommit: 613b25738ce74aa3a675ca1f70ce9e6e3b26036c
 Directory: 8.3/fpm
 
-Tags: 8.3.7-fpm-alpine, 8.3-fpm-alpine
+Tags: 8.3.9-fpm-alpine, 8.3-fpm-alpine
 Architectures: amd64
-GitCommit: 30b3f40a64a8f128f0bff32f7e76eb9bc041cba5
+GitCommit: 91a83c62f177bdaa4bba79f5f32c4f9972081211
 Directory: 8.3/fpm-alpine
 
-Tags: 7.56-apache, 7-apache, 7.56, 7
+Tags: 7.58-apache, 7-apache, 7.58, 7
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a8e09f524b89b61534f376e45b885d433d867c88
+GitCommit: 613b25738ce74aa3a675ca1f70ce9e6e3b26036c
 Directory: 7/apache
 
-Tags: 7.56-fpm, 7-fpm
+Tags: 7.58-fpm, 7-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a8e09f524b89b61534f376e45b885d433d867c88
+GitCommit: 613b25738ce74aa3a675ca1f70ce9e6e3b26036c
 Directory: 7/fpm
 
-Tags: 7.56-fpm-alpine, 7-fpm-alpine
+Tags: 7.58-fpm-alpine, 7-fpm-alpine
 Architectures: amd64
-GitCommit: 30b3f40a64a8f128f0bff32f7e76eb9bc041cba5
+GitCommit: 613b25738ce74aa3a675ca1f70ce9e6e3b26036c
 Directory: 7/fpm-alpine

+ 3 - 7
library/eggdrop

@@ -2,15 +2,11 @@ Maintainers: Geo Van O <[email protected]> (@vanosg)
 GitRepo: https://github.com/eggheads/eggdrop-docker.git
 
 Tags: develop
-GitCommit: 0fb8601ed7e6965599e13a1b6fc3e9265cef953f
+GitCommit: 68e421d4e8f87301d921c84548407ec340f0b8ed
 Directory: develop
 
-Tags: 1.8.3rc1
-GitCommit: 0ef8b84536afb4010ba46d09a3713abb13025367
-Directory: 1.8.3rc1
-
-Tags: 1.8, 1.8.2, stable, latest
-GitCommit: e50da857a808ea6593fc4bfd56997d92a0461193
+Tags: 1.8, 1.8.3, stable, latest
+GitCommit: 68e421d4e8f87301d921c84548407ec340f0b8ed
 Directory: 1.8
 
 Tags: 1.6, 1.6.21

+ 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.6, 5.6, 5, latest
-GitCommit: e7ccd59cec2328020c005d94010d91b95ee7f291
+Tags: 5.6.8, 5.6, 5, latest
+GitCommit: d91235c08a5a03073b918d996c125185427b25c4
 Directory: 5
 
-Tags: 5.6.6-alpine, 5.6-alpine, 5-alpine, alpine
-GitCommit: e7ccd59cec2328020c005d94010d91b95ee7f291
+Tags: 5.6.8-alpine, 5.6-alpine, 5-alpine, alpine
+GitCommit: d91235c08a5a03073b918d996c125185427b25c4
 Directory: 5/alpine
 
 Tags: 2.4.6, 2.4, 2

+ 17 - 15
library/elixir

@@ -1,52 +1,54 @@
-# this file is generated via https://github.com/c0b/docker-elixir/blob/8bf491be3e7a3e0959bd99c2a862d5590ef89d6d/generate-stackbrew-library.sh
+# this file is generated via https://github.com/c0b/docker-elixir/blob/b4a2b8ea703865bd04490f43244198d0c95fa607/generate-stackbrew-library.sh
 
 Maintainers: Mr C0B <[email protected]> (@c0b)
 GitRepo: https://github.com/c0b/docker-elixir.git
 
-Tags: 1.6.0, 1.6, latest
-GitCommit: 8bf491be3e7a3e0959bd99c2a862d5590ef89d6d
+Tags: 1.6.4, 1.6, latest
+Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
+GitCommit: 815326583b582cd51f057a20e42be2df990c2044
 Directory: 1.6
 
-Tags: 1.6.0-slim, 1.6-slim, slim
-GitCommit: 8bf491be3e7a3e0959bd99c2a862d5590ef89d6d
+Tags: 1.6.4-slim, 1.6-slim, slim
+Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
+GitCommit: 815326583b582cd51f057a20e42be2df990c2044
 Directory: 1.6/slim
 
-Tags: 1.6.0-alpine, 1.6-alpine, alpine
-GitCommit: 8bf491be3e7a3e0959bd99c2a862d5590ef89d6d
+Tags: 1.6.4-alpine, 1.6-alpine, alpine
+Architectures: amd64, arm64v8, i386, s390x, ppc64le
+GitCommit: 815326583b582cd51f057a20e42be2df990c2044
 Directory: 1.6/alpine
 
 Tags: 1.5.3, 1.5
+Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
 GitCommit: f2528c0158d465f96f311faa19aff3cffb4e7f25
 Directory: 1.5
 
 Tags: 1.5.3-slim, 1.5-slim
+Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
 GitCommit: f2528c0158d465f96f311faa19aff3cffb4e7f25
 Directory: 1.5/slim
 
 Tags: 1.5.3-alpine, 1.5-alpine
+Architectures: amd64, arm64v8, i386, s390x, ppc64le
 GitCommit: f2528c0158d465f96f311faa19aff3cffb4e7f25
 Directory: 1.5/alpine
 
 Tags: 1.4.5, 1.4
+Architectures: amd64, arm32v7, arm64v8, i386, s390x
 GitCommit: 8f1888ae05506b9ad12e1b97f084a15e7588f442
 Directory: 1.4
 
 Tags: 1.4.5-slim, 1.4-slim
+Architectures: amd64, arm32v7, arm64v8, i386, s390x
 GitCommit: 8f1888ae05506b9ad12e1b97f084a15e7588f442
 Directory: 1.4/slim
 
 Tags: 1.3.4, 1.3
+Architectures: amd64, arm32v7, arm64v8, i386, s390x
 GitCommit: d8d656d7c0dc9dd2956a22276c93cb97568ea6d4
 Directory: 1.3
 
 Tags: 1.3.4-slim, 1.3-slim
+Architectures: amd64, arm32v7, arm64v8, i386, s390x
 GitCommit: d8d656d7c0dc9dd2956a22276c93cb97568ea6d4
 Directory: 1.3/slim
-
-Tags: 1.2.6, 1.2
-GitCommit: 77b9a3da43ce035327ae29083e567191d60a6ac8
-Directory: 1.2
-
-Tags: 1.2.6-slim, 1.2-slim
-GitCommit: 77b9a3da43ce035327ae29083e567191d60a6ac8
-Directory: 1.2/slim

+ 16 - 16
library/erlang

@@ -1,41 +1,41 @@
-# this file is generated via https://github.com/c0b/docker-erlang-otp/blob/e7d145c915458e5bbb857a57c9aad7125f95a853/generate-stackbrew-library.sh
+# this file is generated via https://github.com/c0b/docker-erlang-otp/blob/01daedc9c1178227d084c25f1b1890f158ec6f79/generate-stackbrew-library.sh
 
 Maintainers: Mr C0B <[email protected]> (@c0b)
 GitRepo: https://github.com/c0b/docker-erlang-otp.git
 
-Tags: 20.2.2, 20.2, 20, latest
+Tags: 20.3.2, 20.3, 20, latest
 Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
-GitCommit: 91f55f9a69925e7fc16b467c155897bbe8646f12
+GitCommit: 81d14489ed7f740386e2f05d762dc53fe34e6f8b
 Directory: 20
 
-Tags: 20.2.2-slim, 20.2-slim, 20-slim, slim
+Tags: 20.3.2-slim, 20.3-slim, 20-slim, slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
-GitCommit: 91f55f9a69925e7fc16b467c155897bbe8646f12
+GitCommit: 81d14489ed7f740386e2f05d762dc53fe34e6f8b
 Directory: 20/slim
 
-Tags: 20.2.2-alpine, 20.2-alpine, 20-alpine, alpine
-Architectures: amd64
-GitCommit: 91f55f9a69925e7fc16b467c155897bbe8646f12
+Tags: 20.3.2-alpine, 20.3-alpine, 20-alpine, alpine
+Architectures: amd64, arm64v8, i386, s390x, ppc64le
+GitCommit: 81d14489ed7f740386e2f05d762dc53fe34e6f8b
 Directory: 20/alpine
 
-Tags: 19.3.6.5, 19.3.6, 19.3, 19
+Tags: 19.3.6.8, 19.3.6, 19.3, 19
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: 6e2088d493e6f50b82c0e416c72a2dd914e84fd2
+GitCommit: a4b3ffe77b67f6330f72f5aef7c639c985fdad94
 Directory: 19
 
-Tags: 19.3.6.5-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: 6e2088d493e6f50b82c0e416c72a2dd914e84fd2
+GitCommit: a4b3ffe77b67f6330f72f5aef7c639c985fdad94
 Directory: 19/slim
 
-Tags: 18.3.4.7, 18.3.4, 18.3, 18
+Tags: 18.3.4.8, 18.3.4, 18.3, 18
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: 572df91d94de857de661df30f33508e472c300a9
+GitCommit: 354f85db09d403e3d970d0731b811c774086ef26
 Directory: 18
 
-Tags: 18.3.4.7-slim, 18.3.4-slim, 18.3-slim, 18-slim
+Tags: 18.3.4.8-slim, 18.3.4-slim, 18.3-slim, 18-slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: 572df91d94de857de661df30f33508e472c300a9
+GitCommit: 354f85db09d403e3d970d0731b811c774086ef26
 Directory: 18/slim
 
 Tags: 17.5.6.9, 17.5.6, 17.5, 17

+ 12 - 16
library/fedora

@@ -6,7 +6,7 @@ Constraints: !aufs
 Tags: latest, 27
 Architectures: amd64, arm32v7, arm64v8, ppc64le
 GitFetch: refs/heads/27
-GitCommit: f429bf1590cc45d9912c5a7f75e85ceba8057798
+GitCommit: 425644cb22f4f31db65671bb3df75de4ee5b9742
 amd64-Directory: x86_64/
 arm32v7-Directory: armhfp/
 arm64v8-Directory: aarch64/
@@ -15,30 +15,26 @@ ppc64le-Directory: ppc64le/
 Tags: 26
 Architectures: amd64, arm32v7, arm64v8, ppc64le
 GitFetch: refs/heads/26
-GitCommit: 5433f211a72f52b360751a63e3155d8fd12ab828
+GitCommit: 035aa2a3970e4e10a9a6ae0b79322b882bfe50d3
 amd64-Directory: x86_64/
 arm32v7-Directory: armhfp/
 arm64v8-Directory: aarch64/
 ppc64le-Directory: ppc64le/
 
-Tags: modular, 26-modular
-Architectures: amd64
-GitFetch: refs/heads/26-modular
-GitCommit: d5dd6eb44f0651788edb6f81a5537c09b07022c4
-amd64-Directory: x86_64/
-
-Tags: 25
-Architectures: amd64, arm32v7
-GitFetch: refs/heads/25
-GitCommit: 2dc7762f57aac299ea93a58eb386bf1a9b31356f
-amd64-Directory: x86_64/
-arm32v7-Directory: armhfp/
-
 Tags: rawhide
 Architectures: amd64, arm32v7, arm64v8, ppc64le
 GitFetch: refs/heads/rawhide
-GitCommit: 47465fa682b33cea69102229b7e895151a408b8f
+GitCommit: a3db183bc886c67e9e326b39c59b7ceda5c64aa4
 amd64-Directory: x86_64/
 arm32v7-Directory: armhfp/
 arm64v8-Directory: aarch64/
 ppc64le-Directory: ppc64le/
+
+Tags: branched, 28
+Architectures: amd64, arm32v7, arm64v8, s390x
+GitFetch: refs/heads/28
+GitCommit: dee23ddc2f0c8bdfe8be0c37dd93ffec00cfa969
+amd64-Directory: x86_64/
+arm32v7-Directory: armhfp/
+arm64v8-Directory: aarch64/
+s390x-Directory: s390x/

+ 48 - 48
library/flink

@@ -4,98 +4,98 @@ Maintainers: Patrick Lucas <[email protected]> (@patricklucas),
              Ismaël Mejía <[email protected]> (@iemejia)
 GitRepo: https://github.com/docker-flink/docker-flink.git
 
-Tags: 1.3.2-hadoop2-scala_2.10
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop2-scala_2.10
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop2-scala_2.10-debian
 
-Tags: 1.3.2-hadoop2-scala_2.11, 1.3.2-hadoop2, 1.3-hadoop2
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop2-scala_2.11, 1.3.3-hadoop2, 1.3-hadoop2
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop2-scala_2.11-debian
 
-Tags: 1.3.2-hadoop24-scala_2.10
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop24-scala_2.10
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop24-scala_2.10-debian
 
-Tags: 1.3.2-hadoop24-scala_2.11, 1.3.2-hadoop24, 1.3-hadoop24
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop24-scala_2.11, 1.3.3-hadoop24, 1.3-hadoop24
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop24-scala_2.11-debian
 
-Tags: 1.3.2-hadoop26-scala_2.10
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop26-scala_2.10
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop26-scala_2.10-debian
 
-Tags: 1.3.2-hadoop26-scala_2.11, 1.3.2-hadoop26, 1.3-hadoop26
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop26-scala_2.11, 1.3.3-hadoop26, 1.3-hadoop26
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop26-scala_2.11-debian
 
-Tags: 1.3.2-hadoop27-scala_2.10, 1.3.2-scala_2.10, 1.3-scala_2.10
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop27-scala_2.10, 1.3.3-scala_2.10, 1.3-scala_2.10
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop27-scala_2.10-debian
 
-Tags: 1.3.2-hadoop27-scala_2.11, 1.3.2-scala_2.11, 1.3-scala_2.11, 1.3.2-hadoop27, 1.3-hadoop27, 1.3.2, 1.3
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop27-scala_2.11, 1.3.3-scala_2.11, 1.3-scala_2.11, 1.3.3-hadoop27, 1.3-hadoop27, 1.3.3, 1.3
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop27-scala_2.11-debian
 
-Tags: 1.3.2-hadoop2-scala_2.10-alpine
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop2-scala_2.10-alpine
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop2-scala_2.10-alpine
 
-Tags: 1.3.2-hadoop2-scala_2.11-alpine, 1.3.2-hadoop2-alpine, 1.3-hadoop2-alpine
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop2-scala_2.11-alpine, 1.3.3-hadoop2-alpine, 1.3-hadoop2-alpine
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop2-scala_2.11-alpine
 
-Tags: 1.3.2-hadoop24-scala_2.10-alpine
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop24-scala_2.10-alpine
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop24-scala_2.10-alpine
 
-Tags: 1.3.2-hadoop24-scala_2.11-alpine, 1.3.2-hadoop24-alpine, 1.3-hadoop24-alpine
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop24-scala_2.11-alpine, 1.3.3-hadoop24-alpine, 1.3-hadoop24-alpine
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop24-scala_2.11-alpine
 
-Tags: 1.3.2-hadoop26-scala_2.10-alpine
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop26-scala_2.10-alpine
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop26-scala_2.10-alpine
 
-Tags: 1.3.2-hadoop26-scala_2.11-alpine, 1.3.2-hadoop26-alpine, 1.3-hadoop26-alpine
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop26-scala_2.11-alpine, 1.3.3-hadoop26-alpine, 1.3-hadoop26-alpine
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop26-scala_2.11-alpine
 
-Tags: 1.3.2-hadoop27-scala_2.10-alpine, 1.3.2-scala_2.10-alpine, 1.3-scala_2.10-alpine
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop27-scala_2.10-alpine, 1.3.3-scala_2.10-alpine, 1.3-scala_2.10-alpine
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop27-scala_2.10-alpine
 
-Tags: 1.3.2-hadoop27-scala_2.11-alpine, 1.3.2-scala_2.11-alpine, 1.3-scala_2.11-alpine, 1.3.2-hadoop27-alpine, 1.3-hadoop27-alpine, 1.3.2-alpine, 1.3-alpine
-GitCommit: f4b62d9ab129bf6765b80e8079dc9aaf91fdd54f
+Tags: 1.3.3-hadoop27-scala_2.11-alpine, 1.3.3-scala_2.11-alpine, 1.3-scala_2.11-alpine, 1.3.3-hadoop27-alpine, 1.3-hadoop27-alpine, 1.3.3-alpine, 1.3-alpine
+GitCommit: ca070c874445bfc0e9be152b520287f14beb0a5f
 Directory: 1.3/hadoop27-scala_2.11-alpine
 
-Tags: 1.4.0-hadoop24-scala_2.11, 1.4.0-hadoop24, 1.4-hadoop24, hadoop24
-GitCommit: cb7e0614da774a45b1d10c0ee635020b7c29fbe7
+Tags: 1.4.2-hadoop24-scala_2.11, 1.4.2-hadoop24, 1.4-hadoop24, hadoop24
+GitCommit: 12dc0dc391dc7ff524bd895187f7d6ee4daee31e
 Directory: 1.4/hadoop24-scala_2.11-debian
 
-Tags: 1.4.0-hadoop26-scala_2.11, 1.4.0-hadoop26, 1.4-hadoop26, hadoop26
-GitCommit: cb7e0614da774a45b1d10c0ee635020b7c29fbe7
+Tags: 1.4.2-hadoop26-scala_2.11, 1.4.2-hadoop26, 1.4-hadoop26, hadoop26
+GitCommit: 12dc0dc391dc7ff524bd895187f7d6ee4daee31e
 Directory: 1.4/hadoop26-scala_2.11-debian
 
-Tags: 1.4.0-hadoop27-scala_2.11, 1.4.0-hadoop27, 1.4-hadoop27, hadoop27
-GitCommit: cb7e0614da774a45b1d10c0ee635020b7c29fbe7
+Tags: 1.4.2-hadoop27-scala_2.11, 1.4.2-hadoop27, 1.4-hadoop27, hadoop27
+GitCommit: 12dc0dc391dc7ff524bd895187f7d6ee4daee31e
 Directory: 1.4/hadoop27-scala_2.11-debian
 
-Tags: 1.4.0-hadoop28-scala_2.11, 1.4.0-scala_2.11, 1.4-scala_2.11, scala_2.11, 1.4.0-hadoop28, 1.4-hadoop28, hadoop28, 1.4.0, 1.4, latest
-GitCommit: cb7e0614da774a45b1d10c0ee635020b7c29fbe7
+Tags: 1.4.2-hadoop28-scala_2.11, 1.4.2-scala_2.11, 1.4-scala_2.11, scala_2.11, 1.4.2-hadoop28, 1.4-hadoop28, hadoop28, 1.4.2, 1.4, latest
+GitCommit: 12dc0dc391dc7ff524bd895187f7d6ee4daee31e
 Directory: 1.4/hadoop28-scala_2.11-debian
 
-Tags: 1.4.0-hadoop24-scala_2.11-alpine, 1.4.0-hadoop24-alpine, 1.4-hadoop24-alpine, hadoop24-alpine
-GitCommit: cb7e0614da774a45b1d10c0ee635020b7c29fbe7
+Tags: 1.4.2-hadoop24-scala_2.11-alpine, 1.4.2-hadoop24-alpine, 1.4-hadoop24-alpine, hadoop24-alpine
+GitCommit: 12dc0dc391dc7ff524bd895187f7d6ee4daee31e
 Directory: 1.4/hadoop24-scala_2.11-alpine
 
-Tags: 1.4.0-hadoop26-scala_2.11-alpine, 1.4.0-hadoop26-alpine, 1.4-hadoop26-alpine, hadoop26-alpine
-GitCommit: cb7e0614da774a45b1d10c0ee635020b7c29fbe7
+Tags: 1.4.2-hadoop26-scala_2.11-alpine, 1.4.2-hadoop26-alpine, 1.4-hadoop26-alpine, hadoop26-alpine
+GitCommit: 12dc0dc391dc7ff524bd895187f7d6ee4daee31e
 Directory: 1.4/hadoop26-scala_2.11-alpine
 
-Tags: 1.4.0-hadoop27-scala_2.11-alpine, 1.4.0-hadoop27-alpine, 1.4-hadoop27-alpine, hadoop27-alpine
-GitCommit: cb7e0614da774a45b1d10c0ee635020b7c29fbe7
+Tags: 1.4.2-hadoop27-scala_2.11-alpine, 1.4.2-hadoop27-alpine, 1.4-hadoop27-alpine, hadoop27-alpine
+GitCommit: 12dc0dc391dc7ff524bd895187f7d6ee4daee31e
 Directory: 1.4/hadoop27-scala_2.11-alpine
 
-Tags: 1.4.0-hadoop28-scala_2.11-alpine, 1.4.0-scala_2.11-alpine, 1.4-scala_2.11-alpine, scala_2.11-alpine, 1.4.0-hadoop28-alpine, 1.4-hadoop28-alpine, hadoop28-alpine, 1.4.0-alpine, 1.4-alpine, alpine
-GitCommit: cb7e0614da774a45b1d10c0ee635020b7c29fbe7
+Tags: 1.4.2-hadoop28-scala_2.11-alpine, 1.4.2-scala_2.11-alpine, 1.4-scala_2.11-alpine, scala_2.11-alpine, 1.4.2-hadoop28-alpine, 1.4-hadoop28-alpine, hadoop28-alpine, 1.4.2-alpine, 1.4-alpine, alpine
+GitCommit: 12dc0dc391dc7ff524bd895187f7d6ee4daee31e
 Directory: 1.4/hadoop28-scala_2.11-alpine

+ 31 - 14
library/gazebo

@@ -7,12 +7,12 @@ GitRepo: https://github.com/osrf/docker_images.git
 ########################################
 # Distro: ubuntu:trusty
 
-Tags: gzserver4
+Tags: gzserver4, gzserver4-trusty
 Architectures: amd64
 GitCommit: 4459e46b70e082d0662237e1c62ea26cdcd8ee2c
 Directory: gazebo/4/ubuntu/trusty/gzserver4
 
-Tags: libgazebo4
+Tags: libgazebo4, libgazebo4-trusty
 Architectures: amd64
 GitCommit: 4459e46b70e082d0662237e1c62ea26cdcd8ee2c
 Directory: gazebo/4/ubuntu/trusty/libgazebo4
@@ -24,12 +24,12 @@ Directory: gazebo/4/ubuntu/trusty/libgazebo4
 ########################################
 # Distro: ubuntu:trusty
 
-Tags: gzserver5
+Tags: gzserver5, gzserver5-trusty
 Architectures: amd64
 GitCommit: abba58d1fce0d00aa2a667917b3367142719e61c
 Directory: gazebo/5/ubuntu/trusty/gzserver5
 
-Tags: libgazebo5
+Tags: libgazebo5, libgazebo5-trusty
 Architectures: amd64
 GitCommit: abba58d1fce0d00aa2a667917b3367142719e61c
 Directory: gazebo/5/ubuntu/trusty/libgazebo5
@@ -41,12 +41,12 @@ Directory: gazebo/5/ubuntu/trusty/libgazebo5
 ########################################
 # Distro: ubuntu:trusty
 
-Tags: gzserver6
+Tags: gzserver6, gzserver6-trusty
 Architectures: amd64
 GitCommit: 039483e1c90f52df528381de9d495679c412e84f
 Directory: gazebo/6/ubuntu/trusty/gzserver6
 
-Tags: libgazebo6
+Tags: libgazebo6, libgazebo6-trusty
 Architectures: amd64
 GitCommit: 039483e1c90f52df528381de9d495679c412e84f
 Directory: gazebo/6/ubuntu/trusty/libgazebo6
@@ -58,14 +58,14 @@ Directory: gazebo/6/ubuntu/trusty/libgazebo6
 ########################################
 # Distro: ubuntu:xenial
 
-Tags: gzserver7
+Tags: gzserver7, gzserver7-xenial
 Architectures: amd64
-GitCommit: b593ba3dafc4ab63b424bd2dc39d0f4e6710ea6e
+GitCommit: 243636dc8ae55916e57f5032942eed93e3fdad0a
 Directory: gazebo/7/ubuntu/xenial/gzserver7
 
-Tags: libgazebo7
+Tags: libgazebo7, libgazebo7-xenial
 Architectures: amd64
-GitCommit: b593ba3dafc4ab63b424bd2dc39d0f4e6710ea6e
+GitCommit: 243636dc8ae55916e57f5032942eed93e3fdad0a
 Directory: gazebo/7/ubuntu/xenial/libgazebo7
 
 
@@ -75,12 +75,29 @@ Directory: gazebo/7/ubuntu/xenial/libgazebo7
 ########################################
 # Distro: ubuntu:xenial
 
-Tags: gzserver8
+Tags: gzserver8, gzserver8-xenial
 Architectures: amd64
-GitCommit: 413df81c5f25236563fda9505c89a84f18448132
+GitCommit: 73607b28a0cc7fb9592bc2c6f74e0dfc753406f9
 Directory: gazebo/8/ubuntu/xenial/gzserver8
 
-Tags: libgazebo8, latest
+Tags: libgazebo8, libgazebo8-xenial
 Architectures: amd64
-GitCommit: 413df81c5f25236563fda9505c89a84f18448132
+GitCommit: 73607b28a0cc7fb9592bc2c6f74e0dfc753406f9
 Directory: gazebo/8/ubuntu/xenial/libgazebo8
+
+
+################################################################################
+# Release: 9
+
+########################################
+# Distro: ubuntu:xenial
+
+Tags: gzserver9, gzserver9-xenial
+Architectures: amd64
+GitCommit: b8deb76898b59e0d43518f2cbdca6c90afc1debe
+Directory: gazebo/9/ubuntu/xenial/gzserver9
+
+Tags: libgazebo9, libgazebo9-xenial, latest
+Architectures: amd64
+GitCommit: b8deb76898b59e0d43518f2cbdca6c90afc1debe
+Directory: gazebo/9/ubuntu/xenial/libgazebo9

+ 6 - 6
library/gcc

@@ -7,20 +7,20 @@ GitRepo: https://github.com/docker-library/gcc.git
 # Last Modified: 2017-10-10
 Tags: 5.5.0, 5.5, 5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 1f3be2bd5373e6d902df99a3619add9183e4f675
+GitCommit: 0423cc3f79023c2ab821d2377f73105217c46892
 Directory: 5
 # Docker EOL: 2018-10-10
 
 # Last Modified: 2017-07-04
 Tags: 6.4.0, 6.4, 6
 Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 18171698e694c648ccf2cc1aa98ea806b58701d5
+GitCommit: 0423cc3f79023c2ab821d2377f73105217c46892
 Directory: 6
 # Docker EOL: 2018-07-04
 
-# Last Modified: 2017-08-14
-Tags: 7.2.0, 7.2, 7, latest
+# Last Modified: 2018-01-25
+Tags: 7.3.0, 7.3, 7, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 9bf9204098e91914c02bc07d1fb44e33555276ed
+GitCommit: 0f2605b8a300a1cbd70d244330400e8baf1dde33
 Directory: 7
-# Docker EOL: 2018-08-14
+# Docker EOL: 2019-01-25

+ 7 - 7
library/geonetwork

@@ -1,4 +1,4 @@
-# this file is generated via https://github.com/geonetwork/docker-geonetwork/blob/adb9a87d6a919b1cf528bf416ac8f135809dae00/generate-stackbrew-library.sh
+# this file is generated via https://github.com/geonetwork/docker-geonetwork/blob/fa8781ec155a6a3315c40e33e558c416b5b26e7b/generate-stackbrew-library.sh
 
 Maintainers: Joana Simoes <[email protected]> (@doublebyte1)
 GitRepo: https://github.com/geonetwork/docker-geonetwork
@@ -19,10 +19,10 @@ Tags: 3.2.2-postgres, 3.2-postgres
 GitCommit: 7ba5f533d9ee31cf1a22d4d6a1a84fbb74f86466
 Directory: 3.2.2/postgres
 
-Tags: 3.4.0, 3.4, latest
-GitCommit: 067c56d23e1ea7a422e9883410b3db318b5f42b7
-Directory: 3.4.0
+Tags: 3.4.1, 3.4, latest
+GitCommit: 01e3e23e9b277940dcac471099408695c6d12ae3
+Directory: 3.4.1
 
-Tags: 3.4.0-postgres, 3.4-postgres, postgres
-GitCommit: 067c56d23e1ea7a422e9883410b3db318b5f42b7
-Directory: 3.4.0/postgres
+Tags: 3.4.1-postgres, 3.4-postgres, postgres
+GitCommit: 01e3e23e9b277940dcac471099408695c6d12ae3
+Directory: 3.4.1/postgres

+ 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.20.2, 1.20, 1, latest
+Tags: 1.22.1, 1.22, 1, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 89601afa8ed43d66fdbba5be189cc200e3cd6a9b
+GitCommit: 47f1ab8767c6547455dbddc0508c1856ddefde77
 Directory: 1/debian
 
-Tags: 1.20.2-alpine, 1.20-alpine, 1-alpine, alpine
+Tags: 1.22.1-alpine, 1.22-alpine, 1-alpine, alpine
 Architectures: amd64
-GitCommit: 89601afa8ed43d66fdbba5be189cc200e3cd6a9b
+GitCommit: 47f1ab8767c6547455dbddc0508c1856ddefde77
 Directory: 1/alpine
 
 Tags: 0.11.12, 0.11, 0

+ 36 - 83
library/golang

@@ -1,122 +1,75 @@
-# this file is generated via https://github.com/docker-library/golang/blob/7d56a9b06df80afc991292afdcbba7a6124ad8cc/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/golang/blob/2f9975e1443eff0cef9d3c58a3e78ed8d744bced/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit),
              Johan Euphrosine <[email protected]> (@proppy)
 GitRepo: https://github.com/docker-library/golang.git
 
-Tags: 1.10beta2-stretch, 1.10-rc-stretch, rc-stretch
-SharedTags: 1.10beta2, 1.10-rc, rc
+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: d4c78f49b7e192e064909a40d7c3e198887fc68f
-Directory: 1.10-rc/stretch
+GitCommit: 906e04de73168f643c5c2b40dca0877a14d2377c
+Directory: 1.10/stretch
 
-Tags: 1.10beta2-alpine3.7, 1.10-rc-alpine3.7, rc-alpine3.7, 1.10beta2-alpine, 1.10-rc-alpine, rc-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: d4c78f49b7e192e064909a40d7c3e198887fc68f
-Directory: 1.10-rc/alpine3.7
+GitCommit: 906e04de73168f643c5c2b40dca0877a14d2377c
+Directory: 1.10/alpine3.7
 
-Tags: 1.10beta2-windowsservercore-ltsc2016, 1.10-rc-windowsservercore-ltsc2016, rc-windowsservercore-ltsc2016
-SharedTags: 1.10beta2-windowsservercore, 1.10-rc-windowsservercore, rc-windowsservercore, 1.10beta2, 1.10-rc, rc
+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: d4c78f49b7e192e064909a40d7c3e198887fc68f
-Directory: 1.10-rc/windows/windowsservercore-ltsc2016
+GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
+Directory: 1.10/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 1.10beta2-windowsservercore-1709, 1.10-rc-windowsservercore-1709, rc-windowsservercore-1709
-SharedTags: 1.10beta2-windowsservercore, 1.10-rc-windowsservercore, rc-windowsservercore, 1.10beta2, 1.10-rc, rc
+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: d4c78f49b7e192e064909a40d7c3e198887fc68f
-Directory: 1.10-rc/windows/windowsservercore-1709
+GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
+Directory: 1.10/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 1.10beta2-nanoserver-sac2016, 1.10-rc-nanoserver-sac2016, rc-nanoserver-sac2016
-SharedTags: 1.10beta2-nanoserver, 1.10-rc-nanoserver, rc-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: d4c78f49b7e192e064909a40d7c3e198887fc68f
-Directory: 1.10-rc/windows/nanoserver-sac2016
+GitCommit: 906e04de73168f643c5c2b40dca0877a14d2377c
+Directory: 1.10/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
-Tags: 1.9.2-stretch, 1.9-stretch, 1-stretch, stretch
-SharedTags: 1.9.2, 1.9, 1, latest
+Tags: 1.9.5-stretch, 1.9-stretch
+SharedTags: 1.9.5, 1.9
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: cffcff7fce7f6b6b5c82fc8f7b3331a10590a661
+GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
 Directory: 1.9/stretch
 
-Tags: 1.9.2-alpine3.7, 1.9-alpine3.7, 1-alpine3.7, alpine3.7
+Tags: 1.9.5-alpine3.7, 1.9-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 1e2ddb8ec8c9f59a56ddfb343e1bd8e65440b6db
+GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
 Directory: 1.9/alpine3.7
 
-Tags: 1.9.2-alpine3.6, 1.9-alpine3.6, 1-alpine3.6, alpine3.6, 1.9.2-alpine, 1.9-alpine, 1-alpine, 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: b177ea29af72ec40ea8a77e00cfddfcaf96be6d9
+GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
 Directory: 1.9/alpine3.6
 
-Tags: 1.9.2-windowsservercore-ltsc2016, 1.9-windowsservercore-ltsc2016, 1-windowsservercore-ltsc2016, windowsservercore-ltsc2016
-SharedTags: 1.9.2-windowsservercore, 1.9-windowsservercore, 1-windowsservercore, windowsservercore, 1.9.2, 1.9, 1, latest
+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: 4ae3bfb2fefaeef55f8e5875fdd3ccadbe3bde34
+GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
 Directory: 1.9/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 1.9.2-windowsservercore-1709, 1.9-windowsservercore-1709, 1-windowsservercore-1709, windowsservercore-1709
-SharedTags: 1.9.2-windowsservercore, 1.9-windowsservercore, 1-windowsservercore, windowsservercore, 1.9.2, 1.9, 1, latest
+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: 4ae3bfb2fefaeef55f8e5875fdd3ccadbe3bde34
+GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
 Directory: 1.9/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 1.9.2-nanoserver-sac2016, 1.9-nanoserver-sac2016, 1-nanoserver-sac2016, nanoserver-sac2016
-SharedTags: 1.9.2-nanoserver, 1.9-nanoserver, 1-nanoserver, nanoserver
+Tags: 1.9.5-nanoserver-sac2016, 1.9-nanoserver-sac2016
+SharedTags: 1.9.5-nanoserver, 1.9-nanoserver
 Architectures: windows-amd64
-GitCommit: 4ae3bfb2fefaeef55f8e5875fdd3ccadbe3bde34
+GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
 Directory: 1.9/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
-
-Tags: 1.8.5-stretch, 1.8-stretch
-Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 87aaffce8f74bc5bee1306539030ee413c32aee4
-Directory: 1.8/stretch
-
-Tags: 1.8.5-jessie, 1.8-jessie
-SharedTags: 1.8.5, 1.8
-Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 87aaffce8f74bc5bee1306539030ee413c32aee4
-Directory: 1.8/jessie
-
-Tags: 1.8.5-alpine3.6, 1.8-alpine3.6
-Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: b177ea29af72ec40ea8a77e00cfddfcaf96be6d9
-Directory: 1.8/alpine3.6
-
-Tags: 1.8.5-alpine3.5, 1.8-alpine3.5, 1.8.5-alpine, 1.8-alpine
-Architectures: amd64
-GitCommit: b177ea29af72ec40ea8a77e00cfddfcaf96be6d9
-Directory: 1.8/alpine3.5
-
-Tags: 1.8.5-onbuild, 1.8-onbuild
-Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 132cd70768e3bc269902e4c7b579203f66dc9f64
-Directory: 1.8/onbuild
-
-Tags: 1.8.5-windowsservercore-ltsc2016, 1.8-windowsservercore-ltsc2016
-SharedTags: 1.8.5-windowsservercore, 1.8-windowsservercore, 1.8.5, 1.8
-Architectures: windows-amd64
-GitCommit: 4ae3bfb2fefaeef55f8e5875fdd3ccadbe3bde34
-Directory: 1.8/windows/windowsservercore-ltsc2016
-Constraints: windowsservercore-ltsc2016
-
-Tags: 1.8.5-windowsservercore-1709, 1.8-windowsservercore-1709
-SharedTags: 1.8.5-windowsservercore, 1.8-windowsservercore, 1.8.5, 1.8
-Architectures: windows-amd64
-GitCommit: 4ae3bfb2fefaeef55f8e5875fdd3ccadbe3bde34
-Directory: 1.8/windows/windowsservercore-1709
-Constraints: windowsservercore-1709
-
-Tags: 1.8.5-nanoserver-sac2016, 1.8-nanoserver-sac2016
-SharedTags: 1.8.5-nanoserver, 1.8-nanoserver
-Architectures: windows-amd64
-GitCommit: 4ae3bfb2fefaeef55f8e5875fdd3ccadbe3bde34
-Directory: 1.8/windows/nanoserver-sac2016
-Constraints: nanoserver-sac2016

+ 28 - 20
library/gradle

@@ -1,42 +1,50 @@
 Maintainers: Keegan Witt <[email protected]> (@keeganwitt)
 GitRepo: https://github.com/keeganwitt/docker-gradle.git
 
-Tags: 4.4.1-jdk7, 4.4-jdk7, jdk7
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+Tags: 4.6.0-jdk7, 4.6-jdk7, jdk7
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
 Directory: jdk7
 
-Tags: 4.4.1-jre7, 4.4-jre7, jre7
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+Tags: 4.6.0-jre7, 4.6-jre7, jre7
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
 Directory: jre7
 
-Tags: 4.4.1-jdk7-alpine, 4.4-jdk7-alpine, jdk7-alpine
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+Tags: 4.6.0-jdk7-alpine, 4.6-jdk7-alpine, jdk7-alpine
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
 Directory: jdk7-alpine
 
-Tags: 4.4.1-jre7-alpine, 4.4-jre7-alpine, jre7-alpine
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+Tags: 4.6.0-jre7-alpine, 4.6-jre7-alpine, jre7-alpine
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
 Directory: jre7-alpine
 
-Tags: 4.4.1-jdk8, 4.4-jdk8, jdk8, 4.4.1-jdk, 4.4-jdk, jdk, 4.4.1, 4.4, latest
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+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
 Directory: jdk8
 
-Tags: 4.4.1-jre8, 4.4-jre8, jre8, 4.4.1-jre, 4.4-jre, jre
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+Tags: 4.6.0-jre8, 4.6-jre8, jre8, 4.6.0-jre, 4.6-jre, jre
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
 Directory: jre8
 
-Tags: 4.4.1-jdk8-alpine, 4.4-jdk8-alpine, jdk8-alpine, 4.4.1-jdk-alpine, 4.4-jdk-alpine, jdk-alpine, 4.4.1-alpine, 4.4-alpine, alpine
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+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
 Directory: jdk8-alpine
 
-Tags: 4.4.1-jre8-alpine, 4.4-jre8-alpine, jre8-alpine, 4.4.1-jre-alpine, 4.4-jre-alpine, jre-alpine
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+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
 Directory: jre8-alpine
 
-Tags: 4.4.1-jdk9, 4.4-jdk9, jdk9
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+Tags: 4.6.0-jdk9, 4.6-jdk9, jdk9
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
 Directory: jdk9
 
-Tags: 4.4.1-jre9, 4.4-jre9, jre9
-GitCommit: b0419babd3271f6c8e554fbc8bbd8dc909936763
+Tags: 4.6.0-jre9, 4.6-jre9, jre9
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
 Directory: jre9
+
+Tags: 4.6.0-jdk10, 4.6-jdk10, jdk10
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Directory: jdk10
+
+Tags: 4.6.0-jre10, 4.6-jre10, jre10
+GitCommit: 1fcbfdaa2566e3cf3fb055fbd1342f2aa462bb85
+Directory: jre10

+ 110 - 92
library/groovy

@@ -1,175 +1,193 @@
 Maintainers: Keegan Witt <[email protected]> (@keeganwitt)
 GitRepo: https://github.com/groovy/docker-groovy.git
 
-Tags: 2.4.13-jdk7, 2.4-jdk7, jdk7
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+Tags: 2.4.15-jdk7, 2.4-jdk7, jdk7
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk7
 
-Tags: 2.4.13-jre7, 2.4-jre7, jre7
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+Tags: 2.4.15-jre7, 2.4-jre7, jre7
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre7
 
-Tags: 2.4.13-jdk7-alpine, 2.4-jdk7-alpine, jdk7-alpine
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+Tags: 2.4.15-jdk7-alpine, 2.4-jdk7-alpine, jdk7-alpine
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk7-alpine
 
-Tags: 2.4.13-jre7-alpine, 2.4-jre7-alpine, jre7-alpine
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+Tags: 2.4.15-jre7-alpine, 2.4-jre7-alpine, jre7-alpine
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre7-alpine
 
-Tags: 2.4.13-jdk8, 2.4-jdk8, jdk8, 2.4.13-jdk, 2.4-jdk, jdk
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+Tags: 2.4.15-jdk8, 2.4-jdk8, jdk8, 2.4.15-jdk, 2.4-jdk, jdk
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk8
 
-Tags: 2.4.13-jre8, 2.4-jre8, jre8, 2.4.13-jre, 2.4-jre, jre, 2.4.13, 2.4, latest
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+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.13-jdk8-alpine, 2.4-jdk8-alpine, jdk8-alpine, 2.4.13-jdk-alpine, 2.4-jdk-alpine, jdk-alpine
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+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.13-jre8-alpine, 2.4-jre8-alpine, jre8-alpine, 2.4.13-jre-alpine, 2.4-jre-alpine, jre-alpine, 2.4.13-alpine, 2.4-alpine, alpine
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+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.13-jdk9, 2.4-jdk9, jdk9
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+Tags: 2.4.15-jdk9, 2.4-jdk9, jdk9
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jdk9
 
-Tags: 2.4.13-jre9, 2.4-jre9, jre9
-GitCommit: 45626e1a95ec165f97a0c7d9c356ed6a6857bd01
+Tags: 2.4.15-jre9, 2.4-jre9, jre9
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre9
 
+Tags: 2.4.15-jdk10, 2.4-jdk10, jdk10
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
+Directory: jdk10
 
-Tags: 2.5.0-beta-1-jdk7, 2.5-jdk7
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+Tags: 2.4.15-jre10, 2.4-jre10, jre10
+GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
+Directory: jre10
+
+
+Tags: 2.5.0-rc-1-jdk7, 2.5-jdk7
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jdk7
 
-Tags: 2.5.0-beta-1-jre7, 2.5-jre7
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+Tags: 2.5.0-rc-1-jre7, 2.5-jre7
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jre7
 
-Tags: 2.5.0-beta-1-jdk7-alpine, 2.5-jdk7-alpine
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+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-1-jre7-alpine, 2.5-jre7-alpine
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+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-1-jdk8, 2.5-jdk8, 2.5.0-beta-1-jdk, 2.5-jdk
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+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-1-jre8, 2.5-jre8, 2.5.0-beta-1-jre, 2.5-jre, 2.5.0-beta-1, 2.5
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+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-1-jdk8-alpine, 2.5-jdk8-alpine, 2.5.0-beta-1-jdk-alpine, 2.5-jdk-alpine
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+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-1-jre8-alpine, 2.5-jre8-alpine, 2.5.0-beta-1-jre-alpine, 2.5-jre-alpine, 2.5.0-beta-1-alpine, 2.5-alpine
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+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-1-jdk9, 2.5-jdk9
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+Tags: 2.5.0-rc-1-jdk9, 2.5-jdk9
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jdk9
 
-Tags: 2.5.0-beta-1-jre9, 2.5-jre9
-GitFetch: refs/heads/beta
-GitCommit: 317b39f5766091e2046966cd4a945a07f81f0911
+Tags: 2.5.0-rc-1-jre9, 2.5-jre9
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
 Directory: jre9
 
+Tags: 2.5.0-rc-1-jdk10, 2.5-jdk10
+GitFetch: refs/heads/2.5
+GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+Directory: jdk10
+
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+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: 1af782d50826f6856f5578331279ad9cbad91168
+Tags: 2.6.0-alpha-3-jre9, 2.6-jre9
+GitFetch: refs/heads/2.6
+GitCommit: 4ad117d299d15a2ed76e2abeca3daae16a03c72d
 Directory: jre9
 
 
 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: 946d295e39ffce9da17f87184b8c552793a80115
+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: 946d295e39ffce9da17f87184b8c552793a80115
+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: 946d295e39ffce9da17f87184b8c552793a80115
+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: 946d295e39ffce9da17f87184b8c552793a80115
+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: 946d295e39ffce9da17f87184b8c552793a80115
+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: 946d295e39ffce9da17f87184b8c552793a80115
+GitFetch: refs/heads/3.0
+GitCommit: 78df63b3e192b4e2ff6c5c78c163cb65b73008bb
 Directory: jre9

+ 10 - 10
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: c4e5aad8e303cdf6911e944b667ee2ef69caaa25
+GitCommit: 7c772b810df3afe6884d0fb8b83720f992c3951b
 Directory: 1.5
 
 Tags: 1.5.19-alpine, 1.5-alpine
 Architectures: amd64
-GitCommit: c4e5aad8e303cdf6911e944b667ee2ef69caaa25
+GitCommit: 7c772b810df3afe6884d0fb8b83720f992c3951b
 Directory: 1.5/alpine
 
 Tags: 1.6.14, 1.6
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 24cc5b511f2dc452c656c0e2cef9b5cf28799e8e
+GitCommit: 7c772b810df3afe6884d0fb8b83720f992c3951b
 Directory: 1.6
 
 Tags: 1.6.14-alpine, 1.6-alpine
 Architectures: amd64
-GitCommit: 24cc5b511f2dc452c656c0e2cef9b5cf28799e8e
+GitCommit: fbf8924b471f678bbc7a4866a2beb0db37d7e9d0
 Directory: 1.6/alpine
 
 Tags: 1.7.10, 1.7
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 100a0a6586377869d797cc5cec3834688a4d1860
+GitCommit: 7c772b810df3afe6884d0fb8b83720f992c3951b
 Directory: 1.7
 
 Tags: 1.7.10-alpine, 1.7-alpine
 Architectures: amd64
-GitCommit: 100a0a6586377869d797cc5cec3834688a4d1860
+GitCommit: fbf8924b471f678bbc7a4866a2beb0db37d7e9d0
 Directory: 1.7/alpine
 
-Tags: 1.8.3, 1.8, 1, latest
+Tags: 1.8.5, 1.8, 1, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d04b60897f650493ecb1f031048c2c48b25b63fc
+GitCommit: 4123afaeaca50fe88317b6f4313e309700318b41
 Directory: 1.8
 
-Tags: 1.8.3-alpine, 1.8-alpine, 1-alpine, alpine
+Tags: 1.8.5-alpine, 1.8-alpine, 1-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: d04b60897f650493ecb1f031048c2c48b25b63fc
+GitCommit: 4123afaeaca50fe88317b6f4313e309700318b41
 Directory: 1.8/alpine

+ 56 - 25
library/haxe

@@ -1,45 +1,45 @@
 Maintainers: Andy Li <[email protected]> (@andyli)
 GitRepo: https://github.com/HaxeFoundation/docker-library-haxe.git
 
-Tags: 3.4.4-stretch, 3.4-stretch, 3.4.4, 3.4, latest
+Tags: 3.4.7-stretch, 3.4-stretch, 3.4.7, 3.4, latest
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: 87941e0d428dfe0b54be5b2ad80ab6699c95058a
 Directory: 3.4/stretch
 
-Tags: 3.4.4-jessie, 3.4-jessie
+Tags: 3.4.7-jessie, 3.4-jessie
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: 87941e0d428dfe0b54be5b2ad80ab6699c95058a
 Directory: 3.4/jessie
 
-Tags: 3.4.4-onbuild, 3.4-onbuild
+Tags: 3.4.7-onbuild, 3.4-onbuild
 Architectures: amd64
-GitCommit: 4d1efc06f99732c3530a9550adaef330e4896eda
+GitCommit: 87941e0d428dfe0b54be5b2ad80ab6699c95058a
 Directory: 3.4/onbuild
 
-Tags: 3.4.4-windowsservercore, 3.4-windowsservercore
+Tags: 3.4.7-windowsservercore, 3.4-windowsservercore
 Architectures: windows-amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b4440856db08d09ee96b6ab5a763cd5556f504e2
 Directory: 3.4/windowsservercore
 Constraints: windowsservercore
 
-Tags: 3.4.4-alpine3.7, 3.4-alpine3.7, 3.4.4-alpine, 3.4-alpine
+Tags: 3.4.7-alpine3.7, 3.4-alpine3.7, 3.4.7-alpine, 3.4-alpine
 Architectures: amd64
-GitCommit: e310a4bc9f172df541fbabac0ad9a2dcf8e08ccc
+GitCommit: 87941e0d428dfe0b54be5b2ad80ab6699c95058a
 Directory: 3.4/alpine3.7
 
-Tags: 3.4.4-alpine3.6, 3.4-alpine3.6
+Tags: 3.4.7-alpine3.6, 3.4-alpine3.6
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: 87941e0d428dfe0b54be5b2ad80ab6699c95058a
 Directory: 3.4/alpine3.6
 
 Tags: 3.3.0-rc.1-stretch, 3.3.0-stretch, 3.3-stretch, 3.3.0-rc.1, 3.3.0, 3.3
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b53c8f548757e9c9ef2fa6895762ddc538d94a7e
 Directory: 3.3/stretch
 
 Tags: 3.3.0-rc.1-jessie, 3.3.0-jessie, 3.3-jessie
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b53c8f548757e9c9ef2fa6895762ddc538d94a7e
 Directory: 3.3/jessie
 
 Tags: 3.3.0-rc.1-onbuild, 3.3.0-onbuild, 3.3-onbuild
@@ -49,28 +49,28 @@ Directory: 3.3/onbuild
 
 Tags: 3.3.0-rc.1-windowsservercore, 3.3.0-windowsservercore, 3.3-windowsservercore
 Architectures: windows-amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b4440856db08d09ee96b6ab5a763cd5556f504e2
 Directory: 3.3/windowsservercore
 Constraints: windowsservercore
 
 Tags: 3.3.0-rc.1-alpine3.7, 3.3.0-rc.1-alpine, 3.3.0-alpine3.7, 3.3-alpine3.7, 3.3.0-alpine, 3.3-alpine
 Architectures: amd64
-GitCommit: e310a4bc9f172df541fbabac0ad9a2dcf8e08ccc
+GitCommit: e2190dbe03fc74eff8abbf70ec029ab585462f23
 Directory: 3.3/alpine3.7
 
 Tags: 3.3.0-rc.1-alpine3.6, 3.3.0-alpine3.6, 3.3-alpine3.6
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: e2190dbe03fc74eff8abbf70ec029ab585462f23
 Directory: 3.3/alpine3.6
 
 Tags: 3.2.1-stretch, 3.2-stretch, 3.2.1, 3.2
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b53c8f548757e9c9ef2fa6895762ddc538d94a7e
 Directory: 3.2/stretch
 
 Tags: 3.2.1-jessie, 3.2-jessie
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b53c8f548757e9c9ef2fa6895762ddc538d94a7e
 Directory: 3.2/jessie
 
 Tags: 3.2.1-onbuild, 3.2-onbuild
@@ -80,28 +80,28 @@ Directory: 3.2/onbuild
 
 Tags: 3.2.1-windowsservercore, 3.2-windowsservercore
 Architectures: windows-amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b4440856db08d09ee96b6ab5a763cd5556f504e2
 Directory: 3.2/windowsservercore
 Constraints: windowsservercore
 
 Tags: 3.2.1-alpine3.7, 3.2-alpine3.7, 3.2.1-alpine, 3.2-alpine
 Architectures: amd64
-GitCommit: e310a4bc9f172df541fbabac0ad9a2dcf8e08ccc
+GitCommit: e2190dbe03fc74eff8abbf70ec029ab585462f23
 Directory: 3.2/alpine3.7
 
 Tags: 3.2.1-alpine3.6, 3.2-alpine3.6
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: e2190dbe03fc74eff8abbf70ec029ab585462f23
 Directory: 3.2/alpine3.6
 
 Tags: 3.1.3-stretch, 3.1-stretch, 3.1.3, 3.1
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b53c8f548757e9c9ef2fa6895762ddc538d94a7e
 Directory: 3.1/stretch
 
 Tags: 3.1.3-jessie, 3.1-jessie
 Architectures: amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b53c8f548757e9c9ef2fa6895762ddc538d94a7e
 Directory: 3.1/jessie
 
 Tags: 3.1.3-onbuild, 3.1-onbuild
@@ -111,7 +111,38 @@ Directory: 3.1/onbuild
 
 Tags: 3.1.3-windowsservercore, 3.1-windowsservercore
 Architectures: windows-amd64
-GitCommit: 6776e2d4be810f99c26c8e2842e03f59100e26f2
+GitCommit: b4440856db08d09ee96b6ab5a763cd5556f504e2
 Directory: 3.1/windowsservercore
 Constraints: windowsservercore
 
+Tags: 4.0.0-preview.3-stretch, 4.0.0-preview.3, 4.0.0-stretch, 4.0-stretch, 4.0.0, 4.0
+Architectures: amd64
+GitCommit: 9664958d5779504a0625b411d958e77acc730a82
+Directory: 4.0/stretch
+
+Tags: 4.0.0-preview.3-jessie, 4.0.0-jessie, 4.0-jessie
+Architectures: amd64
+GitCommit: 9664958d5779504a0625b411d958e77acc730a82
+Directory: 4.0/jessie
+
+Tags: 4.0.0-preview.3-onbuild, 4.0.0-onbuild, 4.0-onbuild
+Architectures: amd64
+GitCommit: 9664958d5779504a0625b411d958e77acc730a82
+Directory: 4.0/onbuild
+
+Tags: 4.0.0-preview.3-windowsservercore, 4.0.0-windowsservercore, 4.0-windowsservercore
+Architectures: windows-amd64
+GitCommit: 9664958d5779504a0625b411d958e77acc730a82
+Directory: 4.0/windowsservercore
+Constraints: windowsservercore
+
+Tags: 4.0.0-preview.3-alpine3.7, 4.0.0-preview.3-alpine, 4.0.0-alpine3.7, 4.0-alpine3.7, 4.0.0-alpine, 4.0-alpine
+Architectures: amd64
+GitCommit: 9664958d5779504a0625b411d958e77acc730a82
+Directory: 4.0/alpine3.7
+
+Tags: 4.0.0-preview.3-alpine3.6, 4.0.0-alpine3.6, 4.0-alpine3.6
+Architectures: amd64
+GitCommit: 9664958d5779504a0625b411d958e77acc730a82
+Directory: 4.0/alpine3.6
+

+ 4 - 14
library/httpd

@@ -4,22 +4,12 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/httpd.git
 
-Tags: 2.2.34, 2.2
+Tags: 2.4.33, 2.4, 2, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 49d553ae79f1b42ba541714c4e611aec5eefdfa8
-Directory: 2.2
-
-Tags: 2.2.34-alpine, 2.2-alpine
-Architectures: amd64
-GitCommit: 49d553ae79f1b42ba541714c4e611aec5eefdfa8
-Directory: 2.2/alpine
-
-Tags: 2.4.29, 2.4, 2, latest
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6d50d7f89f4d8bc6a6a3f86d892e254f4d6bfd8b
+GitCommit: 3af22f20b54cbb7c76ef4c3b12bd9dcf6cae862b
 Directory: 2.4
 
-Tags: 2.4.29-alpine, 2.4-alpine, 2-alpine, alpine
+Tags: 2.4.33-alpine, 2.4-alpine, 2-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 7976cabe162268bd5ad2d233d61e340447bfc371
+GitCommit: 325f792b50fa2a0afdcfd7d1147f43ce1e8edbc3
 Directory: 2.4/alpine

+ 6 - 17
library/ibmjava

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

+ 18 - 18
library/influxdb

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

+ 4 - 4
library/irssi

@@ -4,12 +4,12 @@ Maintainers: Jessie Frazelle <[email protected]> (@jessfraz),
              Tianon Gravi <[email protected]> (@tianon)
 GitRepo: https://github.com/jessfraz/irssi.git
 
-Tags: 1.1.0, 1.1, 1, latest
+Tags: 1.1.1, 1.1, 1, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c03bebcef55d683530f420ba4f13ae87e878e645
+GitCommit: a01102b70c724f1e3415dde1f5181c29675ecd56
 Directory: debian
 
-Tags: 1.1.0-alpine, 1.1-alpine, 1-alpine, alpine
+Tags: 1.1.1-alpine, 1.1-alpine, 1-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: c03bebcef55d683530f420ba4f13ae87e878e645
+GitCommit: a01102b70c724f1e3415dde1f5181c29675ecd56
 Directory: alpine

+ 12 - 13
library/jetty

@@ -2,27 +2,26 @@ Maintainers: Mike Dillon <[email protected]> (@md5),
              Greg Wilkins <[email protected]> (@gregw)
 GitRepo: https://github.com/appropriate/docker-jetty.git
 
-Tags: 9.4.7, 9.4, 9, 9.4.7-jre8, 9.4-jre8, 9-jre8, latest, jre8
+Tags: 9.4.9, 9.4, 9, 9.4.9-jre8, 9.4-jre8, 9-jre8, latest, jre8
 Directory: 9.4-jre8
-GitCommit: 6938dbcf3c3f1e433fca63909400670a52f39dfe
+GitCommit: 8690c638b36f2d3ad79b82ff27a6bfadb0332890
 
-Tags: 9.4.7-alpine, 9.4-alpine, 9-alpine, 9.4.7-jre8-alpine, 9.4-jre8-alpine, 9-jre8-alpine, alpine, jre8-alpine
+Tags: 9.4.9-alpine, 9.4-alpine, 9-alpine, 9.4.9-jre8-alpine, 9.4-jre8-alpine, 9-jre8-alpine, alpine, jre8-alpine
 Directory: 9.4-jre8/alpine
-GitCommit: 6938dbcf3c3f1e433fca63909400670a52f39dfe
+GitCommit: 8690c638b36f2d3ad79b82ff27a6bfadb0332890
 
-Tags: 9.3.21, 9.3, 9.3.21-jre8, 9.3-jre8
+Tags: 9.3.23, 9.3, 9.3.23-jre8, 9.3-jre8
 Directory: 9.3-jre8
-GitCommit: 6938dbcf3c3f1e433fca63909400670a52f39dfe
+GitCommit: 9c6d9655906fd62fbef0692b7faf01fb2404fd59
 
-Tags: 9.3.21-alpine, 9.3-alpine, 9.3.21-jre8-alpine, 9.3-jre8-alpine
+Tags: 9.3.23-alpine, 9.3-alpine, 9.3.23-jre8-alpine, 9.3-jre8-alpine
 Directory: 9.3-jre8/alpine
-GitCommit: 6938dbcf3c3f1e433fca63909400670a52f39dfe
+GitCommit: 9c6d9655906fd62fbef0692b7faf01fb2404fd59
 
-Tags: 9.2.22, 9.2, 9.2.22-jre8, 9.2-jre8
+Tags: 9.2.24, 9.2, 9.2.24-jre8, 9.2-jre8
 Directory: 9.2-jre8
-GitCommit: 6938dbcf3c3f1e433fca63909400670a52f39dfe
+GitCommit: 75fd6775daec3aa38f995e4a8de40f00d8ed17f9
 
-Tags: 9.2.22-jre7, 9.2-jre7, 9-jre7, jre7
+Tags: 9.2.24-jre7, 9.2-jre7, 9-jre7, jre7
 Directory: 9.2-jre7
-GitCommit: 6938dbcf3c3f1e433fca63909400670a52f39dfe
-
+GitCommit: 75fd6775daec3aa38f995e4a8de40f00d8ed17f9

+ 45 - 13
library/joomla

@@ -1,20 +1,52 @@
-# this file is generated via https://github.com/joomla/docker-joomla/blob/b365e4a9d8c017e1bdcd666d309a69eaea07dfeb/generate-stackbrew-library.sh
+# this file is generated via https://github.com/joomla/docker-joomla/blob/06caf0f4825d89fc577987ae4667cac39928d591/generate-stackbrew-library.sh
 
 Maintainers: Michael Babker <[email protected]> (@mbabker)
 GitRepo: https://github.com/joomla/docker-joomla.git
 
-Tags: 3.8.2-apache, 3.8-apache, 3-apache, apache, 3.8.2, 3.8, 3, latest
-GitCommit: 9cc09b86340bd4eabce331807e6f9ec5adbfcd1a
-Directory: apache
+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
+Directory: php5.6/apache
 
-Tags: 3.8.2-apache-php7, 3.8-apache-php7, 3-apache-php7, apache-php7
-GitCommit: 9cc09b86340bd4eabce331807e6f9ec5adbfcd1a
-Directory: apache-php7
+Tags: 3.8.6-php5.6-fpm, 3.8-php5.6-fpm, 3-php5.6-fpm, php5.6-fpm
+GitCommit: 92a41a37cbfd713027062c723920a801a175dc78
+Directory: php5.6/fpm
 
-Tags: 3.8.2-fpm, 3.8-fpm, 3-fpm, fpm
-GitCommit: 9cc09b86340bd4eabce331807e6f9ec5adbfcd1a
-Directory: 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
+Directory: php5.6/fpm-alpine
 
-Tags: 3.8.2-fpm-php7, 3.8-fpm-php7, 3-fpm-php7, fpm-php7
-GitCommit: 9cc09b86340bd4eabce331807e6f9ec5adbfcd1a
-Directory: fpm-php7
+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
+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
+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
+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
+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
+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
+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
+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
+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
+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: a2071f9c3f429753111ddd40e2a0cf5a89582675
+GitCommit: 393b43b18e2b278df1c0be91651bac4f99c4bd95
 
-Tags: latest, 9, 9.1, 9.1.15, 9.1-jre, 9.1.15-jre, 9.1.15.0, 9.1.15.0-jre
+Tags: latest, 9, 9.1, 9.1.16, 9.1-jre, 9.1.16-jre, 9.1.16.0, 9.1.16.0-jre
 Architectures: amd64, i386, arm32v5, arm64v8, ppc64le, s390x
 Directory: 9000/jre
 
-Tags: 9-alpine, 9.1-alpine, 9.1.15-alpine, 9.1-jre-alpine, 9.1.15-jre-alpine, 9.1.15.0-alpine, 9.1.15.0-jre-alpine
+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
 Architectures: amd64, arm64v8, ppc64le, s390x
 Directory: 9000/alpine-jre
 
-Tags: 9-jdk, 9.1-jdk, 9.1.15-jdk, 9.1.15.0-jdk
+Tags: 9-jdk, 9.1-jdk, 9.1.16-jdk, 9.1.16.0-jdk
 Architectures: amd64, i386, arm32v5, arm64v8, ppc64le, s390x
 Directory: 9000/jdk
 
-Tags: 9-jdk-alpine, 9.1-jdk-alpine, 9.1.15-jdk-alpine, 9.1.15.0-jdk-alpine
+Tags: 9-jdk-alpine, 9.1-jdk-alpine, 9.1.16-jdk-alpine, 9.1.16.0-jdk-alpine
 Architectures: amd64, arm64v8, ppc64le, s390x
 Directory: 9000/alpine-jdk
 
-Tags: 9-onbuild, 9.1-onbuild, 9.1.15-onbuild, 9.1.15.0-onbuild
+Tags: 9-onbuild, 9.1-onbuild, 9.1.16-onbuild, 9.1.16.0-onbuild
 Architectures: amd64, i386, arm32v5, arm64v8, ppc64le, s390x
 Directory: 9000/onbuild

+ 3 - 3
library/kapacitor

@@ -1,6 +1,6 @@
 Maintainers: Jonathan A. Sternberg <[email protected]> (@jsternberg)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: 67f9d68419df63c16aeed5129150142d6e4ec287
+GitCommit: 14a13d25665e9991d6f7aa6a3927c3c6bf897805
 
 Tags: 1.3, 1.3.3
 Architectures: amd64, arm32v7, arm64v8
@@ -9,9 +9,9 @@ Directory: kapacitor/1.3
 Tags: 1.3-alpine, 1.3.3-alpine
 Directory: kapacitor/1.3/alpine
 
-Tags: 1.4, 1.4.0, latest
+Tags: 1.4, 1.4.1, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: kapacitor/1.4
 
-Tags: 1.4-alpine, 1.4.0-alpine, alpine
+Tags: 1.4-alpine, 1.4.1-alpine, alpine
 Directory: kapacitor/1.4/alpine

+ 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.6, 5.6, 5, latest
-GitCommit: ff12294eaa9dfddb854c2ba989308beb993bf69c
+Tags: 5.6.8, 5.6, 5, latest
+GitCommit: 353e125bf1d11c16f31966fc7fef8355e7d272b3
 Directory: 5
 
 Tags: 4.6.6, 4.6, 4

+ 15 - 6
library/kong

@@ -1,13 +1,22 @@
-Maintainers: Mashape Docker Maintainers <[email protected]> (@thekonginc)
+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.12-alpine, 0.12.1-alpine
-GitCommit: d4cec3dc46c780a916a40963309554ca81da2b46
+Tags: 0.13.0-alpine, 0.13.0, latest
+GitCommit: 914bba64bc7e1580b0e7e64e082459ca0c4e7eb7
 Directory: alpine
 
-Tags: 0.12-centos, 0.12.1-centos, 0.12, 0.12.1, latest
-GitCommit: d4cec3dc46c780a916a40963309554ca81da2b46
+Tags: 0.13.0-centos
+GitCommit: 914bba64bc7e1580b0e7e64e082459ca0c4e7eb7
+Constraints: !aufs
+Directory: centos
+
+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
+GitCommit: 95f9e8ebfd735f4ab09af71bf060d200a9a7a981
 Constraints: !aufs
 Directory: centos
 
@@ -16,6 +25,6 @@ GitCommit: 2ed0fad88ed81623ea4afb2111033a9d87f3c03c
 Directory: alpine
 
 Tags: 0.11, 0.11.2
-GitCommit: 2ed0fad88ed81623ea4afb2111033a9d87f3c03c
+GitCommit: aa9ab06921a36079eb362229c9241ef9b3cf894e
 Constraints: !aufs
 Directory: centos

+ 16 - 7
library/lightstreamer

@@ -1,9 +1,18 @@
-# maintainer: Lightstreamer Server Development Team <[email protected]> (@lightstreamer)
+Maintainers: Lightstreamer Server Development Team <[email protected]> (@lightstreamer)
+GitRepo: https://github.com/Lightstreamer/Docker.git
 
-6.0.3: git://github.com/Lightstreamer/Docker@ca600ed95f9fa8ec632ef2ad0526c15d917a52b7 6.0
-6.0: git://github.com/Lightstreamer/Docker@ca600ed95f9fa8ec632ef2ad0526c15d917a52b7 6.0
+Tags: 6.0.3, 6.0
+GitCommit: ca600ed95f9fa8ec632ef2ad0526c15d917a52b7
+Directory: 6.0
 
-6.1.0: git://github.com/Lightstreamer/Docker@22d6045bab9625ea9f8b3e1e53c4c34383335ed3 6.1
-6.1: git://github.com/Lightstreamer/Docker@22d6045bab9625ea9f8b3e1e53c4c34383335ed3 6.1
-6: git://github.com/Lightstreamer/Docker@22d6045bab9625ea9f8b3e1e53c4c34383335ed3 6.1
-latest: git://github.com/Lightstreamer/Docker@22d6045bab9625ea9f8b3e1e53c4c34383335ed3 6.1
+Tags: 6.1.0, 6.1, 6
+GitCommit: 22d6045bab9625ea9f8b3e1e53c4c34383335ed3
+Directory: 6.1
+
+Tags: 7.0.0-jre8, 7.0-jre8, 7.0.0, 7.0, 7, latest
+GitCommit: 0842a9d0397d1d4d6fbe157c9ffbbbd574c0c53b
+Directory: 7.0/jre8
+
+Tags: 7.0.0-jre8-alpine, 7.0-jre8-alpine, 7.0.0-alpine, 7.0-alpine
+GitCommit: 0842a9d0397d1d4d6fbe157c9ffbbbd574c0c53b
+Directory: 7.0/jre8-alpine

+ 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.6, 5.6, 5, latest
-GitCommit: 40679c7efe82cd24a003c310a3635d583375ac7b
+Tags: 5.6.8, 5.6, 5, latest
+GitCommit: 26506a8c65e1b1cb5584481b3b3f039b45f5c218
 Directory: 5
 
-Tags: 5.6.6-alpine, 5.6-alpine, 5-alpine, alpine
-GitCommit: 40679c7efe82cd24a003c310a3635d583375ac7b
+Tags: 5.6.8-alpine, 5.6-alpine, 5-alpine, alpine
+GitCommit: 26506a8c65e1b1cb5584481b3b3f039b45f5c218
 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: d94167fc4cf0dcca9dfed717de5a38a505349f08
+GitCommit: 6230a3fc5dd30e5419a391f4613eb3ca5d81f46a
 GitFetch: refs/heads/dist
 Directory: 6
 
 Tags: 5,5.1
-GitCommit: d94167fc4cf0dcca9dfed717de5a38a505349f08
+GitCommit: 6230a3fc5dd30e5419a391f4613eb3ca5d81f46a
 GitFetch: refs/heads/dist
 Directory: 5

+ 10 - 10
library/mariadb

@@ -4,22 +4,22 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/mariadb.git
 
-Tags: 10.3.4, 10.3
-GitCommit: 25d4485e6192c1cfa2f9b12882c291258b73ed64
+Tags: 10.3.5, 10.3
+GitCommit: 0ab4688d0e6d3a81d7cd19e04db44fb499c49d6a
 Directory: 10.3
 
-Tags: 10.2.12, 10.2, 10, latest
-GitCommit: a1f61de0bb84ed1b4a482361c6aa8b8f4398f5cc
+Tags: 10.2.14, 10.2, 10, latest
+GitCommit: a7c0715098bad9097e7ffa892ef0f67dbc74c5ea
 Directory: 10.2
 
-Tags: 10.1.30, 10.1
-GitCommit: 04e2b9adcccd3cc634d8ef92f10b2f92e2c76076
+Tags: 10.1.32, 10.1
+GitCommit: fb4c759d82536dc67b04a947bf44517236603e8b
 Directory: 10.1
 
-Tags: 10.0.33, 10.0
-GitCommit: 1037a0b7ab09343e011826078fbdffb0bf465fc3
+Tags: 10.0.34, 10.0
+GitCommit: ef09e6e573d40aa512dee1309437fc6a9553b7c2
 Directory: 10.0
 
-Tags: 5.5.58, 5.5, 5
-GitCommit: 1037a0b7ab09343e011826078fbdffb0bf465fc3
+Tags: 5.5.59, 5.5, 5
+GitCommit: 13319ccb3c41c7c84404e628e9b051d340e9d055
 Directory: 5.5

+ 26 - 86
library/maven

@@ -1,122 +1,62 @@
 Maintainers: Carlos Sanchez <[email protected]> (@carlossg)
 GitRepo: https://github.com/carlossg/docker-maven.git
 
-Tags: 3.5.2-jdk-7-alpine
-Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: jdk-7-alpine
-
-Tags: 3.5.2-jdk-7-slim
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: jdk-7-slim
-
-Tags: 3.5.2-jdk-7
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: jdk-7
-
-Tags: 3.5.2-jdk-8-alpine, 3.5.2-alpine
-Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 798decbb2f987a14f345c017f8fa3725c2467758
-Directory: jdk-8-alpine
-
-Tags: 3.5.2-jdk-8-slim, 3.5.2-slim
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: jdk-8-slim
-
-Tags: 3.5.2-jdk-8, 3.5.2
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: jdk-8
-
-Tags: 3.5.2-jdk-9-slim
+Tags: 3.5.3-jdk-10-slim, 3.5-jdk-10-slim, 3-jdk-10-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: jdk-9-slim
+GitCommit: da92f8b0c8530061c539dcfc5c0257ce8565568b
+Directory: jdk-10-slim
 
-Tags: 3.5.2-jdk-9
+Tags: 3.5.3-jdk-10, 3.5-jdk-10, 3-jdk-10
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: jdk-9
-
-Tags: 3.5.2-ibmjava-8-alpine, 3.5.2-ibmjava-alpine
-Architectures: amd64
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: ibmjava-8-alpine
-
-Tags: 3.5.2-ibmjava-8, 3.5.2-ibmjava
-Architectures: amd64, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: ibmjava-8
+GitCommit: 949973eab2ea27a1e2ef09b45627b2c984a80bc7
+Directory: jdk-10
 
-Tags: 3.5.2-ibmjava-9-alpine
-Architectures: amd64
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: ibmjava-9-alpine
-
-Tags: 3.5.2-ibmjava-9
-Architectures: amd64, i386, ppc64le, s390x
-GitCommit: 93d297ed2fc952af8c3638eae78c3d5e7526033f
-Directory: ibmjava-9
-
-Tags: 3.5-jdk-7-alpine, 3-jdk-7-alpine
+Tags: 3.5.3-jdk-7-alpine, 3.5-jdk-7-alpine, 3-jdk-7-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: da92f8b0c8530061c539dcfc5c0257ce8565568b
 Directory: jdk-7-alpine
 
-Tags: 3.5-jdk-7-slim, 3-jdk-7-slim
+Tags: 3.5.3-jdk-7-slim, 3.5-jdk-7-slim, 3-jdk-7-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: da92f8b0c8530061c539dcfc5c0257ce8565568b
 Directory: jdk-7-slim
 
-Tags: 3.5-jdk-7, 3-jdk-7
+Tags: 3.5.3-jdk-7, 3.5-jdk-7, 3-jdk-7
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: 949973eab2ea27a1e2ef09b45627b2c984a80bc7
 Directory: jdk-7
 
-Tags: 3.5-jdk-8-alpine, 3.5-alpine, 3-jdk-8-alpine, alpine
+Tags: 3.5.3-jdk-8-alpine, 3.5.3-alpine, 3.5-jdk-8-alpine, 3.5-alpine, 3-jdk-8-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: da92f8b0c8530061c539dcfc5c0257ce8565568b
 Directory: jdk-8-alpine
 
-Tags: 3.5-jdk-8-slim, 3.5-slim, 3-jdk-8-slim, slim
+Tags: 3.5.3-jdk-8-slim, 3.5.3-slim, 3.5-jdk-8-slim, 3.5-slim, 3-jdk-8-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: da92f8b0c8530061c539dcfc5c0257ce8565568b
 Directory: jdk-8-slim
 
-Tags: 3.5-jdk-8, 3.5, 3-jdk-8, 3, latest
+Tags: 3.5.3-jdk-8, 3.5.3, 3.5-jdk-8, 3.5, 3-jdk-8, 3, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: 949973eab2ea27a1e2ef09b45627b2c984a80bc7
 Directory: jdk-8
 
-Tags: 3.5-jdk-9-slim, 3-jdk-9-slim
+Tags: 3.5.3-jdk-9-slim, 3.5-jdk-9-slim, 3-jdk-9-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: da92f8b0c8530061c539dcfc5c0257ce8565568b
 Directory: jdk-9-slim
 
-Tags: 3.5-jdk-9, 3-jdk-9
+Tags: 3.5.3-jdk-9, 3.5-jdk-9, 3-jdk-9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: 949973eab2ea27a1e2ef09b45627b2c984a80bc7
 Directory: jdk-9
 
-Tags: 3.5-ibmjava-8-alpine, 3.5-ibmjava-alpine, 3-ibmjava-8-alpine, ibmjava-alpine
+Tags: 3.5.3-ibmjava-8-alpine, 3.5.3-ibmjava-alpine, 3.5-ibmjava-8-alpine, 3.5-ibmjava-alpine, 3-ibmjava-8-alpine, ibmjava-alpine
 Architectures: amd64
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: da92f8b0c8530061c539dcfc5c0257ce8565568b
 Directory: ibmjava-8-alpine
 
-Tags: 3.5-ibmjava-8, 3.5-ibmjava, 3-ibmjava-8, 3-ibmjava, ibmjava
+Tags: 3.5.3-ibmjava-8, 3.5.3-ibmjava, 3.5-ibmjava-8, 3.5-ibmjava, 3-ibmjava-8, 3-ibmjava, ibmjava
 Architectures: amd64, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
+GitCommit: 949973eab2ea27a1e2ef09b45627b2c984a80bc7
 Directory: ibmjava-8
-
-Tags: 3.5-ibmjava-9-alpine, 3-ibmjava-9-alpine
-Architectures: amd64
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
-Directory: ibmjava-9-alpine
-
-Tags: 3.5-ibmjava-9, 3-ibmjava-9
-Architectures: amd64, i386, ppc64le, s390x
-GitCommit: d2e41bb4b98f827e7929eb01578538854a61726b
-Directory: ibmjava-9

+ 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.4, 1.5, 1, latest
+Tags: 1.5.7, 1.5, 1, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6af843ea5c1ada3cc711424c6a533292cca31a40
+GitCommit: d738ff7a7867423c9232adc7d9b418ce0f7597f0
 Directory: debian
 
-Tags: 1.5.4-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: d27b35d037dcb8bde2a926f50bd73013a5c5c63f
+GitCommit: d738ff7a7867423c9232adc7d9b418ce0f7597f0
 Directory: alpine

+ 13 - 83
library/mongo

@@ -1,4 +1,4 @@
-# this file is generated via https://github.com/docker-library/mongo/blob/39c5967c35edc6132f0fd36a3a047391a5d382cc/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/mongo/blob/b9ae5fa0781a4f80e0ccb6d585edc569fd207f15/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
@@ -12,104 +12,34 @@ Architectures: amd64
 GitCommit: 58bdba62b65b1d1e1ea5cbde54c1682f120e0676
 Directory: 3.0
 
-Tags: 3.0.15-windowsservercore-ltsc2016, 3.0-windowsservercore-ltsc2016
-SharedTags: 3.0.15-windowsservercore, 3.0-windowsservercore, 3.0.15, 3.0
-Architectures: windows-amd64
-GitCommit: daeeeccd0edd110e6341ba3ee2d699caf885fbce
-Directory: 3.0/windows/windowsservercore-ltsc2016
-Constraints: windowsservercore-ltsc2016
-
-Tags: 3.0.15-windowsservercore-1709, 3.0-windowsservercore-1709
-SharedTags: 3.0.15-windowsservercore, 3.0-windowsservercore, 3.0.15, 3.0
-Architectures: windows-amd64
-GitCommit: daeeeccd0edd110e6341ba3ee2d699caf885fbce
-Directory: 3.0/windows/windowsservercore-1709
-Constraints: windowsservercore-1709
-
-Tags: 3.2.18-jessie, 3.2-jessie
-SharedTags: 3.2.18, 3.2
+Tags: 3.2.19-jessie, 3.2-jessie
+SharedTags: 3.2.19, 3.2
 # see http://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/3.2/main/
 # (i386 is empty, as is ppc64el)
 Architectures: amd64
-GitCommit: 58bdba62b65b1d1e1ea5cbde54c1682f120e0676
+GitCommit: 22dd36a9194de8797f3c558857c0120a794daf25
 Directory: 3.2
 
-Tags: 3.2.18-windowsservercore-ltsc2016, 3.2-windowsservercore-ltsc2016
-SharedTags: 3.2.18-windowsservercore, 3.2-windowsservercore, 3.2.18, 3.2
-Architectures: windows-amd64
-GitCommit: 1af403f9d70fed1da9502b6f486a5f68f384eef7
-Directory: 3.2/windows/windowsservercore-ltsc2016
-Constraints: windowsservercore-ltsc2016
-
-Tags: 3.2.18-windowsservercore-1709, 3.2-windowsservercore-1709
-SharedTags: 3.2.18-windowsservercore, 3.2-windowsservercore, 3.2.18, 3.2
-Architectures: windows-amd64
-GitCommit: 1af403f9d70fed1da9502b6f486a5f68f384eef7
-Directory: 3.2/windows/windowsservercore-1709
-Constraints: windowsservercore-1709
-
-Tags: 3.4.10-jessie, 3.4-jessie
-SharedTags: 3.4.10, 3.4
+Tags: 3.4.14-jessie, 3.4-jessie
+SharedTags: 3.4.14, 3.4
 # see http://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/3.4/main/
 # (i386 is empty, as is ppc64el)
 Architectures: amd64
-GitCommit: 58bdba62b65b1d1e1ea5cbde54c1682f120e0676
+GitCommit: b96fddd1e1a100c01f0ea6d28e1c7ccc750fd5c0
 Directory: 3.4
 
-Tags: 3.4.10-windowsservercore-ltsc2016, 3.4-windowsservercore-ltsc2016
-SharedTags: 3.4.10-windowsservercore, 3.4-windowsservercore, 3.4.10, 3.4
-Architectures: windows-amd64
-GitCommit: daeeeccd0edd110e6341ba3ee2d699caf885fbce
-Directory: 3.4/windows/windowsservercore-ltsc2016
-Constraints: windowsservercore-ltsc2016
-
-Tags: 3.4.10-windowsservercore-1709, 3.4-windowsservercore-1709
-SharedTags: 3.4.10-windowsservercore, 3.4-windowsservercore, 3.4.10, 3.4
-Architectures: windows-amd64
-GitCommit: daeeeccd0edd110e6341ba3ee2d699caf885fbce
-Directory: 3.4/windows/windowsservercore-1709
-Constraints: windowsservercore-1709
-
-Tags: 3.6.2-jessie, 3.6-jessie, 3-jessie, jessie
-SharedTags: 3.6.2, 3.6, 3, latest
+Tags: 3.6.3-jessie, 3.6-jessie, 3-jessie, jessie
+SharedTags: 3.6.3, 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: a504b49bb5cf896fbf3640b4b8cb0d09a25b53ae
+GitCommit: 2e3e1bdbb31389c8bc8d43f5a3cc439134b7956b
 Directory: 3.6
 
-Tags: 3.6.2-windowsservercore-ltsc2016, 3.6-windowsservercore-ltsc2016, 3-windowsservercore-ltsc2016, windowsservercore-ltsc2016
-SharedTags: 3.6.2-windowsservercore, 3.6-windowsservercore, 3-windowsservercore, windowsservercore, 3.6.2, 3.6, 3, latest
-Architectures: windows-amd64
-GitCommit: a504b49bb5cf896fbf3640b4b8cb0d09a25b53ae
-Directory: 3.6/windows/windowsservercore-ltsc2016
-Constraints: windowsservercore-ltsc2016
-
-Tags: 3.6.2-windowsservercore-1709, 3.6-windowsservercore-1709, 3-windowsservercore-1709, windowsservercore-1709
-SharedTags: 3.6.2-windowsservercore, 3.6-windowsservercore, 3-windowsservercore, windowsservercore, 3.6.2, 3.6, 3, latest
-Architectures: windows-amd64
-GitCommit: a504b49bb5cf896fbf3640b4b8cb0d09a25b53ae
-Directory: 3.6/windows/windowsservercore-1709
-Constraints: windowsservercore-1709
-
-Tags: 3.7.1-jessie, 3.7-jessie, unstable-jessie
-SharedTags: 3.7.1, 3.7, unstable
+Tags: 3.7.3-jessie, 3.7-jessie, unstable-jessie
+SharedTags: 3.7.3, 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: b19d47c63e26ae755640ae5b74fa7b4e475c992f
+GitCommit: 621a206bca04c06ad3e0d8459c9d23223ea11a01
 Directory: 3.7
-
-Tags: 3.7.1-windowsservercore-ltsc2016, 3.7-windowsservercore-ltsc2016, unstable-windowsservercore-ltsc2016
-SharedTags: 3.7.1-windowsservercore, 3.7-windowsservercore, unstable-windowsservercore, 3.7.1, 3.7, unstable
-Architectures: windows-amd64
-GitCommit: 692ec82754bde8d6d4e663462669b3be2a6f8b2b
-Directory: 3.7/windows/windowsservercore-ltsc2016
-Constraints: windowsservercore-ltsc2016
-
-Tags: 3.7.1-windowsservercore-1709, 3.7-windowsservercore-1709, unstable-windowsservercore-1709
-SharedTags: 3.7.1-windowsservercore, 3.7-windowsservercore, unstable-windowsservercore, 3.7.1, 3.7, unstable
-Architectures: windows-amd64
-GitCommit: 692ec82754bde8d6d4e663462669b3be2a6f8b2b
-Directory: 3.7/windows/windowsservercore-1709
-Constraints: windowsservercore-1709

+ 4 - 4
library/mongo-express

@@ -1,5 +1,5 @@
-# maintainer: Nick Cox <[email protected]> (@knickers)
+Maintainers: Nick Cox <[email protected]> (@knickers)
 
-0.42.2: git://github.com/mongo-express/mongo-express-docker@c65871c94790ca0446ec222c5961a2d01c701cc0
-0.42: git://github.com/mongo-express/mongo-express-docker@c65871c94790ca0446ec222c5961a2d01c701cc0
-latest: git://github.com/mongo-express/mongo-express-docker@c65871c94790ca0446ec222c5961a2d01c701cc0
+Tags: 0.45.0, 0.45, latest
+GitRepo: https://github.com/mongo-express/mongo-express-docker.git
+GitCommit: e297febcf7ee27858c70505e1ba2db13d93730e0

+ 12 - 12
library/mono

@@ -4,25 +4,25 @@ Maintainers: Jo Shields <[email protected]> (@directhex),
              Alexander Köplinger <[email protected]> (@akoeplinger)
 GitRepo: https://github.com/mono/docker.git
 
-Tags: 5.4.1.6, 5.4.1, 5.4, 5, latest
+Tags: 5.8.0.127, 5.8.0, 5.8
 Architectures: amd64, i386, arm32v7, arm64v8
-GitCommit: c05f965729b45093c1e9534d3e6532984f8091db
-Directory: 5.4.1.6
+GitCommit: 9cdd84e32b677f9239622ee5f28496964f6250d5
+Directory: 5.8.0.127
 
-Tags: 5.4.1.6-slim, 5.4.1-slim, 5.4-slim, 5-slim, slim
+Tags: 5.8.0.127-slim, 5.8.0-slim, 5.8-slim
 Architectures: amd64, i386, arm32v7, arm64v8
-GitCommit: c05f965729b45093c1e9534d3e6532984f8091db
-Directory: 5.4.1.6/slim
+GitCommit: 9cdd84e32b677f9239622ee5f28496964f6250d5
+Directory: 5.8.0.127/slim
 
-Tags: 5.2.0.224, 5.2.0, 5.2
+Tags: 5.10.0.160, latest, 5.10.0, 5.10, 5
 Architectures: amd64, i386, arm32v7, arm64v8
-GitCommit: 55b93b6b6b06a2708bf2bdefe8dc2726e28db861
-Directory: 5.2.0.224
+GitCommit: 37b56d92bd345ec08c5a56efd4ea77f52ab47291
+Directory: 5.10.0.160
 
-Tags: 5.2.0.224-slim, 5.2.0-slim, 5.2-slim
+Tags: 5.10.0.160-slim, slim, 5.10.0-slim, 5.10-slim, 5-slim
 Architectures: amd64, i386, arm32v7, arm64v8
-GitCommit: 55b93b6b6b06a2708bf2bdefe8dc2726e28db861
-Directory: 5.2.0.224/slim
+GitCommit: 37b56d92bd345ec08c5a56efd4ea77f52ab47291
+Directory: 5.10.0.160/slim
 
 Tags: 4.8.0.524, 4.8.0, 4.8, 4
 Architectures: amd64, i386, arm32v7

+ 6 - 6
library/mysql

@@ -1,21 +1,21 @@
-# this file is generated via https://github.com/docker-library/mysql/blob/00fe6e767ad74cfcc0d2ea16b84e37e8f8c33146/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/mysql/blob/87a7e96edc3c995a57dc2a4c23c0e32b75c4aaa5/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.3, 8.0, 8
-GitCommit: 6c414e7f38c2079c7193beae5dc7c34ee46cd6e7
+Tags: 8.0.4-rc, 8.0.4, 8.0, 8
+GitCommit: ad625c64a06e16683e997e5a0147508d115f4989
 Directory: 8.0
 
 Tags: 5.7.21, 5.7, 5, latest
-GitCommit: 607b2a65aa76adf495730b9f7e6f28f146a9f95f
+GitCommit: ad625c64a06e16683e997e5a0147508d115f4989
 Directory: 5.7
 
 Tags: 5.6.39, 5.6
-GitCommit: b6156cf8c6a1e9702440489bfa9a92c2078ba4b5
+GitCommit: f279c9cc0d20407a2c4d9465adae6b077dcf1b51
 Directory: 5.6
 
 Tags: 5.5.59, 5.5
-GitCommit: 90c4f75a642d6685f4fe4d8fc585e88339ed2cb1
+GitCommit: f279c9cc0d20407a2c4d9465adae6b077dcf1b51
 Directory: 5.5

+ 17 - 15
library/nats

@@ -1,28 +1,30 @@
-Maintainers: Derek Collison <derek@apcera.com> (@derekcollison),
-             Ivan Kozlovic <ivan.kozlovic@apcera.com> (@kozlovic),
-             Waldemar Salinas <wally@apcera.com> (@wallyqs)
+Maintainers: Derek Collison <derek@synadia.com> (@derekcollison),
+             Ivan Kozlovic <ivan@synadia.com> (@kozlovic),
+             Waldemar Salinas <wally@synadia.com> (@wallyqs)
 GitRepo: https://github.com/nats-io/nats-docker.git
-GitCommit: 4e0129ffe9d12beec981238c6cb54f5faa0fbe57
+GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 
-Tags: 1.0.4-linux, linux
-SharedTags: 1.0.4, latest
-Architectures: amd64, arm32v7, arm64v8
-amd64-GitCommit: 4e0129ffe9d12beec981238c6cb54f5faa0fbe57
+Tags: 1.1.0-linux, linux
+SharedTags: 1.1.0, latest
+Architectures: amd64, arm32v6, arm32v7, arm64v8
+amd64-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 amd64-Directory: amd64
-arm32v7-GitCommit: 4e0129ffe9d12beec981238c6cb54f5faa0fbe57
+arm32v6-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
+arm32v6-Directory: arm32v6
+arm32v7-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 arm32v7-Directory: arm32v7
-arm64v8-GitCommit: 4e0129ffe9d12beec981238c6cb54f5faa0fbe57
+arm64v8-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 arm64v8-Directory: arm64v8
 
-Tags: 1.0.4-nanoserver, nanoserver
-SharedTags: 1.0.4, latest
+Tags: 1.1.0-nanoserver, nanoserver
+SharedTags: 1.1.0, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: 4e0129ffe9d12beec981238c6cb54f5faa0fbe57
+windows-amd64-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 windows-amd64-Directory: windows/nanoserver
 Constraints: nanoserver
 
-Tags: 1.0.4-windowsservercore, windowsservercore
+Tags: 1.1.0-windowsservercore, windowsservercore
 Architectures: windows-amd64
-windows-amd64-GitCommit: 4e0129ffe9d12beec981238c6cb54f5faa0fbe57
+windows-amd64-GitCommit: 738f7e2cd879f0a2642eb07a12b8303b2b99e68b
 windows-amd64-Directory: windows/windowsservercore
 Constraints: windowsservercore

+ 15 - 13
library/nats-streaming

@@ -1,26 +1,28 @@
-Maintainers: Ivan Kozlovic <ivan.kozlovic@apcera.com> (@kozlovic)
+Maintainers: Ivan Kozlovic <ivan@synadia.com> (@kozlovic)
 GitRepo: https://github.com/nats-io/nats-streaming-docker.git
-GitCommit: 212a8f50575d4178722b869025ac7164d2da976f
+GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 
-Tags: 0.7.0-linux, linux
-SharedTags: 0.7.0, latest
-Architectures: amd64, arm32v7, arm64v8
-amd64-GitCommit: 212a8f50575d4178722b869025ac7164d2da976f
+Tags: 0.9.2-linux, linux
+SharedTags: 0.9.2, latest
+Architectures: amd64, arm32v6, arm32v7, arm64v8
+amd64-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 amd64-Directory: amd64
-arm32v7-GitCommit: 212a8f50575d4178722b869025ac7164d2da976f
+arm32v6-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
+arm32v6-Directory: arm32v6
+arm32v7-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 arm32v7-Directory: arm32v7
-arm64v8-GitCommit: 212a8f50575d4178722b869025ac7164d2da976f
+arm64v8-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 arm64v8-Directory: arm64v8
 
-Tags: 0.7.0-nanoserver, nanoserver
-SharedTags: 0.7.0, latest
+Tags: 0.9.2-nanoserver, nanoserver
+SharedTags: 0.9.2, latest
 Architectures: windows-amd64
-windows-amd64-GitCommit: 212a8f50575d4178722b869025ac7164d2da976f
+windows-amd64-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 windows-amd64-Directory: windows/nanoserver
 Constraints: nanoserver
 
-Tags: 0.7.0-windowsservercore, windowsservercore
+Tags: 0.9.2-windowsservercore, windowsservercore
 Architectures: windows-amd64
-windows-amd64-GitCommit: 212a8f50575d4178722b869025ac7164d2da976f
+windows-amd64-GitCommit: eaff03b1e4f88d0eb0eb476a8d1b36cac6fdf8df
 windows-amd64-Directory: windows/windowsservercore
 Constraints: windowsservercore

+ 81 - 11
library/neo4j

@@ -4,17 +4,47 @@
 # https://github.com/docker-library/official-images/issues/1864 for a
 # discussion of this point.
 
-Maintainers: Ben Butler-Cole <[email protected]> (@benbc),
-             Jonas Kalderstam <[email protected]> (@spacecowboy),
-             Praveena Fernandes <[email protected]> (@praveenag)
+Maintainers: Ben Butler-Cole <[email protected]> (@benbc),
+             Jonas Kalderstam <[email protected]> (@spacecowboy),
+             Praveena Fernandes <[email protected]> (@praveenag),
+             Chris Gioran <[email protected]> (@digitalstain)
 
+Tags: 3.3.4, 3.3, latest
+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
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
+Directory: 3.3.4/enterprise
+
+Tags: 3.3.3
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: cb3ffef1bfdec6eb051d912f36aa91702c6a6f22
+Directory: 3.3.3/community
+
+Tags: 3.3.3-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: cb3ffef1bfdec6eb051d912f36aa91702c6a6f22
+Directory: 3.3.3/enterprise
 
-Tags: 3.3.1, 3.3, latest
+Tags: 3.3.2
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: d2ac73d32328f299d14aad08bb82e7daefe1e575
+Directory: 3.3.2/community
+
+Tags: 3.3.2-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: d2ac73d32328f299d14aad08bb82e7daefe1e575
+Directory: 3.3.2/enterprise
+
+Tags: 3.3.1
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 9a175bdb484967c609c5c369256b866a577f86b3
 Directory: 3.3.1/community
 
-Tags: 3.3.1-enterprise, 3.3-enterprise, enterprise
+Tags: 3.3.1-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 9a175bdb484967c609c5c369256b866a577f86b3
 Directory: 3.3.1/enterprise
@@ -29,12 +59,32 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: aa31654ee8544cd544b369d2646cf372086f7b70
 Directory: 3.3.0/enterprise
 
-Tags: 3.2.8, 3.2
+Tags: 3.2.10, 3.2
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
+Directory: 3.2.10/community
+
+Tags: 3.2.10-enterprise, 3.2-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
+Directory: 3.2.10/enterprise
+
+Tags: 3.2.9
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
+Directory: 3.2.9/community
+
+Tags: 3.2.9-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
+Directory: 3.2.9/enterprise
+
+Tags: 3.2.8
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 520e268aa4c844a6b02cb7835957a4681eae0116
 Directory: 3.2.8/community
 
-Tags: 3.2.8-enterprise, 3.2-enterprise
+Tags: 3.2.8-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 520e268aa4c844a6b02cb7835957a4681eae0116
 Directory: 3.2.8/enterprise
@@ -109,12 +159,22 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: c0364e1bcbc35a536abb93ec88dc3bfc288b23bf
 Directory: 3.2.0/enterprise
 
-Tags: 3.1.7, 3.1
+Tags: 3.1.8, 3.1
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
+Directory: 3.1.8/community
+
+Tags: 3.1.8-enterprise, 3.1-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: bff364da12162093c10830b41b6b60d92f7d7c6e
+Directory: 3.1.8/enterprise
+
+Tags: 3.1.7
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: d9e20fa72e463a1f186de85f06c891477e1b1ca8
 Directory: 3.1.7/community
 
-Tags: 3.1.7-enterprise, 3.1-enterprise
+Tags: 3.1.7-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: d9e20fa72e463a1f186de85f06c891477e1b1ca8
 Directory: 3.1.7/enterprise
@@ -319,12 +379,22 @@ GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: 36ac547bcffcce2c7c0f249b340d062ba08e2598
 Directory: 3.0.0/enterprise
 
-Tags: 2.3.11, 2.3
+Tags: 2.3.12, 2.3
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 7271a9fc2e419e1325eb82b693cc2f43babd4271
+Directory: 2.3.12/community
+
+Tags: 2.3.12-enterprise, 2.3-enterprise
+GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
+GitCommit: 7271a9fc2e419e1325eb82b693cc2f43babd4271
+Directory: 2.3.12/enterprise
+
+Tags: 2.3.11
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: ae826519a7acf389396ab6c388fe299c21b41107
 Directory: 2.3.11/community
 
-Tags: 2.3.11-enterprise, 2.3-enterprise
+Tags: 2.3.11-enterprise
 GitRepo: https://github.com/neo4j/docker-neo4j-publish.git
 GitCommit: ae826519a7acf389396ab6c388fe299c21b41107
 Directory: 2.3.11/enterprise

+ 0 - 6
library/neurodebian

@@ -14,12 +14,6 @@ Directory: dockerfiles/xenial
 Tags: xenial-non-free, nd16.04-non-free
 Directory: dockerfiles/xenial-non-free
 
-Tags: zesty, nd17.04
-Directory: dockerfiles/zesty
-
-Tags: zesty-non-free, nd17.04-non-free
-Directory: dockerfiles/zesty-non-free
-
 Tags: artful, nd17.10
 Directory: dockerfiles/artful
 

+ 23 - 13
library/nextcloud

@@ -1,24 +1,34 @@
-# This file is generated via https://github.com/nextcloud/docker/blob/e4315232e337b5a5d913e62c9d078a25e5d45e15/generate-stackbrew-library.sh
+# This file is generated via https://github.com/nextcloud/docker/blob/3bb7c52357cc56136e72470d41df67128dd22a36/generate-stackbrew-library.sh
 
 Maintainers: Nextcloud <[email protected]> (@nextcloud)
 GitRepo: https://github.com/nextcloud/docker.git
 
-Tags: 11.0.6-apache, 11.0-apache, 11-apache, 11.0.6, 11.0, 11
+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: ec85464109240774f754a8675c68aa36090a9f4b
-Directory: 11.0/apache
+GitCommit: e01caa961ff579ba753e7e55a4ef987c199938fa
+Directory: 12.0/apache
 
-Tags: 11.0.6-fpm, 11.0-fpm, 11-fpm
+Tags: 12.0.6-fpm, 12.0-fpm, 12-fpm, production-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: ec85464109240774f754a8675c68aa36090a9f4b
-Directory: 11.0/fpm
+GitCommit: 18db7e679fd92e2d36d6113b1e174e6f1afda2d6
+Directory: 12.0/fpm
+
+Tags: 12.0.6-fpm-alpine, 12.0-fpm-alpine, 12-fpm-alpine, production-fpm-alpine
+Architectures: amd64
+GitCommit: 18db7e679fd92e2d36d6113b1e174e6f1afda2d6
+Directory: 12.0/fpm-alpine
 
-Tags: 12.0.4-apache, 12.0-apache, 12-apache, apache, 12.0.4, 12.0, 12, latest
+Tags: 13.0.1-apache, 13.0-apache, 13-apache, apache, stable-apache, 13.0.1, 13.0, 13, latest, stable
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: ec85464109240774f754a8675c68aa36090a9f4b
-Directory: 12.0/apache
+GitCommit: e01caa961ff579ba753e7e55a4ef987c199938fa
+Directory: 13.0/apache
 
-Tags: 12.0.4-fpm, 12.0-fpm, 12-fpm, fpm
+Tags: 13.0.1-fpm, 13.0-fpm, 13-fpm, fpm, stable-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: ec85464109240774f754a8675c68aa36090a9f4b
-Directory: 12.0/fpm
+GitCommit: 18db7e679fd92e2d36d6113b1e174e6f1afda2d6
+Directory: 13.0/fpm
+
+Tags: 13.0.1-fpm-alpine, 13.0-fpm-alpine, 13-fpm-alpine, fpm-alpine, stable-fpm-alpine
+Architectures: amd64
+GitCommit: 18db7e679fd92e2d36d6113b1e174e6f1afda2d6
+Directory: 13.0/fpm-alpine

+ 11 - 9
library/nginx

@@ -1,24 +1,26 @@
-# this file is generated via https://github.com/nginxinc/docker-nginx/blob/12fbe201aef2ffebba809e223460f5bf3dc9b445/generate-stackbrew-library.sh
+# this file is generated via https://github.com/nginxinc/docker-nginx/blob/80d4df4c9dac780f8906c96928fac484c6559b20/generate-stackbrew-library.sh
 
 Maintainers: NGINX Docker Maintainers <[email protected]> (@nginxinc)
 GitRepo: https://github.com/nginxinc/docker-nginx.git
 
-Tags: 1.13.8, mainline, 1, 1.13, latest
+Tags: 1.13.12, mainline, 1, 1.13, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: f8fad321cf58d5cbcafa3d9fa15314b8a77b5e65
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/stretch
 
-Tags: 1.13.8-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: f8fad321cf58d5cbcafa3d9fa15314b8a77b5e65
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/stretch-perl
 
-Tags: 1.13.8-alpine, mainline-alpine, 1-alpine, 1.13-alpine, alpine
-GitCommit: f8fad321cf58d5cbcafa3d9fa15314b8a77b5e65
+Tags: 1.13.12-alpine, mainline-alpine, 1-alpine, 1.13-alpine, alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/alpine
 
-Tags: 1.13.8-alpine-perl, mainline-alpine-perl, 1-alpine-perl, 1.13-alpine-perl, alpine-perl
-GitCommit: f8fad321cf58d5cbcafa3d9fa15314b8a77b5e65
+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: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/alpine-perl
 
 Tags: 1.12.2, stable, 1.12

+ 54 - 49
library/node

@@ -1,125 +1,130 @@
-# this file is generated via https://github.com/nodejs/docker-node/blob/f941101d4d706cea27fab3b628c19e870a78d194/generate-stackbrew-library.sh
+# this file is generated via https://github.com/nodejs/docker-node/blob/e839bbbb50d4969cfe68f95136354b0a6221ca7b/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.4.0, 9.4, 9, latest
+Tags: 9.11.1, 9.11, 9, latest
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: df8782dfddf8c70663f0a7d19942120b1d6977a5
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9
 
-Tags: 9.4.0-alpine, 9.4-alpine, 9-alpine, alpine
+Tags: 9.11.1-alpine, 9.11-alpine, 9-alpine, alpine
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v6, i386
-GitCommit: df8782dfddf8c70663f0a7d19942120b1d6977a5
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/alpine
 
-Tags: 9.4.0-onbuild, 9.4-onbuild, 9-onbuild, onbuild
+Tags: 9.11.1-onbuild, 9.11-onbuild, 9-onbuild, onbuild
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: df8782dfddf8c70663f0a7d19942120b1d6977a5
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/onbuild
 
-Tags: 9.4.0-slim, 9.4-slim, 9-slim, slim
+Tags: 9.11.1-slim, 9.11-slim, 9-slim, slim
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: df8782dfddf8c70663f0a7d19942120b1d6977a5
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/slim
 
-Tags: 9.4.0-stretch, 9.4-stretch, 9-stretch, stretch
+Tags: 9.11.1-stretch, 9.11-stretch, 9-stretch, stretch
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: df8782dfddf8c70663f0a7d19942120b1d6977a5
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/stretch
 
-Tags: 9.4.0-wheezy, 9.4-wheezy, 9-wheezy, wheezy
+Tags: 9.11.1-wheezy, 9.11-wheezy, 9-wheezy, wheezy
 Architectures: amd64
-GitCommit: df8782dfddf8c70663f0a7d19942120b1d6977a5
+GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/wheezy
 
-Tags: 8.9.4, 8.9, 8, carbon
+Tags: 8.11.1, 8.11, 8, carbon
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: 994f8286cb0efc92578902d5fd11182f63a59869
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8
 
-Tags: 8.9.4-alpine, 8.9-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: 994f8286cb0efc92578902d5fd11182f63a59869
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/alpine
 
-Tags: 8.9.4-onbuild, 8.9-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: 994f8286cb0efc92578902d5fd11182f63a59869
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/onbuild
 
-Tags: 8.9.4-slim, 8.9-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: 994f8286cb0efc92578902d5fd11182f63a59869
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/slim
 
-Tags: 8.9.4-stretch, 8.9-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: 994f8286cb0efc92578902d5fd11182f63a59869
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/stretch
 
-Tags: 8.9.4-wheezy, 8.9-wheezy, 8-wheezy, carbon-wheezy
+Tags: 8.11.1-wheezy, 8.11-wheezy, 8-wheezy, carbon-wheezy
 Architectures: amd64
-GitCommit: 994f8286cb0efc92578902d5fd11182f63a59869
+GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/wheezy
 
-Tags: 6.12.3, 6.12, 6, boron
+Tags: 6.14.1, 6.14, 6, boron
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: 29b421ce1fcd412432ee139dca842b40d6e28cce
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6
 
-Tags: 6.12.3-alpine, 6.12-alpine, 6-alpine, boron-alpine
+Tags: 6.14.1-alpine, 6.14-alpine, 6-alpine, boron-alpine
 Architectures: amd64
-GitCommit: 29b421ce1fcd412432ee139dca842b40d6e28cce
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/alpine
 
-Tags: 6.12.3-onbuild, 6.12-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: 29b421ce1fcd412432ee139dca842b40d6e28cce
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/onbuild
 
-Tags: 6.12.3-slim, 6.12-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: 29b421ce1fcd412432ee139dca842b40d6e28cce
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/slim
 
-Tags: 6.12.3-stretch, 6.12-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: 29b421ce1fcd412432ee139dca842b40d6e28cce
+GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
 Directory: 6/stretch
 
-Tags: 6.12.3-wheezy, 6.12-wheezy, 6-wheezy, boron-wheezy
+Tags: 6.14.1-wheezy, 6.14-wheezy, 6-wheezy, boron-wheezy
 Architectures: amd64
-GitCommit: 29b421ce1fcd412432ee139dca842b40d6e28cce
+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: 2dfcf38dafc79c0e163293b8a84f4daf7c0d6898
+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: 2dfcf38dafc79c0e163293b8a84f4daf7c0d6898
+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: 2dfcf38dafc79c0e163293b8a84f4daf7c0d6898
+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: 2dfcf38dafc79c0e163293b8a84f4daf7c0d6898
+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: 2dfcf38dafc79c0e163293b8a84f4daf7c0d6898
+GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
 Directory: 4/wheezy
 
+Tags: chakracore-8.10.0, chakracore-8.10, chakracore-8, chakracore
+Architectures: amd64
+GitCommit: fb8c0910205944cb81b8bae291f72a4a54eb2426
+Directory: chakracore/8
+

+ 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

+ 7 - 7
library/odoo

@@ -1,11 +1,11 @@
 # maintainer: Christophe Monniez <[email protected]> (@d-fence)
 
-9.0: git://github.com/odoo/docker@16d5988408434e4678f3bf6318aabad542dec4ee 9.0
-9: git://github.com/odoo/docker@16d5988408434e4678f3bf6318aabad542dec4ee 9.0
+9.0: git://github.com/odoo/docker@b3d6d018f740ad2a816b5209300b875e2760085e 9.0
+9: git://github.com/odoo/docker@b3d6d018f740ad2a816b5209300b875e2760085e 9.0
 
-10.0: git://github.com/odoo/docker@16d5988408434e4678f3bf6318aabad542dec4ee 10.0
-10: git://github.com/odoo/docker@16d5988408434e4678f3bf6318aabad542dec4ee 10.0
+10.0: git://github.com/odoo/docker@b3d6d018f740ad2a816b5209300b875e2760085e 10.0
+10: git://github.com/odoo/docker@b3d6d018f740ad2a816b5209300b875e2760085e 10.0
 
-11.0: git://github.com/odoo/docker@16d5988408434e4678f3bf6318aabad542dec4ee 11.0
-11: git://github.com/odoo/docker@16d5988408434e4678f3bf6318aabad542dec4ee 11.0
-latest: git://github.com/odoo/docker@16d5988408434e4678f3bf6318aabad542dec4ee 11.0
+11.0: git://github.com/odoo/docker@b3d6d018f740ad2a816b5209300b875e2760085e 11.0
+11: git://github.com/odoo/docker@b3d6d018f740ad2a816b5209300b875e2760085e 11.0
+latest: git://github.com/odoo/docker@b3d6d018f740ad2a816b5209300b875e2760085e 11.0

+ 5 - 1
library/open-liberty

@@ -1,6 +1,6 @@
 Maintainers: Alasdair Nottingham <[email protected]> (@NottyCode)
 GitRepo: https://github.com/OpenLiberty/ci.docker.git
-GitCommit: 99e1bbdc8b98b4afd80b01dea78ca923091d46d4
+GitCommit: 1ceace84721e043f475d92c7698cade0fb36973d
 Architectures: amd64, i386, ppc64le, s390x
 
 Tags: kernel, kernel-java8-ibm
@@ -8,21 +8,25 @@ Directory: release/kernel/java8/ibmjava
 
 Tags: kernel-java8-ibmsfj
 Directory: release/kernel/java8/ibmsfj
+Architectures: amd64
 
 Tags: webProfile7, webProfile7-java8-ibm
 Directory: release/webProfile7/java8/ibmjava
 
 Tags: webProfile7-java8-ibmsfj
 Directory: release/webProfile7/java8/ibmsfj
+Architectures: amd64
 
 Tags: javaee7, javaee7-java8-ibm, latest
 Directory: release/javaee7/java8/ibmjava
 
 Tags: javaee7-java8-ibmsfj
 Directory: release/javaee7/java8/ibmsfj
+Architectures: amd64
 
 Tags: microProfile1, microProfile1-java8-ibm
 Directory: release/microProfile1/java8/ibmjava
 
 Tags: microProfile1-java8-ibmsfj
 Directory: release/microProfile1/java8/ibmsfj
+Architectures: amd64

+ 51 - 71
library/openjdk

@@ -1,78 +1,78 @@
-# this file is generated via https://github.com/docker-library/openjdk/blob/4365c863956250d758341b86035862b111269ed9/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/openjdk/blob/072171f6298a3c360f26de25291a45f082d36bca/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/openjdk.git
 
-Tags: 10-ea-32-jre-experimental, 10-ea-jre-experimental, 10-jre-experimental, 10-ea-32-jre, 10-ea-jre, 10-jre
+Tags: 10-ea-46-jre-experimental, 10-ea-jre-experimental, 10-jre-experimental, 10-ea-46-jre, 10-ea-jre, 10-jre
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4365c863956250d758341b86035862b111269ed9
+GitCommit: f9c46dc617c9fab69f8fe427a3e3e1523bda461f
 Directory: 10-jre
 
-Tags: 10-ea-32-jre-slim-experimental, 10-ea-jre-slim-experimental, 10-jre-slim-experimental, 10-ea-32-jre-slim, 10-ea-jre-slim, 10-jre-slim
+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
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4365c863956250d758341b86035862b111269ed9
+GitCommit: f9c46dc617c9fab69f8fe427a3e3e1523bda461f
 Directory: 10-jre/slim
 
-Tags: 10-ea-32-jdk-experimental, 10-ea-32-experimental, 10-ea-jdk-experimental, 10-ea-experimental, 10-jdk-experimental, 10-experimental, 10-ea-32-jdk, 10-ea-32, 10-ea-jdk, 10-ea, 10-jdk, 10
+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
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4365c863956250d758341b86035862b111269ed9
+GitCommit: f9c46dc617c9fab69f8fe427a3e3e1523bda461f
 Directory: 10-jdk
 
-Tags: 10-ea-32-jdk-slim-experimental, 10-ea-32-slim-experimental, 10-ea-jdk-slim-experimental, 10-ea-slim-experimental, 10-jdk-slim-experimental, 10-slim-experimental, 10-ea-32-jdk-slim, 10-ea-32-slim, 10-ea-jdk-slim, 10-ea-slim, 10-jdk-slim, 10-slim
+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
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4365c863956250d758341b86035862b111269ed9
+GitCommit: f9c46dc617c9fab69f8fe427a3e3e1523bda461f
 Directory: 10-jdk/slim
 
-Tags: 9.0.1-11-jre-sid, 9.0.1-jre-sid, 9.0-jre-sid, 9-jre-sid, 9.0.1-11-jre, 9.0.1-jre, 9.0-jre, 9-jre
+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: a893fe3cd82757e7bccc0948c88bfee09bd916c3
+GitCommit: 01ca700a105984964865430aee1251932956925e
 Directory: 9-jre
 
-Tags: 9.0.1-11-jre-slim-sid, 9.0.1-jre-slim-sid, 9.0-jre-slim-sid, 9-jre-slim-sid, 9.0.1-11-jre-slim, 9.0.1-jre-slim, 9.0-jre-slim, 9-jre-slim
+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: a893fe3cd82757e7bccc0948c88bfee09bd916c3
+GitCommit: 01ca700a105984964865430aee1251932956925e
 Directory: 9-jre/slim
 
-Tags: 9.0.1-11-jdk-sid, 9.0.1-11-sid, 9.0.1-jdk-sid, 9.0.1-sid, 9.0-jdk-sid, 9.0-sid, 9-jdk-sid, 9-sid, 9.0.1-11-jdk, 9.0.1-11, 9.0.1-jdk, 9.0.1, 9.0-jdk, 9.0, 9-jdk, 9
+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: a893fe3cd82757e7bccc0948c88bfee09bd916c3
+GitCommit: 01ca700a105984964865430aee1251932956925e
 Directory: 9-jdk
 
-Tags: 9.0.1-11-jdk-slim-sid, 9.0.1-11-slim-sid, 9.0.1-jdk-slim-sid, 9.0.1-slim-sid, 9.0-jdk-slim-sid, 9.0-slim-sid, 9-jdk-slim-sid, 9-slim-sid, 9.0.1-11-jdk-slim, 9.0.1-11-slim, 9.0.1-jdk-slim, 9.0.1-slim, 9.0-jdk-slim, 9.0-slim, 9-jdk-slim, 9-slim
+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: a893fe3cd82757e7bccc0948c88bfee09bd916c3
+GitCommit: 01ca700a105984964865430aee1251932956925e
 Directory: 9-jdk/slim
 
-Tags: 9.0.1-jdk-windowsservercore-ltsc2016, 9.0.1-windowsservercore-ltsc2016, 9.0-jdk-windowsservercore-ltsc2016, 9.0-windowsservercore-ltsc2016, 9-jdk-windowsservercore-ltsc2016, 9-windowsservercore-ltsc2016
-SharedTags: 9.0.1-jdk-windowsservercore, 9.0.1-windowsservercore, 9.0-jdk-windowsservercore, 9.0-windowsservercore, 9-jdk-windowsservercore, 9-windowsservercore
+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: 873fb56728befef8ecaf8436c3a27fd239cba301
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 9-jdk/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 9.0.1-jdk-windowsservercore-1709, 9.0.1-windowsservercore-1709, 9.0-jdk-windowsservercore-1709, 9.0-windowsservercore-1709, 9-jdk-windowsservercore-1709, 9-windowsservercore-1709
-SharedTags: 9.0.1-jdk-windowsservercore, 9.0.1-windowsservercore, 9.0-jdk-windowsservercore, 9.0-windowsservercore, 9-jdk-windowsservercore, 9-windowsservercore
+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: 873fb56728befef8ecaf8436c3a27fd239cba301
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 9-jdk/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 9.0.1-jdk-nanoserver-sac2016, 9.0.1-nanoserver-sac2016, 9.0-jdk-nanoserver-sac2016, 9.0-nanoserver-sac2016, 9-jdk-nanoserver-sac2016, 9-nanoserver-sac2016
-SharedTags: 9.0.1-jdk-nanoserver, 9.0.1-nanoserver, 9.0-jdk-nanoserver, 9.0-nanoserver, 9-jdk-nanoserver, 9-nanoserver
+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: 873fb56728befef8ecaf8436c3a27fd239cba301
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 9-jdk/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
-Tags: 8u151-jre-stretch, 8-jre-stretch, jre-stretch, 8u151-jre, 8-jre, jre
+Tags: 8u162-jre-stretch, 8-jre-stretch, jre-stretch, 8u162-jre, 8-jre, jre
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a893fe3cd82757e7bccc0948c88bfee09bd916c3
+GitCommit: 1506887e16eba85b37dcf0a5ff8c9c2abe3fa9b7
 Directory: 8-jre
 
-Tags: 8u151-jre-slim-stretch, 8-jre-slim-stretch, jre-slim-stretch, 8u151-jre-slim, 8-jre-slim, jre-slim
+Tags: 8u162-jre-slim-stretch, 8-jre-slim-stretch, jre-slim-stretch, 8u162-jre-slim, 8-jre-slim, jre-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a893fe3cd82757e7bccc0948c88bfee09bd916c3
+GitCommit: 1506887e16eba85b37dcf0a5ff8c9c2abe3fa9b7
 Directory: 8-jre/slim
 
 Tags: 8u151-jre-alpine3.7, 8-jre-alpine3.7, jre-alpine3.7, 8u151-jre-alpine, 8-jre-alpine, jre-alpine
@@ -80,14 +80,14 @@ Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 2598f7123fce9ea870e67f8f9df745b2b49866c0
 Directory: 8-jre/alpine
 
-Tags: 8u151-jdk-stretch, 8u151-stretch, 8-jdk-stretch, 8-stretch, jdk-stretch, stretch, 8u151-jdk, 8u151, 8-jdk, 8, jdk, latest
+Tags: 8u162-jdk-stretch, 8u162-stretch, 8-jdk-stretch, 8-stretch, jdk-stretch, stretch, 8u162-jdk, 8u162, 8-jdk, 8, jdk, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a893fe3cd82757e7bccc0948c88bfee09bd916c3
+GitCommit: 1506887e16eba85b37dcf0a5ff8c9c2abe3fa9b7
 Directory: 8-jdk
 
-Tags: 8u151-jdk-slim-stretch, 8u151-slim-stretch, 8-jdk-slim-stretch, 8-slim-stretch, jdk-slim-stretch, slim-stretch, 8u151-jdk-slim, 8u151-slim, 8-jdk-slim, 8-slim, jdk-slim, slim
+Tags: 8u162-jdk-slim-stretch, 8u162-slim-stretch, 8-jdk-slim-stretch, 8-slim-stretch, jdk-slim-stretch, slim-stretch, 8u162-jdk-slim, 8u162-slim, 8-jdk-slim, 8-slim, jdk-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a893fe3cd82757e7bccc0948c88bfee09bd916c3
+GitCommit: 1506887e16eba85b37dcf0a5ff8c9c2abe3fa9b7
 Directory: 8-jdk/slim
 
 Tags: 8u151-jdk-alpine3.7, 8u151-alpine3.7, 8-jdk-alpine3.7, 8-alpine3.7, jdk-alpine3.7, alpine3.7, 8u151-jdk-alpine, 8u151-alpine, 8-jdk-alpine, 8-alpine, jdk-alpine, alpine
@@ -95,35 +95,35 @@ Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 2598f7123fce9ea870e67f8f9df745b2b49866c0
 Directory: 8-jdk/alpine
 
-Tags: 8u151-jdk-windowsservercore-ltsc2016, 8u151-windowsservercore-ltsc2016, 8-jdk-windowsservercore-ltsc2016, 8-windowsservercore-ltsc2016, jdk-windowsservercore-ltsc2016, windowsservercore-ltsc2016
-SharedTags: 8u151-jdk-windowsservercore, 8u151-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
+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
 Architectures: windows-amd64
-GitCommit: 873fb56728befef8ecaf8436c3a27fd239cba301
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 8-jdk/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 8u151-jdk-windowsservercore-1709, 8u151-windowsservercore-1709, 8-jdk-windowsservercore-1709, 8-windowsservercore-1709, jdk-windowsservercore-1709, windowsservercore-1709
-SharedTags: 8u151-jdk-windowsservercore, 8u151-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
+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
 Architectures: windows-amd64
-GitCommit: 873fb56728befef8ecaf8436c3a27fd239cba301
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 8-jdk/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 8u151-jdk-nanoserver-sac2016, 8u151-nanoserver-sac2016, 8-jdk-nanoserver-sac2016, 8-nanoserver-sac2016, jdk-nanoserver-sac2016, nanoserver-sac2016
-SharedTags: 8u151-jdk-nanoserver, 8u151-nanoserver, 8-jdk-nanoserver, 8-nanoserver, jdk-nanoserver, nanoserver
+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
 Architectures: windows-amd64
-GitCommit: 873fb56728befef8ecaf8436c3a27fd239cba301
+GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 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,37 +131,17 @@ 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
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 17d0f9f3411d82622c762163d85cc4a6ba69af95
 Directory: 7-jdk/alpine
-
-Tags: 6b38-jre-wheezy, 6-jre-wheezy, 6b38-jre, 6-jre
-Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: 80490366d49e6781e9dcb5dad8ebf0fb6ec04000
-Directory: 6-jre
-
-Tags: 6b38-jre-slim-wheezy, 6-jre-slim-wheezy, 6b38-jre-slim, 6-jre-slim
-Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: b4f29ba829765552239bd18f272fcdaf09eca259
-Directory: 6-jre/slim
-
-Tags: 6b38-jdk-wheezy, 6b38-wheezy, 6-jdk-wheezy, 6-wheezy, 6b38-jdk, 6b38, 6-jdk, 6
-Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: b4f29ba829765552239bd18f272fcdaf09eca259
-Directory: 6-jdk
-
-Tags: 6b38-jdk-slim-wheezy, 6b38-slim-wheezy, 6-jdk-slim-wheezy, 6-slim-wheezy, 6b38-jdk-slim, 6b38-slim, 6-jdk-slim, 6-slim
-Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: b4f29ba829765552239bd18f272fcdaf09eca259
-Directory: 6-jdk/slim

+ 5 - 4
library/opensuse

@@ -12,24 +12,25 @@ Constraints: !aufs
 Tags: 42.2
 Architectures: amd64
 GitFetch: refs/heads/openSUSE-Leap-42.2
-GitCommit: bc0b54b2fb7348797feed1e462fabb4ccfb91e2e
+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: 1bab895f6d556a12f450590eed385bac17965599
+GitCommit: 6252e7bc2a411b3c5cfd5ed3b74e5839f7f7615b
 amd64-Directory: x86_64/
 arm64v8-Directory: aarch64/
 ppc64le-Directory: ppc64le/
 
 # This is the multiarch section specific for openSUSE-Tumbleweed
 Tags: tumbleweed
-Architectures: amd64, arm64v8, ppc64le
+Architectures: amd64, arm64v8, ppc64le, s390x
 GitFetch: refs/heads/openSUSE-Tumbleweed
-GitCommit: 9f38c533d3dc71f57106364d5e4055fdbf268649
+GitCommit: 63f8c38ea523302fa8918fa0265f949075516a03
 amd64-Directory: x86_64/
 arm64v8-Directory: aarch64/
 ppc64le-Directory: ppc64le/
+s390x-Directory: s390x/
 

+ 19 - 3
library/oraclelinux

@@ -1,39 +1,55 @@
 Maintainers: Oracle Linux Product Team <[email protected]> (@Oracle)
-GitRepo: https://github.com/oracle/ol-container-images.git
+GitRepo: https://github.com/oracle/container-images.git
+GitCommit: 01a15ec99c7470a3391c691509db1759b41eaf66
 GitFetch: refs/heads/master
-GitCommit: d9ef39427435f87702beae3067c3d114c7581751 
+# https://github.com/oracle/container-images/tree/dist-amd64
+amd64-GitFetch: refs/heads/dist-amd64
+amd64-GitCommit: c095a9c65fab651863d61c30f00c3f5a289956b5
+# https://github.com/oracle/container-images/tree/dist-arm64v8
+arm64v8-GitFetch: refs/heads/dist-arm64v8
+arm64v8-GitCommit: 7bcb63b328d3d3722333a25b20c9098fb77dcace
 Constraints: !aufs
 
 Tags: 7-slim
+Architectures: amd64, arm64v8
 Directory: 7-slim
 
 Tags: latest, 7, 7.4
+Architectures: amd64, arm64v8
 Directory: 7.4
 
 Tags: 7.3
+Architectures: amd64
 Directory: 7.3
 
 Tags: 7.2
+Architectures: amd64
 Directory: 7.2
 
 Tags: 7.1
+Architectures: amd64
 Directory: 7.1
 
 Tags: 7.0
+Architectures: amd64
 Directory: 7.0
 
 Tags: 6-slim
+Architectures: amd64
 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
-

+ 5 - 5
library/orientdb

@@ -4,13 +4,13 @@
 
 2.1.25: git://github.com/orientechnologies/orientdb-docker@8a9633c19fa9c53a5446b9b62997ff389813e785 2.1
 
-2.2.31: git://github.com/orientechnologies/orientdb-docker@98c76824843b8c44944a14c5bd62af7e358af670 2.2/x86_64/alpine
+2.2.33: git://github.com/orientechnologies/orientdb-docker@2e7da48cbf270ba82d26be8f334cd4e3ab2c79aa 2.2/x86_64/alpine
 
-2.2.31-spatial: git://github.com/orientechnologies/orientdb-docker@98c76824843b8c44944a14c5bd62af7e358af670 2.2-spatial/x86_64/alpine
+2.2.33-spatial: git://github.com/orientechnologies/orientdb-docker@2e7da48cbf270ba82d26be8f334cd4e3ab2c79aa 2.2-spatial/x86_64/alpine
 
-3.0.0RC1: git://github.com/orientechnologies/orientdb-docker@e6855db21e0c4eb47db36f60a7b8a4d05ef5ffb4 3.0/x86_64/alpine
+3.0.0RC2: git://github.com/orientechnologies/orientdb-docker@122a4976eef7341c9c39f0050e41aec0468909a9 3.0/x86_64/alpine
 
-3.0.0RC1-spatial: git://github.com/orientechnologies/orientdb-docker@e6855db21e0c4eb47db36f60a7b8a4d05ef5ffb4 3.0-spatial/x86_64/alpine
+3.0.0RC2-spatial: git://github.com/orientechnologies/orientdb-docker@122a4976eef7341c9c39f0050e41aec0468909a9 3.0-spatial/x86_64/alpine
 
-latest: git://github.com/orientechnologies/orientdb-docker@98c76824843b8c44944a14c5bd62af7e358af670 2.2/x86_64/alpine
+latest: git://github.com/orientechnologies/orientdb-docker@2e7da48cbf270ba82d26be8f334cd4e3ab2c79aa 2.2/x86_64/alpine
 

+ 8 - 18
library/owncloud

@@ -4,32 +4,22 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/owncloud.git
 
-Tags: 10.0.4-apache, 10.0-apache, 10-apache, apache, 10.0.4, 10.0, 10, latest
+Tags: 10.0.7-apache, 10.0-apache, 10-apache, apache, 10.0.7, 10.0, 10, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 146a37ed55bb70778feef7f4ce5a8b56b8a4b3ce
+GitCommit: fb02c1c3e9566897f46a5be0f5d130168d80bc38
 Directory: 10.0/apache
 
-Tags: 10.0.4-fpm, 10.0-fpm, 10-fpm, fpm
+Tags: 10.0.7-fpm, 10.0-fpm, 10-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 146a37ed55bb70778feef7f4ce5a8b56b8a4b3ce
+GitCommit: fb02c1c3e9566897f46a5be0f5d130168d80bc38
 Directory: 10.0/fpm
 
-Tags: 9.1.7-apache, 9.1-apache, 9-apache, 9.1.7, 9.1, 9
+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: b916cdc2840cb63d6b4ede93e88826863b150b06
+GitCommit: 442797442454d08dfcfea3cbc6a079885d1888b6
 Directory: 9.1/apache
 
-Tags: 9.1.7-fpm, 9.1-fpm, 9-fpm
+Tags: 9.1.8-fpm, 9.1-fpm, 9-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b916cdc2840cb63d6b4ede93e88826863b150b06
+GitCommit: 442797442454d08dfcfea3cbc6a079885d1888b6
 Directory: 9.1/fpm
-
-Tags: 9.0.11-apache, 9.0-apache, 9.0.11, 9.0
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c98a6030224193c1fae590a3f1c1c27f6a6ed6bc
-Directory: 9.0/apache
-
-Tags: 9.0.11-fpm, 9.0-fpm
-Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c98a6030224193c1fae590a3f1c1c27f6a6ed6bc
-Directory: 9.0/fpm

+ 6 - 6
library/percona

@@ -4,14 +4,14 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/percona.git
 
-Tags: 5.7.20, 5.7, 5, latest
-GitCommit: 4ef7358aa77fb90c21003a61c09c6c4c8399284e
+Tags: 5.7.21, 5.7, 5, latest
+GitCommit: 34106a8d1325f2692826b98502b1c4760a716e9a
 Directory: 5.7
 
-Tags: 5.6.38, 5.6
-GitCommit: d05195d80f65146ba72189947097fefd1bcf694c
+Tags: 5.6.39, 5.6
+GitCommit: a3ba3b6a69a6c7a21e9ea2d4a5b746b9829039eb
 Directory: 5.6
 
-Tags: 5.5.58, 5.5
-GitCommit: 7b5f657baecb23a2638658e05ce9f466b181812c
+Tags: 5.5.59, 5.5
+GitCommit: 6b511c1afee7545d8e3ebe307d3186cf7c92bb2d
 Directory: 5.5

+ 24 - 6
library/photon

@@ -1,8 +1,26 @@
-# 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-20180302, 2.0, latest
+GitFetch: refs/heads/2.0-20180302
+GitCommit: 60a31d94ab00b0a517ae8ad5ec6e0cc9d1506dfe
+
+Tags: 2.0-20180227
+GitFetch: refs/heads/2.0-20180227
+GitCommit: d63ad9aa1564fe842a65f98f538ab97af1839d92
+
+Tags: 1.0-20180302, 1.0
+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.1-cli-stretch, 7.2-cli-stretch, 7-cli-stretch, cli-stretch, 7.2.1-stretch, 7.2-stretch, 7-stretch, stretch, 7.2.1-cli, 7.2-cli, 7-cli, cli, 7.2.1, 7.2, 7, latest
+Tags: 7.2.4-cli-stretch, 7.2-cli-stretch, 7-cli-stretch, cli-stretch, 7.2.4-stretch, 7.2-stretch, 7-stretch, stretch, 7.2.4-cli, 7.2-cli, 7-cli, cli, 7.2.4, 7.2, 7, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: f4baf0edbc4e05e241938c68bcc7c9635707583d
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/stretch/cli
 
-Tags: 7.2.1-apache-stretch, 7.2-apache-stretch, 7-apache-stretch, apache-stretch, 7.2.1-apache, 7.2-apache, 7-apache, apache
+Tags: 7.2.4-apache-stretch, 7.2-apache-stretch, 7-apache-stretch, apache-stretch, 7.2.4-apache, 7.2-apache, 7-apache, apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: f4baf0edbc4e05e241938c68bcc7c9635707583d
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/stretch/apache
 
-Tags: 7.2.1-fpm-stretch, 7.2-fpm-stretch, 7-fpm-stretch, fpm-stretch, 7.2.1-fpm, 7.2-fpm, 7-fpm, fpm
+Tags: 7.2.4-fpm-stretch, 7.2-fpm-stretch, 7-fpm-stretch, fpm-stretch, 7.2.4-fpm, 7.2-fpm, 7-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/stretch/fpm
 
-Tags: 7.2.1-zts-stretch, 7.2-zts-stretch, 7-zts-stretch, zts-stretch, 7.2.1-zts, 7.2-zts, 7-zts, zts
+Tags: 7.2.4-zts-stretch, 7.2-zts-stretch, 7-zts-stretch, zts-stretch, 7.2.4-zts, 7.2-zts, 7-zts, zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: f4baf0edbc4e05e241938c68bcc7c9635707583d
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/stretch/zts
 
-Tags: 7.2.1-cli-alpine3.7, 7.2-cli-alpine3.7, 7-cli-alpine3.7, cli-alpine3.7, 7.2.1-alpine3.7, 7.2-alpine3.7, 7-alpine3.7, alpine3.7
+Tags: 7.2.4-cli-alpine3.7, 7.2-cli-alpine3.7, 7-cli-alpine3.7, cli-alpine3.7, 7.2.4-alpine3.7, 7.2-alpine3.7, 7-alpine3.7, alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: f4baf0edbc4e05e241938c68bcc7c9635707583d
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/alpine3.7/cli
 
-Tags: 7.2.1-fpm-alpine3.7, 7.2-fpm-alpine3.7, 7-fpm-alpine3.7, fpm-alpine3.7
+Tags: 7.2.4-fpm-alpine3.7, 7.2-fpm-alpine3.7, 7-fpm-alpine3.7, fpm-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/alpine3.7/fpm
 
-Tags: 7.2.1-zts-alpine3.7, 7.2-zts-alpine3.7, 7-zts-alpine3.7, zts-alpine3.7
+Tags: 7.2.4-zts-alpine3.7, 7.2-zts-alpine3.7, 7-zts-alpine3.7, zts-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: f4baf0edbc4e05e241938c68bcc7c9635707583d
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/alpine3.7/zts
 
-Tags: 7.2.1-cli-alpine3.6, 7.2-cli-alpine3.6, 7-cli-alpine3.6, cli-alpine3.6, 7.2.1-alpine3.6, 7.2-alpine3.6, 7-alpine3.6, alpine3.6, 7.2.1-cli-alpine, 7.2-cli-alpine, 7-cli-alpine, cli-alpine, 7.2.1-alpine, 7.2-alpine, 7-alpine, alpine
+Tags: 7.2.4-cli-alpine3.6, 7.2-cli-alpine3.6, 7-cli-alpine3.6, cli-alpine3.6, 7.2.4-alpine3.6, 7.2-alpine3.6, 7-alpine3.6, alpine3.6, 7.2.4-cli-alpine, 7.2-cli-alpine, 7-cli-alpine, cli-alpine, 7.2.4-alpine, 7.2-alpine, 7-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: f4baf0edbc4e05e241938c68bcc7c9635707583d
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/alpine3.6/cli
 
-Tags: 7.2.1-fpm-alpine3.6, 7.2-fpm-alpine3.6, 7-fpm-alpine3.6, fpm-alpine3.6, 7.2.1-fpm-alpine, 7.2-fpm-alpine, 7-fpm-alpine, fpm-alpine
+Tags: 7.2.4-fpm-alpine3.6, 7.2-fpm-alpine3.6, 7-fpm-alpine3.6, fpm-alpine3.6, 7.2.4-fpm-alpine, 7.2-fpm-alpine, 7-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/alpine3.6/fpm
 
-Tags: 7.2.1-zts-alpine3.6, 7.2-zts-alpine3.6, 7-zts-alpine3.6, zts-alpine3.6, 7.2.1-zts-alpine, 7.2-zts-alpine, 7-zts-alpine, zts-alpine
+Tags: 7.2.4-zts-alpine3.6, 7.2-zts-alpine3.6, 7-zts-alpine3.6, zts-alpine3.6, 7.2.4-zts-alpine, 7.2-zts-alpine, 7-zts-alpine, zts-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: f4baf0edbc4e05e241938c68bcc7c9635707583d
+GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
 Directory: 7.2/alpine3.6/zts
 
-Tags: 7.1.13-cli-jessie, 7.1-cli-jessie, 7.1.13-jessie, 7.1-jessie, 7.1.13-cli, 7.1-cli, 7.1.13, 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: 6be205eee15aed27706a958379cec836fe305017
+GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
 Directory: 7.1/jessie/cli
 
-Tags: 7.1.13-apache-jessie, 7.1-apache-jessie, 7.1.13-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: 6be205eee15aed27706a958379cec836fe305017
+GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
 Directory: 7.1/jessie/apache
 
-Tags: 7.1.13-fpm-jessie, 7.1-fpm-jessie, 7.1.13-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: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
 Directory: 7.1/jessie/fpm
 
-Tags: 7.1.13-zts-jessie, 7.1-zts-jessie, 7.1.13-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: 6be205eee15aed27706a958379cec836fe305017
+GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
 Directory: 7.1/jessie/zts
 
-Tags: 7.1.13-cli-alpine3.4, 7.1-cli-alpine3.4, 7.1.13-alpine3.4, 7.1-alpine3.4, 7.1.13-cli-alpine, 7.1-cli-alpine, 7.1.13-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: 6be205eee15aed27706a958379cec836fe305017
+GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
 Directory: 7.1/alpine3.4/cli
 
-Tags: 7.1.13-fpm-alpine3.4, 7.1-fpm-alpine3.4, 7.1.13-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: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
 Directory: 7.1/alpine3.4/fpm
 
-Tags: 7.1.13-zts-alpine3.4, 7.1-zts-alpine3.4, 7.1.13-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: 6be205eee15aed27706a958379cec836fe305017
+GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
 Directory: 7.1/alpine3.4/zts
 
-Tags: 7.0.27-cli-jessie, 7.0-cli-jessie, 7.0.27-jessie, 7.0-jessie, 7.0.27-cli, 7.0-cli, 7.0.27, 7.0
+Tags: 7.0.29-cli-jessie, 7.0-cli-jessie, 7.0.29-jessie, 7.0-jessie, 7.0.29-cli, 7.0-cli, 7.0.29, 7.0
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2eb7af007026493eb02f5e87c082ab78543a1f2d
+GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
 Directory: 7.0/jessie/cli
 
-Tags: 7.0.27-apache-jessie, 7.0-apache-jessie, 7.0.27-apache, 7.0-apache
+Tags: 7.0.29-apache-jessie, 7.0-apache-jessie, 7.0.29-apache, 7.0-apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2eb7af007026493eb02f5e87c082ab78543a1f2d
+GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
 Directory: 7.0/jessie/apache
 
-Tags: 7.0.27-fpm-jessie, 7.0-fpm-jessie, 7.0.27-fpm, 7.0-fpm
+Tags: 7.0.29-fpm-jessie, 7.0-fpm-jessie, 7.0.29-fpm, 7.0-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
 Directory: 7.0/jessie/fpm
 
-Tags: 7.0.27-zts-jessie, 7.0-zts-jessie, 7.0.27-zts, 7.0-zts
+Tags: 7.0.29-zts-jessie, 7.0-zts-jessie, 7.0.29-zts, 7.0-zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2eb7af007026493eb02f5e87c082ab78543a1f2d
+GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
 Directory: 7.0/jessie/zts
 
-Tags: 7.0.27-cli-alpine3.4, 7.0-cli-alpine3.4, 7.0.27-alpine3.4, 7.0-alpine3.4, 7.0.27-cli-alpine, 7.0-cli-alpine, 7.0.27-alpine, 7.0-alpine
+Tags: 7.0.29-cli-alpine3.4, 7.0-cli-alpine3.4, 7.0.29-alpine3.4, 7.0-alpine3.4, 7.0.29-cli-alpine, 7.0-cli-alpine, 7.0.29-alpine, 7.0-alpine
 Architectures: amd64
-GitCommit: 2eb7af007026493eb02f5e87c082ab78543a1f2d
+GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
 Directory: 7.0/alpine3.4/cli
 
-Tags: 7.0.27-fpm-alpine3.4, 7.0-fpm-alpine3.4, 7.0.27-fpm-alpine, 7.0-fpm-alpine
+Tags: 7.0.29-fpm-alpine3.4, 7.0-fpm-alpine3.4, 7.0.29-fpm-alpine, 7.0-fpm-alpine
 Architectures: amd64
-GitCommit: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
 Directory: 7.0/alpine3.4/fpm
 
-Tags: 7.0.27-zts-alpine3.4, 7.0-zts-alpine3.4, 7.0.27-zts-alpine, 7.0-zts-alpine
+Tags: 7.0.29-zts-alpine3.4, 7.0-zts-alpine3.4, 7.0.29-zts-alpine, 7.0-zts-alpine
 Architectures: amd64
-GitCommit: 2eb7af007026493eb02f5e87c082ab78543a1f2d
+GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
 Directory: 7.0/alpine3.4/zts
 
-Tags: 5.6.33-cli-jessie, 5.6-cli-jessie, 5-cli-jessie, 5.6.33-jessie, 5.6-jessie, 5-jessie, 5.6.33-cli, 5.6-cli, 5-cli, 5.6.33, 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: a37af189869968236a8b832beac950b78b26b471
+GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
 Directory: 5.6/jessie/cli
 
-Tags: 5.6.33-apache-jessie, 5.6-apache-jessie, 5-apache-jessie, 5.6.33-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: a37af189869968236a8b832beac950b78b26b471
+GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
 Directory: 5.6/jessie/apache
 
-Tags: 5.6.33-fpm-jessie, 5.6-fpm-jessie, 5-fpm-jessie, 5.6.33-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: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
 Directory: 5.6/jessie/fpm
 
-Tags: 5.6.33-zts-jessie, 5.6-zts-jessie, 5-zts-jessie, 5.6.33-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: a37af189869968236a8b832beac950b78b26b471
+GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
 Directory: 5.6/jessie/zts
 
-Tags: 5.6.33-cli-alpine3.4, 5.6-cli-alpine3.4, 5-cli-alpine3.4, 5.6.33-alpine3.4, 5.6-alpine3.4, 5-alpine3.4, 5.6.33-cli-alpine, 5.6-cli-alpine, 5-cli-alpine, 5.6.33-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: a37af189869968236a8b832beac950b78b26b471
+GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
 Directory: 5.6/alpine3.4/cli
 
-Tags: 5.6.33-fpm-alpine3.4, 5.6-fpm-alpine3.4, 5-fpm-alpine3.4, 5.6.33-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: 57b41cfc2d1e07acab2e60d59a0cb19d83056fc1
+GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
 Directory: 5.6/alpine3.4/fpm
 
-Tags: 5.6.33-zts-alpine3.4, 5.6-zts-alpine3.4, 5-zts-alpine3.4, 5.6.33-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: a37af189869968236a8b832beac950b78b26b471
+GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
 Directory: 5.6/alpine3.4/zts

+ 2 - 2
library/piwik

@@ -3,9 +3,9 @@ Maintainers: Pierre Ozoux <[email protected]> (@pierreozoux)
 GitRepo: https://github.com/piwik/docker-piwik.git
 
 Tags: 3.3.0-apache, 3.3-apache, 3-apache, apache, 3.3.0, 3.3, 3, latest
-GitCommit: 7ac7fe7a33569545bb595dbc8f925c03a8b79e55
+GitCommit: f2d71a5128a243c2791d1626b10d6637a5a40ced
 Directory: apache
 
 Tags: 3.3.0-fpm, 3.3-fpm, 3-fpm, fpm
-GitCommit: 7ac7fe7a33569545bb595dbc8f925c03a8b79e55
+GitCommit: f2d71a5128a243c2791d1626b10d6637a5a40ced
 Directory: fpm

+ 20 - 20
library/postgres

@@ -4,52 +4,52 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/postgres.git
 
-Tags: 10.1, 10, latest
+Tags: 10.3, 10, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1805adb0693d9602bfb19b6bf2583b311c43b749
+GitCommit: 0aaaf2094034647a552f0b1ec63b1b0ec0f6c2cc
 Directory: 10
 
-Tags: 10.1-alpine, 10-alpine, alpine
+Tags: 10.3-alpine, 10-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 1805adb0693d9602bfb19b6bf2583b311c43b749
+GitCommit: f7f1e59c55bcce36cfbe7ab4604f439eb8721611
 Directory: 10/alpine
 
-Tags: 9.6.6, 9.6, 9
+Tags: 9.6.8, 9.6, 9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 82e8101ff612b492507f4efc2120963b29f4188d
+GitCommit: 7f18547f3779e8593e2bb35f21eba5baadc47290
 Directory: 9.6
 
-Tags: 9.6.6-alpine, 9.6-alpine, 9-alpine
+Tags: 9.6.8-alpine, 9.6-alpine, 9-alpine
 Architectures: amd64
-GitCommit: 3d152d1a0d08cf52a1392b58243ff3c423588ccc
+GitCommit: 65ed6d7deebc81377154f1c841b1b156c63dfb19
 Directory: 9.6/alpine
 
-Tags: 9.5.10, 9.5
+Tags: 9.5.12, 9.5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b84ddd1619ee3a7f6e318bb9ac33f39818b3b548
+GitCommit: 07ae979980f889e83ee8f4afc1fee09fdb663ab3
 Directory: 9.5
 
-Tags: 9.5.10-alpine, 9.5-alpine
+Tags: 9.5.12-alpine, 9.5-alpine
 Architectures: amd64
-GitCommit: 5a690fbbe0f256b916a01afee293e8b2dfd3ad8d
+GitCommit: 7063c608f7845a56d343e71540f92b5cdd2a543b
 Directory: 9.5/alpine
 
-Tags: 9.4.15, 9.4
+Tags: 9.4.17, 9.4
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 3001d13fcac68cf9f8b0217eafdad8e83c41907c
+GitCommit: 61e369ce3738e38386fa01ce4809c2304e76257c
 Directory: 9.4
 
-Tags: 9.4.15-alpine, 9.4-alpine
+Tags: 9.4.17-alpine, 9.4-alpine
 Architectures: amd64
-GitCommit: cd2cafec4e998847fd2b10f08cc3444a2116e6d5
+GitCommit: 34b633b01ddcb6473e543a2e3a1ff0e2978670cb
 Directory: 9.4/alpine
 
-Tags: 9.3.20, 9.3
+Tags: 9.3.22, 9.3
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4af033ebfe50d33214c32be78c52f2693769fb14
+GitCommit: e3c9133ac3bde0aca094b616654309f3377124f2
 Directory: 9.3
 
-Tags: 9.3.20-alpine, 9.3-alpine
+Tags: 9.3.22-alpine, 9.3-alpine
 Architectures: amd64
-GitCommit: 881448bf624ca3f461f7ddd234c198ba23aea1fe
+GitCommit: 40158e3e1eab19a8faceef3f31c50869c964223c
 Directory: 9.3/alpine

+ 2 - 2
library/pypy

@@ -16,10 +16,10 @@ Directory: 2/slim
 
 Tags: 3-5.10.1, 3-5.10, 3-5, 3, latest
 Architectures: amd64, arm32v5, i386
-GitCommit: b8683312287c8972c23f43c756decd14e69f1f5c
+GitCommit: 90d6f08b46c99c7cccae534f4ba003c132cc1afe
 Directory: 3
 
 Tags: 3-5.10.1-slim, 3-5.10-slim, 3-5-slim, 3-slim, slim
 Architectures: amd64, arm32v5, i386
-GitCommit: b8683312287c8972c23f43c756decd14e69f1f5c
+GitCommit: 90d6f08b46c99c7cccae534f4ba003c132cc1afe
 Directory: 3/slim

+ 63 - 77
library/python

@@ -4,171 +4,157 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/python.git
 
-Tags: 3.7.0a4-stretch, 3.7-rc-stretch, rc-stretch
-SharedTags: 3.7.0a4, 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: 2f73f58fb5ad731616109e0b8ed6367a0d474c52
+GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
 Directory: 3.7-rc/stretch
 
-Tags: 3.7.0a4-slim-stretch, 3.7-rc-slim-stretch, rc-slim-stretch, 3.7.0a4-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: 2f73f58fb5ad731616109e0b8ed6367a0d474c52
+GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
 Directory: 3.7-rc/stretch/slim
 
-Tags: 3.7.0a4-alpine3.7, 3.7-rc-alpine3.7, rc-alpine3.7, 3.7.0a4-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: 2f73f58fb5ad731616109e0b8ed6367a0d474c52
+GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
 Directory: 3.7-rc/alpine3.7
 
-Tags: 3.7.0a4-windowsservercore-ltsc2016, 3.7-rc-windowsservercore-ltsc2016, rc-windowsservercore-ltsc2016
-SharedTags: 3.7.0a4-windowsservercore, 3.7-rc-windowsservercore, rc-windowsservercore, 3.7.0a4, 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: 2f73f58fb5ad731616109e0b8ed6367a0d474c52
+GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
 Directory: 3.7-rc/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 3.7.0a4-windowsservercore-1709, 3.7-rc-windowsservercore-1709, rc-windowsservercore-1709
-SharedTags: 3.7.0a4-windowsservercore, 3.7-rc-windowsservercore, rc-windowsservercore, 3.7.0a4, 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: 2f73f58fb5ad731616109e0b8ed6367a0d474c52
+GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: e48c9718ef52d14df2ac46e674b0fb55523d8284
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
 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: a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d
+GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
 Directory: 3.6/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 3.5.4-jessie, 3.5-jessie
-SharedTags: 3.5.4, 3.5
+Tags: 3.5.5-jessie, 3.5-jessie
+SharedTags: 3.5.5, 3.5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 6ebbaa8a56cdf4021c78e87b3872be3861ac072a
+GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
 Directory: 3.5/jessie
 
-Tags: 3.5.4-slim-jessie, 3.5-slim-jessie, 3.5.4-slim, 3.5-slim
+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: a4ce69de053337ec22d7f322cd997398eeba2350
+GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
 Directory: 3.5/jessie/slim
 
-Tags: 3.5.4-onbuild, 3.5-onbuild
+Tags: 3.5.5-onbuild, 3.5-onbuild
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: f12c2df135aef8c3f645d90aae582b2c65dbc3b5
 Directory: 3.5/jessie/onbuild
 
-Tags: 3.5.4-alpine3.4, 3.5-alpine3.4, 3.5.4-alpine, 3.5-alpine
+Tags: 3.5.5-alpine3.4, 3.5-alpine3.4, 3.5.5-alpine, 3.5-alpine
 Architectures: amd64
-GitCommit: 8717dc2523c8093990cb958bb8c47ade6f851c05
+GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
 Directory: 3.5/alpine3.4
 
-Tags: 3.5.4-windowsservercore-ltsc2016, 3.5-windowsservercore-ltsc2016
-SharedTags: 3.5.4-windowsservercore, 3.5-windowsservercore, 3.5.4, 3.5
-Architectures: windows-amd64
-GitCommit: ce648832b041293fa3542af884ac5a44a67354d3
-Directory: 3.5/windows/windowsservercore-ltsc2016
-Constraints: windowsservercore-ltsc2016
-
-Tags: 3.5.4-windowsservercore-1709, 3.5-windowsservercore-1709
-SharedTags: 3.5.4-windowsservercore, 3.5-windowsservercore, 3.5.4, 3.5
-Architectures: windows-amd64
-GitCommit: ce648832b041293fa3542af884ac5a44a67354d3
-Directory: 3.5/windows/windowsservercore-1709
-Constraints: windowsservercore-1709
-
-Tags: 3.4.7-jessie, 3.4-jessie
-SharedTags: 3.4.7, 3.4
+Tags: 3.4.8-jessie, 3.4-jessie
+SharedTags: 3.4.8, 3.4
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 27516b7347b3236a3accd4b2e1242a53fb54d04c
+GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
 Directory: 3.4/jessie
 
-Tags: 3.4.7-slim-jessie, 3.4-slim-jessie, 3.4.7-slim, 3.4-slim
+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: a4ce69de053337ec22d7f322cd997398eeba2350
+GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
 Directory: 3.4/jessie/slim
 
-Tags: 3.4.7-onbuild, 3.4-onbuild
+Tags: 3.4.8-onbuild, 3.4-onbuild
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: f12c2df135aef8c3f645d90aae582b2c65dbc3b5
 Directory: 3.4/jessie/onbuild
 
-Tags: 3.4.7-wheezy, 3.4-wheezy
+Tags: 3.4.8-wheezy, 3.4-wheezy
 Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: 27516b7347b3236a3accd4b2e1242a53fb54d04c
+GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
 Directory: 3.4/wheezy
 
-Tags: 3.4.7-alpine3.4, 3.4-alpine3.4, 3.4.7-alpine, 3.4-alpine
+Tags: 3.4.8-alpine3.4, 3.4-alpine3.4, 3.4.8-alpine, 3.4-alpine
 Architectures: amd64
-GitCommit: 8717dc2523c8093990cb958bb8c47ade6f851c05
+GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
 Directory: 3.4/alpine3.4
 
 Tags: 2.7.14-stretch, 2.7-stretch, 2-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: b1512ead24c6b111506a8d4229134a29da240597
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 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: a4ce69de053337ec22d7f322cd997398eeba2350
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 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: b1512ead24c6b111506a8d4229134a29da240597
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 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: a4ce69de053337ec22d7f322cd997398eeba2350
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 Directory: 2.7/jessie/slim
 
 Tags: 2.7.14-onbuild, 2.7-onbuild, 2-onbuild
@@ -178,34 +164,34 @@ Directory: 2.7/jessie/onbuild
 
 Tags: 2.7.14-wheezy, 2.7-wheezy, 2-wheezy
 Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: b1512ead24c6b111506a8d4229134a29da240597
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 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: f45e1fb3d57ccce5042d22f4fb618c4dc56d1819
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 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: 8717dc2523c8093990cb958bb8c47ade6f851c05
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 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: 8717dc2523c8093990cb958bb8c47ade6f851c05
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 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: ce648832b041293fa3542af884ac5a44a67354d3
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 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: ce648832b041293fa3542af884ac5a44a67354d3
+GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
 Directory: 2.7/windows/windowsservercore-1709
 Constraints: windowsservercore-1709

+ 2 - 2
library/r-base

@@ -1,5 +1,5 @@
 # maintainer: "Carl Boettiger" <[email protected]> (@cboettig)
 # maintainer: "Dirk Eddelbuettel" <[email protected]> (@eddelbuettel)
 
-3.4.3: git://github.com/rocker-org/rocker@3019a8c8c29d9337c23e30ef42fa0c6677a0e264 r-base
-latest: git://github.com/rocker-org/rocker@3019a8c8c29d9337c23e30ef42fa0c6677a0e264 r-base
+3.4.4: git://github.com/rocker-org/rocker@151274f9052f874034489769b94eba834309dc5d r-base
+latest: git://github.com/rocker-org/rocker@151274f9052f874034489769b94eba834309dc5d r-base

+ 14 - 14
library/rabbitmq

@@ -4,42 +4,42 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/rabbitmq.git
 
-Tags: 3.7.3-rc.1, 3.7-rc
+Tags: 3.7.4-rc.4, 3.7-rc
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: dab7fec58190fd07f000fa08b7f7de793895c373
+GitCommit: 828d5ed824b9c49a9696755a3872c3d45ac81bd8
 Directory: 3.7-rc/debian
 
-Tags: 3.7.3-rc.1-management, 3.7-rc-management
+Tags: 3.7.4-rc.4-management, 3.7-rc-management
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 501a83a7b54f4b151e6ad9eae37602b964b1f5d0
+GitCommit: da06cbdbe9e89305b2650a782af06f96004a894e
 Directory: 3.7-rc/debian/management
 
-Tags: 3.7.3-rc.1-alpine, 3.7-rc-alpine
+Tags: 3.7.4-rc.4-alpine, 3.7-rc-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 501a83a7b54f4b151e6ad9eae37602b964b1f5d0
+GitCommit: ef175ca799b6cee50f04e464271a610cbd3d2e69
 Directory: 3.7-rc/alpine
 
-Tags: 3.7.3-rc.1-management-alpine, 3.7-rc-management-alpine
+Tags: 3.7.4-rc.4-management-alpine, 3.7-rc-management-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 501a83a7b54f4b151e6ad9eae37602b964b1f5d0
+GitCommit: da06cbdbe9e89305b2650a782af06f96004a894e
 Directory: 3.7-rc/alpine/management
 
-Tags: 3.7.2, 3.7, 3, latest
+Tags: 3.7.4, 3.7, 3, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 79b144f64991538d29f8c071270d157a5bf7a9b7
+GitCommit: 1a37166704d2ca7c386980387e81615985d5db47
 Directory: 3.7/debian
 
-Tags: 3.7.2-management, 3.7-management, 3-management, management
+Tags: 3.7.4-management, 3.7-management, 3-management, management
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 4b2b11c59ee65c2a09616b163d4572559a86bb7b
 Directory: 3.7/debian/management
 
-Tags: 3.7.2-alpine, 3.7-alpine, 3-alpine, alpine
+Tags: 3.7.4-alpine, 3.7-alpine, 3-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 31a69457c8adbe0d7fe7e33afeaa95e4faf2b73e
+GitCommit: 94de3d0908514407dfa02a61aa37642a1884de45
 Directory: 3.7/alpine
 
-Tags: 3.7.2-management-alpine, 3.7-management-alpine, 3-management-alpine, management-alpine
+Tags: 3.7.4-management-alpine, 3.7-management-alpine, 3-management-alpine, management-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 4b2b11c59ee65c2a09616b163d4572559a86bb7b
 Directory: 3.7/alpine/management

+ 2 - 2
library/rakudo-star

@@ -1,5 +1,5 @@
 # maintainer: Rob Hoelz <robAThoelz.ro> (@hoelzro)
 
-2017.10:  git://github.com/perl6/docker@1be22e4dea6aefa7d0712a1cb13b2b4d9541f600
+2018.01:  git://github.com/perl6/docker@887c06b76fe720335ce31d4f17c8ac8f4b05d489
 
-latest:  git://github.com/perl6/docker@1be22e4dea6aefa7d0712a1cb13b2b4d9541f600
+latest:  git://github.com/perl6/docker@887c06b76fe720335ce31d4f17c8ac8f4b05d489

+ 7 - 7
library/redis

@@ -16,20 +16,20 @@ Directory: 3.2/32bit
 
 Tags: 3.2.11-alpine, 3.2-alpine, 3-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 99a06c057297421f9ea46934c342a2fc00644c4f
+GitCommit: 3f69a5c2109cd8099126548bda5d6983dec02dcf
 Directory: 3.2/alpine
 
-Tags: 4.0.6, 4.0, 4, latest
+Tags: 4.0.9, 4.0, 4, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9c63bd5fc7b52cc3d8f3441a660a593028a0ed15
+GitCommit: 1e20bfbe22f999959f8997a823fa1ed5784fd8cc
 Directory: 4.0
 
-Tags: 4.0.6-32bit, 4.0-32bit, 4-32bit, 32bit
+Tags: 4.0.9-32bit, 4.0-32bit, 4-32bit, 32bit
 Architectures: amd64
-GitCommit: 9c63bd5fc7b52cc3d8f3441a660a593028a0ed15
+GitCommit: 1e20bfbe22f999959f8997a823fa1ed5784fd8cc
 Directory: 4.0/32bit
 
-Tags: 4.0.6-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: 9c63bd5fc7b52cc3d8f3441a660a593028a0ed15
+GitCommit: 1e20bfbe22f999959f8997a823fa1ed5784fd8cc
 Directory: 4.0/alpine

+ 3 - 3
library/redmine

@@ -10,7 +10,7 @@ GitCommit: 86a208cc744d9743a219973ba2ab675f6718bec4
 Directory: 3.4
 
 Tags: 3.4.4-passenger, 3.4-passenger, 3-passenger, passenger
-GitCommit: 1c1b50f263969b2214ba772bca3a72d3a403b517
+GitCommit: e5a95c0ca089652541f12d9008d9be6332f59899
 Directory: 3.4/passenger
 
 Tags: 3.3.6, 3.3
@@ -19,7 +19,7 @@ GitCommit: 1a66905d6ed69f74e74e6b48fedb39f8e3bff949
 Directory: 3.3
 
 Tags: 3.3.6-passenger, 3.3-passenger
-GitCommit: 1c1b50f263969b2214ba772bca3a72d3a403b517
+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: 1c1b50f263969b2214ba772bca3a72d3a403b517
+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.60.4, 0.60, 0, latest
-GitCommit: 056f6c33b7fad8a9a6167734b5e748b61c0cf063
+Tags: 0.63.0, 0.63, 0, latest
+GitCommit: c76db6d89aff8ec3624be938d408950c00b4fdee

+ 1 - 50
library/ros

@@ -28,33 +28,6 @@ GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
 Directory: ros/indigo/ubuntu/trusty/perception
 
 
-################################################################################
-# Release: jade
-
-########################################
-# Distro: ubuntu:trusty
-
-Tags: jade-ros-core, jade-ros-core-trusty
-Architectures: amd64, arm32v7
-GitCommit: dbda2abfbee89ebab4b33bdb1cfaec6dc36a3822
-Directory: ros/jade/ubuntu/trusty/ros-core
-
-Tags: jade-ros-base, jade-ros-base-trusty, jade
-Architectures: amd64, arm32v7
-GitCommit: dbda2abfbee89ebab4b33bdb1cfaec6dc36a3822
-Directory: ros/jade/ubuntu/trusty/ros-base
-
-Tags: jade-robot, jade-robot-trusty
-Architectures: amd64, arm32v7
-GitCommit: dbda2abfbee89ebab4b33bdb1cfaec6dc36a3822
-Directory: ros/jade/ubuntu/trusty/robot
-
-Tags: jade-perception, jade-perception-trusty
-Architectures: amd64, arm32v7
-GitCommit: dbda2abfbee89ebab4b33bdb1cfaec6dc36a3822
-Directory: ros/jade/ubuntu/trusty/perception
-
-
 ################################################################################
 # Release: kinetic
 
@@ -131,29 +104,6 @@ Architectures: amd64, arm32v7, arm64v8
 GitCommit: 5399f380af0a7735405a4b6a07c6c40b867563bd
 Directory: ros/lunar/ubuntu/xenial/perception
 
-########################################
-# Distro: ubuntu:zesty
-
-Tags: lunar-ros-core-zesty
-Architectures: amd64
-GitCommit: 4cfa1c7fd7e4f6ec638d1615f12133edbc100731
-Directory: ros/lunar/ubuntu/zesty/ros-core
-
-Tags: lunar-ros-base-zesty
-Architectures: amd64
-GitCommit: 4cfa1c7fd7e4f6ec638d1615f12133edbc100731
-Directory: ros/lunar/ubuntu/zesty/ros-base
-
-Tags: lunar-robot-zesty
-Architectures: amd64
-GitCommit: 4cfa1c7fd7e4f6ec638d1615f12133edbc100731
-Directory: ros/lunar/ubuntu/zesty/robot
-
-Tags: lunar-perception-zesty
-Architectures: amd64
-GitCommit: 4cfa1c7fd7e4f6ec638d1615f12133edbc100731
-Directory: ros/lunar/ubuntu/zesty/perception
-
 ########################################
 # Distro: debian:stretch
 
@@ -176,3 +126,4 @@ Tags: lunar-perception-stretch
 Architectures: amd64, arm64v8
 GitCommit: 3e8b29c44f02c85b71a156be51c94902d4092929
 Directory: ros/lunar/debian/stretch/perception
+

+ 60 - 35
library/ruby

@@ -4,97 +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: e5d5ed23036c66c5797c39e0e156de5d006dbfc0
+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: e5d5ed23036c66c5797c39e0e156de5d006dbfc0
+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: e5d5ed23036c66c5797c39e0e156de5d006dbfc0
+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: 1d0fe6a9d5c75d8a114fb03016f528d68c613d80
+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: 1d0fe6a9d5c75d8a114fb03016f528d68c613d80
+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: 1d0fe6a9d5c75d8a114fb03016f528d68c613d80
+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: 1d0fe6a9d5c75d8a114fb03016f528d68c613d80
+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: 1d0fe6a9d5c75d8a114fb03016f528d68c613d80
+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: 1d0fe6a9d5c75d8a114fb03016f528d68c613d80
+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: 1d0fe6a9d5c75d8a114fb03016f528d68c613d80
+GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/alpine3.4
 
-Tags: 2.3.6-jessie, 2.3-jessie, 2.3.6, 2.3
+Tags: 2.3.7-stretch, 2.3-stretch
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 78ecfcb108930a94eded6dfe1be50246052dc632
+Directory: 2.3/stretch
+
+Tags: 2.3.7-slim-stretch, 2.3-slim-stretch
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 78ecfcb108930a94eded6dfe1be50246052dc632
+Directory: 2.3/stretch/slim
+
+Tags: 2.3.7-jessie, 2.3-jessie, 2.3.7, 2.3
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9ef6f79b6a6aeab1856a8c890bbb16b1dd5e0745
+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: 9ef6f79b6a6aeab1856a8c890bbb16b1dd5e0745
+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: 9ef6f79b6a6aeab1856a8c890bbb16b1dd5e0745
+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: c441f3dcacc103f0ebea5f0d9fd2ad773516e7ad
+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: c441f3dcacc103f0ebea5f0d9fd2ad773516e7ad
+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: c441f3dcacc103f0ebea5f0d9fd2ad773516e7ad
+GitCommit: e48cb2431e5cdcd99ce8d8c236d7b73e7d4452f2
 Directory: 2.2/alpine3.4

+ 7 - 7
library/rust

@@ -1,14 +1,14 @@
-# this file is generated via https://github.com/rust-lang-nursery/docker-rust/blob/4bb6465d70c5ff26d58493d4cc575501704dfbb9/generate-stackbrew-library.sh
+# this file is generated via https://github.com/rust-lang-nursery/docker-rust/blob/f18cebe3699016a654da86212fa90afaea7431a1/generate-stackbrew-library.sh
 
 Maintainers: Steven Fackler <[email protected]> (@sfackler)
 GitRepo: https://github.com/rust-lang-nursery/docker-rust.git
 
-Tags: 1.23.0-stretch, 1-stretch, 1.23-stretch, stretch, 1.23.0, 1, 1.23, 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: e382ab252c238ab77f0b6e45b0705ba94b4e9e1d
-Directory: 1.23.0/stretch
+GitCommit: f18cebe3699016a654da86212fa90afaea7431a1
+Directory: 1.25.0/stretch
 
-Tags: 1.23.0-jessie, 1-jessie, 1.23-jessie, jessie
+Tags: 1.25.0-jessie, 1-jessie, 1.25-jessie, jessie
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: e382ab252c238ab77f0b6e45b0705ba94b4e9e1d
-Directory: 1.23.0/jessie
+GitCommit: f18cebe3699016a654da86212fa90afaea7431a1
+Directory: 1.25.0/jessie

+ 2 - 2
library/silverpeas

@@ -1,6 +1,6 @@
 Maintainers: Miguel Moquillon <[email protected]> (@mmoqui)
 GitRepo: https://github.com/Silverpeas/docker-silverpeas-prod.git
 
-Tags: 6.0-beta1, latest
-GitCommit: 03bd2800e83bf262d07b53f067758115fa6f05fc
+Tags: 6.0, latest
+GitCommit: 80bd9752fac5793594ddc80943ecdcf88e25f3b1
 

+ 2 - 2
library/sl

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

+ 15 - 15
library/solr

@@ -6,60 +6,60 @@ GitRepo: https://github.com/docker-solr/docker-solr.git
 
 Tags: 7.2.1, 7.2, 7, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 7.2
 
 Tags: 7.2.1-alpine, 7.2-alpine, 7-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 7.2/alpine
 
 Tags: 7.2.1-slim, 7.2-slim, 7-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 7.2/slim
 
 Tags: 7.1.0, 7.1
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 7.1
 
 Tags: 7.1.0-alpine, 7.1-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 7.1/alpine
 
 Tags: 7.1.0-slim, 7.1-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 7.1/slim
 
-Tags: 6.6.2, 6.6, 6
+Tags: 6.6.3, 6.6, 6
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 6.6
 
-Tags: 6.6.2-alpine, 6.6-alpine, 6-alpine
+Tags: 6.6.3-alpine, 6.6-alpine, 6-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 6.6/alpine
 
-Tags: 6.6.2-slim, 6.6-slim, 6-slim
+Tags: 6.6.3-slim, 6.6-slim, 6-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 6.6/slim
 
 Tags: 5.5.5, 5.5, 5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 5.5
 
 Tags: 5.5.5-alpine, 5.5-alpine, 5-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 5.5/alpine
 
 Tags: 5.5.5-slim, 5.5-slim, 5-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: afe43e97be7aa764656f3e0aa068bed90f6bdd27
+GitCommit: 9df068583b90e82844d2bf6cfe481d23c2840636
 Directory: 5.5/slim

+ 11 - 5
library/sonarqube

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

+ 3 - 3
library/spiped

@@ -5,10 +5,10 @@ GitRepo: https://github.com/TimWolla/docker-spiped.git
 
 Tags: 1.6.0, 1.6, 1, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 4d45a684a91cd50c98a79fbcabc479efe0b49dde
+GitCommit: 51b634a7ebe73d1066da87770baf7baf76686473
 Directory: 1.6
 
 Tags: 1.6.0-alpine, 1.6-alpine, 1-alpine, alpine
-Architectures: amd64
-GitCommit: 9638c95f4509d33be2483f35d26bfa329675a4e9
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: d9eed48a399aa481269e23f0ad734e756567f954
 Directory: 1.6/alpine

+ 9 - 13
library/storm

@@ -1,18 +1,14 @@
 Maintainers: Elisey Zanko <[email protected]> (@31z4)
 GitRepo: https://github.com/31z4/storm-docker.git
 
-Tags: 0.9.7, 0.9
-GitCommit: 6e94e11977556f0f4a99633b1f835f13d20c1e30
-Directory: 0.9.7
+Tags: 1.0.6, 1.0
+GitCommit: 9986213e09356e2d5230e6af9338052ce858b224
+Directory: 1.0.6
 
-Tags: 0.10.2, 0.10
-GitCommit: 6e94e11977556f0f4a99633b1f835f13d20c1e30
-Directory: 0.10.2
+Tags: 1.1.2, 1.1
+GitCommit: 9986213e09356e2d5230e6af9338052ce858b224
+Directory: 1.1.2
 
-Tags: 1.0.5, 1.0
-GitCommit: 60316c9351be7dedd39cbcc308dc1fe5c00e44a5
-Directory: 1.0.5
-
-Tags: 1.1.1, 1.1, latest
-GitCommit: 35207c57594856c661adcea5063584eb22534ddb
-Directory: 1.1.1
+Tags: 1.2.1, 1.2, latest
+GitCommit: 9b5187aea15c0e21d082b1f041cdc2f7a892dc26
+Directory: 1.2.1

+ 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
 

Some files were not shown because too many files changed in this diff