Browse Source

release OrientDB 2.2.35 and 3.0.0

Luigi Dell'Aquila 7 years ago
parent
commit
28bf6a0d97
95 changed files with 1118 additions and 967 deletions
  1. 10 0
      README.md
  2. 14 11
      bashbrew/go/src/bashbrew/cmd-push.go
  3. 39 11
      bashbrew/go/src/bashbrew/cmd-put-shared.go
  4. 6 0
      bashbrew/go/src/bashbrew/main.go
  5. 1 0
      diff-pr.sh
  6. 2 2
      library/adminer
  7. 3 6
      library/aerospike
  8. 10 2
      library/amazonlinux
  9. 5 3
      library/arangodb
  10. 37 37
      library/buildpack-deps
  11. 4 4
      library/cassandra
  12. 4 2
      library/centos
  13. 3 3
      library/chronograf
  14. 10 2
      library/clojure
  15. 4 4
      library/composer
  16. 2 2
      library/consul
  17. 11 9
      library/couchbase
  18. 2 2
      library/crate
  19. 19 19
      library/debian
  20. 14 29
      library/docker
  21. 18 18
      library/drupal
  22. 4 4
      library/elasticsearch
  23. 7 7
      library/elixir
  24. 16 16
      library/erlang
  25. 3 3
      library/fedora
  26. 8 2
      library/fsharp
  27. 2 2
      library/gazebo
  28. 12 5
      library/gcc
  29. 7 7
      library/geonetwork
  30. 8 8
      library/ghost
  31. 30 30
      library/golang
  32. 24 24
      library/gradle
  33. 24 24
      library/groovy
  34. 14 14
      library/haproxy
  35. 9 9
      library/hello-seattle
  36. 9 9
      library/hello-world
  37. 9 9
      library/hola-mundo
  38. 1 1
      library/httpd
  39. 7 7
      library/influxdb
  40. 1 1
      library/irssi
  41. 24 24
      library/joomla
  42. 6 6
      library/jruby
  43. 19 3
      library/julia
  44. 2 2
      library/kibana
  45. 4 4
      library/kong
  46. 4 4
      library/logstash
  47. 2 2
      library/mageia
  48. 10 10
      library/mariadb
  49. 13 0
      library/matomo
  50. 10 0
      library/maven
  51. 9 17
      library/mongo
  52. 9 9
      library/mysql
  53. 24 4
      library/neo4j
  54. 13 13
      library/nextcloud
  55. 18 16
      library/nginx
  56. 45 45
      library/node
  57. 45 25
      library/openjdk
  58. 4 10
      library/opensuse
  59. 11 30
      library/oraclelinux
  60. 5 5
      library/orientdb
  61. 6 6
      library/owncloud
  62. 1 1
      library/percona
  63. 11 10
      library/perl
  64. 7 19
      library/photon
  65. 62 62
      library/php
  66. 1 7
      library/php-zendserver
  67. 8 6
      library/piwik
  68. 28 6
      library/plone
  69. 14 14
      library/postgres
  70. 8 8
      library/pypy
  71. 53 53
      library/python
  72. 2 2
      library/r-base
  73. 12 12
      library/rabbitmq
  74. 9 9
      library/redmine
  75. 2 2
      library/rocket.chat
  76. 20 20
      library/ros
  77. 3 3
      library/ruby
  78. 11 1
      library/rust
  79. 1 1
      library/sl
  80. 31 16
      library/solr
  81. 9 9
      library/sonarqube
  82. 3 3
      library/swipl
  83. 3 7
      library/teamspeak
  84. 10 3
      library/telegraf
  85. 65 45
      library/tomcat
  86. 4 16
      library/traefik
  87. 15 15
      library/ubuntu
  88. 4 8
      library/vault
  89. 3 2
      library/websphere-liberty
  90. 8 8
      library/wordpress
  91. 4 4
      library/xwiki
  92. 3 3
      library/znc
  93. 2 2
      test/tests/hylang-sh/container.hy
  94. 3 3
      test/tests/plone-zeoclient/run.sh
  95. 2 4
      test/tests/python-pip-requests-ssl/container.py

+ 10 - 0
README.md

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

+ 14 - 11
bashbrew/go/src/bashbrew/cmd-push.go

@@ -18,6 +18,7 @@ func cmdPush(c *cli.Context) error {
 	uniq := c.Bool("uniq")
 	namespace := c.String("namespace")
 	dryRun := c.Bool("dry-run")
+	force := c.Bool("force")
 
 	if namespace == "" {
 		return fmt.Errorf(`"--namespace" is a required flag for "push"`)
@@ -42,18 +43,20 @@ func cmdPush(c *cli.Context) error {
 				}
 				tag = tagRepo + ":" + tag
 
-				created := dockerCreated(tag)
-				lastUpdated := fetchDockerHubTagMeta(tag).lastUpdatedTime()
-				if created.After(lastUpdated) {
-					fmt.Printf("Pushing %s\n", tag)
-					if !dryRun {
-						err = dockerPush(tag)
-						if err != nil {
-							return cli.NewMultiError(fmt.Errorf(`failed pushing %q`, tag), err)
-						}
+				if !force {
+					created := dockerCreated(tag)
+					lastUpdated := fetchDockerHubTagMeta(tag).lastUpdatedTime()
+					if !created.After(lastUpdated) {
+						fmt.Fprintf(os.Stderr, "skipping %s (created %s, last updated %s)\n", tag, created.Local().Format(time.RFC3339), lastUpdated.Local().Format(time.RFC3339))
+						continue
+					}
+				}
+				fmt.Printf("Pushing %s\n", tag)
+				if !dryRun {
+					err = dockerPush(tag)
+					if err != nil {
+						return cli.NewMultiError(fmt.Errorf(`failed pushing %q`, tag), err)
 					}
-				} else {
-					fmt.Fprintf(os.Stderr, "skipping %s (created %s, last updated %s)\n", tag, created.Local().Format(time.RFC3339), lastUpdated.Local().Format(time.RFC3339))
 				}
 			}
 		}

+ 39 - 11
bashbrew/go/src/bashbrew/cmd-put-shared.go

@@ -13,9 +13,10 @@ import (
 	"github.com/docker-library/go-dockerlibrary/manifest"
 )
 
-func entriesToManifestToolYaml(singleArch bool, r Repo, entries ...*manifest.Manifest2822Entry) (string, time.Time, error) {
+func entriesToManifestToolYaml(singleArch bool, r Repo, entries ...*manifest.Manifest2822Entry) (string, time.Time, int, error) {
 	yaml := ""
 	mru := time.Time{}
+	expectedNumber := 0
 	entryIdentifiers := []string{}
 	for _, entry := range entries {
 		entryIdentifiers = append(entryIdentifiers, r.EntryIdentifier(*entry))
@@ -45,6 +46,14 @@ func entriesToManifestToolYaml(singleArch bool, r Repo, entries ...*manifest.Man
 				mru = archU
 			}
 
+			// count up how many images we expect to push successfully in this manifest list
+			expectedNumber += len(archImageMeta.Images)
+			// for non-manifest-list tags, this will be 1 and for failed lookups it'll be 0
+			// (and if one of _these_ tags is a manifest list, we've goofed somewhere)
+			if len(archImageMeta.Images) != 1 {
+				fmt.Fprintf(os.Stderr, "warning: expected 1 image for %q; got %d\n", archImage, len(archImageMeta.Images))
+			}
+
 			yaml += fmt.Sprintf("  - image: %s\n    platform:\n", archImage)
 			yaml += fmt.Sprintf("      os: %s\n", ociArch.OS)
 			yaml += fmt.Sprintf("      architecture: %s\n", ociArch.Architecture)
@@ -54,7 +63,7 @@ func entriesToManifestToolYaml(singleArch bool, r Repo, entries ...*manifest.Man
 		}
 	}
 
-	return "manifests:\n" + yaml, mru, nil
+	return "manifests:\n" + yaml, mru, expectedNumber, nil
 }
 
 func tagsToManifestToolYaml(repo string, tags ...string) string {
@@ -76,6 +85,7 @@ func cmdPutShared(c *cli.Context) error {
 
 	namespace := c.String("namespace")
 	dryRun := c.Bool("dry-run")
+	force := c.Bool("force")
 	singleArch := c.Bool("single-arch")
 
 	if namespace == "" {
@@ -117,23 +127,41 @@ func cmdPutShared(c *cli.Context) error {
 
 		failed := []string{}
 		for _, group := range sharedTagGroups {
-			yaml, mostRecentPush, err := entriesToManifestToolYaml(singleArch, *r, group.Entries...)
+			yaml, mostRecentPush, expectedNumber, err := entriesToManifestToolYaml(singleArch, *r, group.Entries...)
 			if err != nil {
 				return err
 			}
 
+			if expectedNumber < 1 {
+				// if "expectedNumber" comes back as 0, we've probably got an API issue, so let's count up what we probably _should_ push
+				fmt.Fprintf(os.Stderr, "warning: no images expected to push for %q\n", fmt.Sprintf("%s:%s", targetRepo, group.SharedTags[0]))
+				for _, entry := range group.Entries {
+					expectedNumber += len(entry.Architectures)
+				}
+			}
+
 			tagsToPush := []string{}
 			for _, tag := range group.SharedTags {
 				image := fmt.Sprintf("%s:%s", targetRepo, tag)
-				hubMeta := fetchDockerHubTagMeta(image)
-				tagUpdated := hubMeta.lastUpdatedTime()
-				if mostRecentPush.After(tagUpdated) ||
-					(!singleArch && len(hubMeta.Images) <= 1 &&
-						(len(group.Entries) > 1 || len(group.Entries[0].Architectures) > 1)) {
-					tagsToPush = append(tagsToPush, tag)
-				} else {
-					fmt.Fprintf(os.Stderr, "skipping %s (created %s, last updated %s)\n", image, mostRecentPush.Local().Format(time.RFC3339), tagUpdated.Local().Format(time.RFC3339))
+				if !force {
+					hubMeta := fetchDockerHubTagMeta(image)
+					tagUpdated := hubMeta.lastUpdatedTime()
+					doPush := false
+					if mostRecentPush.After(tagUpdated) {
+						// if one of the images that make up the manifest list has been updated since the manifest list was last pushed, we probably need to push
+						doPush = true
+					}
+					if !singleArch && len(hubMeta.Images) != expectedNumber {
+						// if we're supposed to push more (or less) images than the current manifest list contains, we probably need to push
+						// this _should_ already be accounting for tags that haven't been pushed yet (see notes above in "entriesToManifestToolYaml" where this is calculated)
+						doPush = true
+					}
+					if !doPush {
+						fmt.Fprintf(os.Stderr, "skipping %s (created %s, last updated %s)\n", image, mostRecentPush.Local().Format(time.RFC3339), tagUpdated.Local().Format(time.RFC3339))
+						continue
+					}
 				}
+				tagsToPush = append(tagsToPush, tag)
 			}
 
 			if len(tagsToPush) == 0 {

+ 6 - 0
bashbrew/go/src/bashbrew/main.go

@@ -202,6 +202,10 @@ func main() {
 			Name:  "dry-run",
 			Usage: "do everything except the final action (for testing whether actions will be performed)",
 		},
+		"force": cli.BoolFlag{
+			Name:  "force",
+			Usage: "always push (skip the clever Hub API lookups that no-op things sooner if a push doesn't seem necessary)",
+		},
 	}
 
 	app.Commands = []cli.Command{
@@ -263,6 +267,7 @@ func main() {
 				commonFlags["uniq"],
 				commonFlags["namespace"],
 				commonFlags["dry-run"],
+				commonFlags["force"],
 			},
 			Before: subcommandBeforeFactory("push"),
 			Action: cmdPush,
@@ -274,6 +279,7 @@ func main() {
 				commonFlags["all"],
 				commonFlags["namespace"],
 				commonFlags["dry-run"],
+				commonFlags["force"],
 				cli.BoolFlag{
 					Name:  "single-arch",
 					Usage: `only act on the current architecture (for pushing "amd64/hello-world:latest", for example)`,

+ 1 - 0
diff-pr.sh

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

+ 2 - 2
library/adminer

@@ -5,10 +5,10 @@ GitRepo: https://github.com/TimWolla/docker-adminer.git
 
 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: 5865d355d3187839ea6883fcb0d03e3104546102
+GitCommit: 2f4a4c3e9a1c4741d5685836e4782a2c211087cc
 Directory: 4
 
 Tags: 4.6.2-fastcgi, 4.6-fastcgi, 4-fastcgi, fastcgi
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 5865d355d3187839ea6883fcb0d03e3104546102
+GitCommit: 2f4a4c3e9a1c4741d5685836e4782a2c211087cc
 Directory: 4/fastcgi

+ 3 - 6
library/aerospike

@@ -1,9 +1,6 @@
 # maintainer: Lucien Volmar <[email protected]> (@volmarl)
 
-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.8: git://github.com/aerospike/aerospike-server.docker@376c1940a6a30624305fc8e7e8acdefbb7867606
-3.15.1.4: git://github.com/aerospike/aerospike-server.docker@3729a596dd09d0803ff8c53830872c590ba62e7d
+3.13.0.11: git://github.com/aerospike/aerospike-server.docker@29be954f3d764ae15f0666c39fc14b55f13f1033
 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
+4.0.0.5: git://github.com/aerospike/aerospike-server.docker@4c112cf04748725caf915d67489becd769dd1c6d
+latest: git://github.com/aerospike/aerospike-server.docker@4c112cf04748725caf915d67489becd769dd1c6d

+ 10 - 2
library/amazonlinux

@@ -12,11 +12,19 @@ Tags: 2017.12.0.20180330-with-sources, 2017.12-with-sources, 2-with-sources
 GitFetch: refs/heads/2017.12-with-sources
 GitCommit: 9129377feea1176b636427b295e8af57656db079
 
-Tags: 2017.09.1.20180409, 2017.09, 1, latest
+Tags: 2018.03.0.20180424, 2018.03, 1, latest
+GitFetch: refs/heads/2018.03
+GitCommit: 2d98947f57ed4afe97daef60f4c05ec5e4adc69d
+
+Tags: 2018.03.0.20180424-with-sources, 2018.03-with-sources, 1-with-sources, with-sources
+GitFetch: refs/heads/2018.03-with-sources
+GitCommit: e323bc6480b6eb08de5ed48f5d049aa04dcef7d3
+
+Tags: 2017.09.1.20180409, 2017.09
 GitFetch: refs/heads/2017.09
 GitCommit: 0b2dad813345cab464c6c0a716aa5be2ae072f79
 
-Tags: 2017.09.1.20180409-with-sources, 2017.09-with-sources, 1-with-sources, with-sources
+Tags: 2017.09.1.20180409-with-sources, 2017.09-with-sources
 GitFetch: refs/heads/2017.09-with-sources
 GitCommit: 6d5273cf53b85c27690ac394bee2c2935cca73b8
 

+ 5 - 3
library/arangodb

@@ -6,6 +6,8 @@
 
 
 
-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
+3.2: https://github.com/arangodb/arangodb-docker@b636d23ae99367d4ea4b6191c39e96d1ff08bd12 stretch/3.2.14
+3.2.14: https://github.com/arangodb/arangodb-docker@b636d23ae99367d4ea4b6191c39e96d1ff08bd12 stretch/3.2.14
+3.3: https://github.com/arangodb/arangodb-docker@a13a8efe6f62b70d8d60498118bfc16bcf6809f5 stretch/3.3.8
+3.3.8: https://github.com/arangodb/arangodb-docker@a13a8efe6f62b70d8d60498118bfc16bcf6809f5 stretch/3.3.8
+latest: https://github.com/arangodb/arangodb-docker@a13a8efe6f62b70d8d60498118bfc16bcf6809f5 stretch/3.3.8

+ 37 - 37
library/buildpack-deps

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

+ 4 - 4
library/cassandra

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

+ 4 - 2
library/centos

@@ -6,13 +6,15 @@ Constraints: !aufs
 Tags: latest, centos7, 7
 GitFetch: refs/heads/CentOS-7
 GitCommit: 45cccc8f40650e860852cfe9054eefa5a4c0dc54
-arm32v7-GitFetch: refs/heads/centos-7armhfp
+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
+i386-GitFetch: refs/heads/CentOS-7i386
+i386-GitCommit: 87d39d0110c3a251149aa6335919a956de160853
+Architectures: amd64, arm64v8, arm32v7, ppc64le, i386
 
 Tags: centos6, 6
 GitFetch: refs/heads/CentOS-6

+ 3 - 3
library/chronograf

@@ -1,6 +1,6 @@
 Maintainers: Jonathan A. Sternberg <[email protected]> (@jsternberg)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: 89f4acd7f82a21209962937d826a689b99f8dc48
+GitCommit: 3e1b54772373ebad3419062eba9e7a9e2577ec41
 
 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.3, 1.4.3.1, latest
+Tags: 1.4, 1.4.4, 1.4.4.2, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: chronograf/1.4
 
-Tags: 1.4-alpine, 1.4.3-alpine, 1.4.3.1-alpine, alpine
+Tags: 1.4-alpine, 1.4.4-alpine, 1.4.4.2-alpine, alpine
 Directory: chronograf/1.4/alpine

+ 10 - 2
library/clojure

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

+ 4 - 4
library/composer

@@ -3,14 +3,14 @@
 Maintainers: Composer (@composer), Rob Bast (@alcohol)
 GitRepo: https://github.com/composer/docker.git
 
-Tags: 1.6.3, 1.6, 1, latest
-GitCommit: 4b4c610a981fd8f41756648de4ba15d84e486282
+Tags: 1.6.5, 1.6, 1, latest
+GitCommit: 9bd6ab947f9e989446c1621dc338b3afbaa4fc17
 Directory: 1.6
 
 Tags: 1.5.6, 1.5
-GitCommit: 6c112b3c58d927257a0a3ddd1d1b3f784761fbf7
+GitCommit: ea59115642abb1d3af05d0d886d3dea26abbbb58
 Directory: 1.5
 
 Tags: 1.4.3, 1.4
-GitCommit: ea0ec1efa4b15f4ad7b809793eecbb76633dcbb8
+GitCommit: ea59115642abb1d3af05d0d886d3dea26abbbb58
 Directory: 1.4

+ 2 - 2
library/consul

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

+ 11 - 9
library/couchbase

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

+ 2 - 2
library/crate

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

+ 19 - 19
library/debian

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

+ 14 - 29
library/docker

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

+ 18 - 18
library/drupal

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

+ 4 - 4
library/elasticsearch

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

+ 7 - 7
library/elixir

@@ -1,21 +1,21 @@
-# this file is generated via https://github.com/c0b/docker-elixir/blob/b4a2b8ea703865bd04490f43244198d0c95fa607/generate-stackbrew-library.sh
+# this file is generated via https://github.com/c0b/docker-elixir/blob/bd537f8d1a54491020854186e509d2c98960578b/generate-stackbrew-library.sh
 
 Maintainers: Mr C0B <[email protected]> (@c0b)
 GitRepo: https://github.com/c0b/docker-elixir.git
 
-Tags: 1.6.4, 1.6, latest
+Tags: 1.6.5, 1.6, latest
 Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
-GitCommit: 815326583b582cd51f057a20e42be2df990c2044
+GitCommit: bd537f8d1a54491020854186e509d2c98960578b
 Directory: 1.6
 
-Tags: 1.6.4-slim, 1.6-slim, slim
+Tags: 1.6.5-slim, 1.6-slim, slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
-GitCommit: 815326583b582cd51f057a20e42be2df990c2044
+GitCommit: bd537f8d1a54491020854186e509d2c98960578b
 Directory: 1.6/slim
 
-Tags: 1.6.4-alpine, 1.6-alpine, alpine
+Tags: 1.6.5-alpine, 1.6-alpine, alpine
 Architectures: amd64, arm64v8, i386, s390x, ppc64le
-GitCommit: 815326583b582cd51f057a20e42be2df990c2044
+GitCommit: bd537f8d1a54491020854186e509d2c98960578b
 Directory: 1.6/alpine
 
 Tags: 1.5.3, 1.5

+ 16 - 16
library/erlang

@@ -1,41 +1,41 @@
-# this file is generated via https://github.com/c0b/docker-erlang-otp/blob/01daedc9c1178227d084c25f1b1890f158ec6f79/generate-stackbrew-library.sh
+# this file is generated via https://github.com/erlang/docker-erlang-otp/blob/fae499b67dc3e1b6bf73a51aeed8a51fbc2679db/generate-stackbrew-library.sh
 
 Maintainers: Mr C0B <[email protected]> (@c0b)
-GitRepo: https://github.com/c0b/docker-erlang-otp.git
+GitRepo: https://github.com/erlang/docker-erlang-otp.git
 
-Tags: 20.3.2, 20.3, 20, latest
+Tags: 20.3.6, 20.3, 20, latest
 Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
-GitCommit: 81d14489ed7f740386e2f05d762dc53fe34e6f8b
+GitCommit: 99ab1e150c3708ce81bc08073cf5793ef67c6a1c
 Directory: 20
 
-Tags: 20.3.2-slim, 20.3-slim, 20-slim, slim
+Tags: 20.3.6-slim, 20.3-slim, 20-slim, slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x, ppc64le
-GitCommit: 81d14489ed7f740386e2f05d762dc53fe34e6f8b
+GitCommit: 99ab1e150c3708ce81bc08073cf5793ef67c6a1c
 Directory: 20/slim
 
-Tags: 20.3.2-alpine, 20.3-alpine, 20-alpine, alpine
+Tags: 20.3.6-alpine, 20.3-alpine, 20-alpine, alpine
 Architectures: amd64, arm64v8, i386, s390x, ppc64le
-GitCommit: 81d14489ed7f740386e2f05d762dc53fe34e6f8b
+GitCommit: 99ab1e150c3708ce81bc08073cf5793ef67c6a1c
 Directory: 20/alpine
 
-Tags: 19.3.6.8, 19.3.6, 19.3, 19
+Tags: 19.3.6.9, 19.3.6, 19.3, 19
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: a4b3ffe77b67f6330f72f5aef7c639c985fdad94
+GitCommit: a7d4a8834c45f7e5af96ba237f2869def1eec442
 Directory: 19
 
-Tags: 19.3.6.8-slim, 19.3.6-slim, 19.3-slim, 19-slim
+Tags: 19.3.6.9-slim, 19.3.6-slim, 19.3-slim, 19-slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: a4b3ffe77b67f6330f72f5aef7c639c985fdad94
+GitCommit: a7d4a8834c45f7e5af96ba237f2869def1eec442
 Directory: 19/slim
 
-Tags: 18.3.4.8, 18.3.4, 18.3, 18
+Tags: 18.3.4.9, 18.3.4, 18.3, 18
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: 354f85db09d403e3d970d0731b811c774086ef26
+GitCommit: a0b9e99ebacfa92a97224a657a88bd67b9877008
 Directory: 18
 
-Tags: 18.3.4.8-slim, 18.3.4-slim, 18.3-slim, 18-slim
+Tags: 18.3.4.9-slim, 18.3.4-slim, 18.3-slim, 18-slim
 Architectures: amd64, arm32v7, arm64v8, i386, s390x
-GitCommit: 354f85db09d403e3d970d0731b811c774086ef26
+GitCommit: f4198d6fc95719ebb3c2c3cd66407c78f4aa3f49
 Directory: 18/slim
 
 Tags: 17.5.6.9, 17.5.6, 17.5, 17

+ 3 - 3
library/fedora

@@ -3,7 +3,7 @@ Maintainers: Adam Miller <[email protected]> (@maxamillion),
 GitRepo: https://github.com/fedora-cloud/docker-brew-fedora.git
 Constraints: !aufs
 
-Tags: latest, 27
+Tags: 27
 Architectures: amd64, arm32v7, arm64v8, ppc64le
 GitFetch: refs/heads/27
 GitCommit: 425644cb22f4f31db65671bb3df75de4ee5b9742
@@ -30,10 +30,10 @@ arm32v7-Directory: armhfp/
 arm64v8-Directory: aarch64/
 ppc64le-Directory: ppc64le/
 
-Tags: branched, 28
+Tags: latest, 28
 Architectures: amd64, arm32v7, arm64v8, s390x
 GitFetch: refs/heads/28
-GitCommit: dee23ddc2f0c8bdfe8be0c37dd93ffec00cfa969
+GitCommit: 0ef99659611684364cda45192c3558fc7bcbc2d5
 amd64-Directory: x86_64/
 arm32v7-Directory: armhfp/
 arm64v8-Directory: aarch64/

+ 8 - 2
library/fsharp

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

+ 2 - 2
library/gazebo

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

+ 12 - 5
library/gcc

@@ -1,4 +1,4 @@
-# this file is generated via https://github.com/docker-library/gcc/blob/497fdbb37dbfc0829b5821594b68ef24d9f4f72c/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/gcc/blob/0a7f7464baaa3a24cdd35e1173d84ab94e32a14d/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
@@ -7,20 +7,27 @@ 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: 0423cc3f79023c2ab821d2377f73105217c46892
+GitCommit: 0a7f7464baaa3a24cdd35e1173d84ab94e32a14d
 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: 0423cc3f79023c2ab821d2377f73105217c46892
+GitCommit: 0a7f7464baaa3a24cdd35e1173d84ab94e32a14d
 Directory: 6
 # Docker EOL: 2018-07-04
 
 # Last Modified: 2018-01-25
-Tags: 7.3.0, 7.3, 7, latest
+Tags: 7.3.0, 7.3, 7
 Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 0f2605b8a300a1cbd70d244330400e8baf1dde33
+GitCommit: 0a7f7464baaa3a24cdd35e1173d84ab94e32a14d
 Directory: 7
 # Docker EOL: 2019-01-25
+
+# Last Modified: 2018-05-02
+Tags: 8.1.0, 8.1, 8, latest
+Architectures: amd64, arm32v5, arm32v7, arm64v8, ppc64le, s390x
+GitCommit: 0a7f7464baaa3a24cdd35e1173d84ab94e32a14d
+Directory: 8
+# Docker EOL: 2019-05-02

+ 7 - 7
library/geonetwork

@@ -1,4 +1,4 @@
-# this file is generated via https://github.com/geonetwork/docker-geonetwork/blob/fa8781ec155a6a3315c40e33e558c416b5b26e7b/generate-stackbrew-library.sh
+# this file is generated via https://github.com/geonetwork/docker-geonetwork/blob/ecb319cf88982b8ca4ce400ad2447d46660171e3/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.1, 3.4, latest
-GitCommit: 01e3e23e9b277940dcac471099408695c6d12ae3
-Directory: 3.4.1
+Tags: 3.4.2, 3.4, latest
+GitCommit: 2bee6fcc7e0095d60ddd0034d27eb2053f177543
+Directory: 3.4.2
 
-Tags: 3.4.1-postgres, 3.4-postgres, postgres
-GitCommit: 01e3e23e9b277940dcac471099408695c6d12ae3
-Directory: 3.4.1/postgres
+Tags: 3.4.2-postgres, 3.4-postgres, postgres
+GitCommit: 9f096b5af8fb3a41c73d74d7b990544a50a33a2d
+Directory: 3.4.2/postgres

+ 8 - 8
library/ghost

@@ -4,22 +4,22 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/ghost.git
 
-Tags: 1.22.1, 1.22, 1, latest
+Tags: 1.22.7, 1.22, 1, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 47f1ab8767c6547455dbddc0508c1856ddefde77
+GitCommit: 34c67df3c75a9db60aeab5dc23075fdf4d78e44f
 Directory: 1/debian
 
-Tags: 1.22.1-alpine, 1.22-alpine, 1-alpine, alpine
+Tags: 1.22.7-alpine, 1.22-alpine, 1-alpine, alpine
 Architectures: amd64
-GitCommit: 47f1ab8767c6547455dbddc0508c1856ddefde77
+GitCommit: 34c67df3c75a9db60aeab5dc23075fdf4d78e44f
 Directory: 1/alpine
 
-Tags: 0.11.12, 0.11, 0
+Tags: 0.11.13, 0.11, 0
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 44dc27d05debece6a738ccbddd85d2ed4adc2eac
+GitCommit: f0cfbd2cd2bdbaea10a4f15cd05746397e84dd18
 Directory: 0/debian
 
-Tags: 0.11.12-alpine, 0.11-alpine, 0-alpine
+Tags: 0.11.13-alpine, 0.11-alpine, 0-alpine
 Architectures: amd64
-GitCommit: 44dc27d05debece6a738ccbddd85d2ed4adc2eac
+GitCommit: f0cfbd2cd2bdbaea10a4f15cd05746397e84dd18
 Directory: 0/alpine

+ 30 - 30
library/golang

@@ -5,71 +5,71 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Johan Euphrosine <[email protected]> (@proppy)
 GitRepo: https://github.com/docker-library/golang.git
 
-Tags: 1.10.1-stretch, 1.10-stretch, 1-stretch, stretch
-SharedTags: 1.10.1, 1.10, 1, latest
+Tags: 1.10.2-stretch, 1.10-stretch, 1-stretch, stretch
+SharedTags: 1.10.2, 1.10, 1, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 906e04de73168f643c5c2b40dca0877a14d2377c
+GitCommit: 329b6672949337c4469351b2e8b8575459a75c7f
 Directory: 1.10/stretch
 
-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
+Tags: 1.10.2-alpine3.7, 1.10-alpine3.7, 1-alpine3.7, alpine3.7, 1.10.2-alpine, 1.10-alpine, 1-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 906e04de73168f643c5c2b40dca0877a14d2377c
+GitCommit: 43f9c69e1bcb068bdb6883cd0fb2339e9b197510
 Directory: 1.10/alpine3.7
 
-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
+Tags: 1.10.2-windowsservercore-ltsc2016, 1.10-windowsservercore-ltsc2016, 1-windowsservercore-ltsc2016, windowsservercore-ltsc2016
+SharedTags: 1.10.2-windowsservercore, 1.10-windowsservercore, 1-windowsservercore, windowsservercore, 1.10.2, 1.10, 1, latest
 Architectures: windows-amd64
-GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
+GitCommit: 329b6672949337c4469351b2e8b8575459a75c7f
 Directory: 1.10/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-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
+Tags: 1.10.2-windowsservercore-1709, 1.10-windowsservercore-1709, 1-windowsservercore-1709, windowsservercore-1709
+SharedTags: 1.10.2-windowsservercore, 1.10-windowsservercore, 1-windowsservercore, windowsservercore, 1.10.2, 1.10, 1, latest
 Architectures: windows-amd64
-GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
+GitCommit: 329b6672949337c4469351b2e8b8575459a75c7f
 Directory: 1.10/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-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
+Tags: 1.10.2-nanoserver-sac2016, 1.10-nanoserver-sac2016, 1-nanoserver-sac2016, nanoserver-sac2016
+SharedTags: 1.10.2-nanoserver, 1.10-nanoserver, 1-nanoserver, nanoserver
 Architectures: windows-amd64
-GitCommit: 906e04de73168f643c5c2b40dca0877a14d2377c
+GitCommit: 329b6672949337c4469351b2e8b8575459a75c7f
 Directory: 1.10/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
-Tags: 1.9.5-stretch, 1.9-stretch
-SharedTags: 1.9.5, 1.9
+Tags: 1.9.6-stretch, 1.9-stretch
+SharedTags: 1.9.6, 1.9
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
+GitCommit: a9ee01751149630d296d600cbbdea0ab37e5ab04
 Directory: 1.9/stretch
 
-Tags: 1.9.5-alpine3.7, 1.9-alpine3.7
+Tags: 1.9.6-alpine3.7, 1.9-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
+GitCommit: 43f9c69e1bcb068bdb6883cd0fb2339e9b197510
 Directory: 1.9/alpine3.7
 
-Tags: 1.9.5-alpine3.6, 1.9-alpine3.6, 1.9.5-alpine, 1.9-alpine
+Tags: 1.9.6-alpine3.6, 1.9-alpine3.6, 1.9.6-alpine, 1.9-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
+GitCommit: 43f9c69e1bcb068bdb6883cd0fb2339e9b197510
 Directory: 1.9/alpine3.6
 
-Tags: 1.9.5-windowsservercore-ltsc2016, 1.9-windowsservercore-ltsc2016
-SharedTags: 1.9.5-windowsservercore, 1.9-windowsservercore, 1.9.5, 1.9
+Tags: 1.9.6-windowsservercore-ltsc2016, 1.9-windowsservercore-ltsc2016
+SharedTags: 1.9.6-windowsservercore, 1.9-windowsservercore, 1.9.6, 1.9
 Architectures: windows-amd64
-GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
+GitCommit: a9ee01751149630d296d600cbbdea0ab37e5ab04
 Directory: 1.9/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 1.9.5-windowsservercore-1709, 1.9-windowsservercore-1709
-SharedTags: 1.9.5-windowsservercore, 1.9-windowsservercore, 1.9.5, 1.9
+Tags: 1.9.6-windowsservercore-1709, 1.9-windowsservercore-1709
+SharedTags: 1.9.6-windowsservercore, 1.9-windowsservercore, 1.9.6, 1.9
 Architectures: windows-amd64
-GitCommit: 770b8477f1f43564c0b9a0929f9133b733fd141c
+GitCommit: a9ee01751149630d296d600cbbdea0ab37e5ab04
 Directory: 1.9/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 1.9.5-nanoserver-sac2016, 1.9-nanoserver-sac2016
-SharedTags: 1.9.5-nanoserver, 1.9-nanoserver
+Tags: 1.9.6-nanoserver-sac2016, 1.9-nanoserver-sac2016
+SharedTags: 1.9.6-nanoserver, 1.9-nanoserver
 Architectures: windows-amd64
-GitCommit: 97535d47a7c8312b25fc98418771f943c0bbdfb3
+GitCommit: a9ee01751149630d296d600cbbdea0ab37e5ab04
 Directory: 1.9/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016

+ 24 - 24
library/gradle

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

+ 24 - 24
library/groovy

@@ -50,64 +50,64 @@ GitCommit: b029aa91bc18b4b4a2720ca870c8f5b727f9b2f6
 Directory: jre10
 
 
-Tags: 2.5.0-rc-1-jdk7, 2.5-jdk7
+Tags: 2.5.0-rc-2-jdk7, 2.5-jdk7
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jdk7
 
-Tags: 2.5.0-rc-1-jre7, 2.5-jre7
+Tags: 2.5.0-rc-2-jre7, 2.5-jre7
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jre7
 
-Tags: 2.5.0-rc-1-jdk7-alpine, 2.5-jdk7-alpine
+Tags: 2.5.0-rc-2-jdk7-alpine, 2.5-jdk7-alpine
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jdk7-alpine
 
-Tags: 2.5.0-rc-1-jre7-alpine, 2.5-jre7-alpine
+Tags: 2.5.0-rc-2-jre7-alpine, 2.5-jre7-alpine
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jre7-alpine
 
-Tags: 2.5.0-rc-1-jdk8, 2.5-jdk8, 2.5.0-rc-1-jdk, 2.5-jdk
+Tags: 2.5.0-rc-2-jdk8, 2.5-jdk8, 2.5.0-rc-2-jdk, 2.5-jdk
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jdk8
 
-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
+Tags: 2.5.0-rc-2-jre8, 2.5-jre8, 2.5.0-rc-2-jre, 2.5-jre, 2.5.0-rc-2, 2.5
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jre8
 
-Tags: 2.5.0-rc-1-jdk8-alpine, 2.5-jdk8-alpine, 2.5.0-rc-1-jdk-alpine, 2.5-jdk-alpine
+Tags: 2.5.0-rc-2-jdk8-alpine, 2.5-jdk8-alpine, 2.5.0-rc-2-jdk-alpine, 2.5-jdk-alpine
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jdk8-alpine
 
-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
+Tags: 2.5.0-rc-2-jre8-alpine, 2.5-jre8-alpine, 2.5.0-rc-2-jre-alpine, 2.5-jre-alpine, 2.5.0-rc-2-alpine, 2.5-alpine
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jre8-alpine
 
-Tags: 2.5.0-rc-1-jdk9, 2.5-jdk9
+Tags: 2.5.0-rc-2-jdk9, 2.5-jdk9
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jdk9
 
-Tags: 2.5.0-rc-1-jre9, 2.5-jre9
+Tags: 2.5.0-rc-2-jre9, 2.5-jre9
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jre9
 
-Tags: 2.5.0-rc-1-jdk10, 2.5-jdk10
+Tags: 2.5.0-rc-2-jdk10, 2.5-jdk10
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jdk10
 
-Tags: 2.5.0-rc-1-jre10, 2.5-jre10
+Tags: 2.5.0-rc-2-jre10, 2.5-jre10
 GitFetch: refs/heads/2.5
-GitCommit: 9c16feb6f526a1ef282c1a2ebeebdbb8fa2c7b5f
+GitCommit: 15edc90c817424a3d7c0b84bf16e2dddcc3f2c61
 Directory: jre10
 
 

+ 14 - 14
library/haproxy

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

+ 9 - 9
library/hello-seattle

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

+ 9 - 9
library/hello-world

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

+ 9 - 9
library/hola-mundo

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

+ 1 - 1
library/httpd

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

+ 7 - 7
library/influxdb

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

+ 1 - 1
library/irssi

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

+ 24 - 24
library/joomla

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

+ 6 - 6
library/jruby

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

+ 19 - 3
library/julia

@@ -1,9 +1,25 @@
-# this file is generated via https://github.com/docker-library/julia/blob/4eff23fd0270ed08c727f1ddb10c497559732c22/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/julia/blob/0406b201251d57f571e07f17ab5c3b0bd417c96d/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/julia.git
 
-Tags: 0.6.2, 0.6, 0, latest
+Tags: 0.6.2-jessie, 0.6-jessie, 0-jessie, jessie
+SharedTags: 0.6.2, 0.6, 0, latest
 Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: 7dc8567964481b8ff4370671ca57b79f1bab7bb4
+GitCommit: 0406b201251d57f571e07f17ab5c3b0bd417c96d
+Directory: jessie
+
+Tags: 0.6.2-windowsservercore-ltsc2016, 0.6-windowsservercore-ltsc2016, 0-windowsservercore-ltsc2016, windowsservercore-ltsc2016
+SharedTags: 0.6.2, 0.6, 0, latest
+Architectures: windows-amd64
+GitCommit: 96d3dd0bf37bf7993c63ec2ff7c786d001c25193
+Directory: windows/windowsservercore-ltsc2016
+Constraints: windowsservercore-ltsc2016
+
+Tags: 0.6.2-windowsservercore-1709, 0.6-windowsservercore-1709, 0-windowsservercore-1709, windowsservercore-1709
+SharedTags: 0.6.2, 0.6, 0, latest
+Architectures: windows-amd64
+GitCommit: 96d3dd0bf37bf7993c63ec2ff7c786d001c25193
+Directory: windows/windowsservercore-1709
+Constraints: windowsservercore-1709

+ 2 - 2
library/kibana

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

+ 4 - 4
library/kong

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

+ 4 - 4
library/logstash

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

+ 2 - 2
library/mageia

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

+ 10 - 10
library/mariadb

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

+ 13 - 0
library/matomo

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

+ 10 - 0
library/maven

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

+ 9 - 17
library/mongo

@@ -4,20 +4,12 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/mongo.git
 
-Tags: 3.0.15-wheezy, 3.0-wheezy
-SharedTags: 3.0.15, 3.0
-# see http://repo.mongodb.org/apt/debian/dists/wheezy/mongodb-org/3.0/main/
-# (i386 is empty, as is ppc64el)
-Architectures: amd64
-GitCommit: 58bdba62b65b1d1e1ea5cbde54c1682f120e0676
-Directory: 3.0
-
-Tags: 3.2.19-jessie, 3.2-jessie
-SharedTags: 3.2.19, 3.2
+Tags: 3.2.20-jessie, 3.2-jessie
+SharedTags: 3.2.20, 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: 22dd36a9194de8797f3c558857c0120a794daf25
+GitCommit: 753d566a83a4e9734227f186e554c87b4f08be51
 Directory: 3.2
 
 Tags: 3.4.14-jessie, 3.4-jessie
@@ -28,18 +20,18 @@ Architectures: amd64
 GitCommit: b96fddd1e1a100c01f0ea6d28e1c7ccc750fd5c0
 Directory: 3.4
 
-Tags: 3.6.3-jessie, 3.6-jessie, 3-jessie, jessie
-SharedTags: 3.6.3, 3.6, 3, latest
+Tags: 3.6.4-jessie, 3.6-jessie, 3-jessie, jessie
+SharedTags: 3.6.4, 3.6, 3, latest
 # see http://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/3.6/main/
 # (i386 is empty, as is ppc64el)
 Architectures: amd64
-GitCommit: 2e3e1bdbb31389c8bc8d43f5a3cc439134b7956b
+GitCommit: dd8ceb3b3552d11c901a603d0b8b303e2fe4bc2e
 Directory: 3.6
 
-Tags: 3.7.3-jessie, 3.7-jessie, unstable-jessie
-SharedTags: 3.7.3, 3.7, unstable
+Tags: 3.7.9-jessie, 3.7-jessie, unstable-jessie
+SharedTags: 3.7.9, 3.7, unstable
 # see http://repo.mongodb.org/apt/debian/dists/jessie/mongodb-org/3.7/main/
 # (i386 is empty, as is ppc64el)
 Architectures: amd64
-GitCommit: 621a206bca04c06ad3e0d8459c9d23223ea11a01
+GitCommit: 25295e42263584fff5f88dcbe196c0e36f2abcc5
 Directory: 3.7

+ 9 - 9
library/mysql

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

+ 24 - 4
library/neo4j

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

+ 13 - 13
library/nextcloud

@@ -1,34 +1,34 @@
-# This file is generated via https://github.com/nextcloud/docker/blob/3bb7c52357cc56136e72470d41df67128dd22a36/generate-stackbrew-library.sh
+# This file is generated via https://github.com/nextcloud/docker/blob/5f0e65f0c2bcc45e60c2e93c19564a6a1c935a43/generate-stackbrew-library.sh
 
 Maintainers: Nextcloud <[email protected]> (@nextcloud)
 GitRepo: https://github.com/nextcloud/docker.git
 
-Tags: 12.0.6-apache, 12.0-apache, 12-apache, production-apache, 12.0.6, 12.0, 12, production
+Tags: 12.0.7-apache, 12.0-apache, 12-apache, 12.0.7, 12.0, 12
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: e01caa961ff579ba753e7e55a4ef987c199938fa
+GitCommit: 53e1809aebd3aa1cc67d59352fb105b7c298de1b
 Directory: 12.0/apache
 
-Tags: 12.0.6-fpm, 12.0-fpm, 12-fpm, production-fpm
+Tags: 12.0.7-fpm, 12.0-fpm, 12-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 18db7e679fd92e2d36d6113b1e174e6f1afda2d6
+GitCommit: 53e1809aebd3aa1cc67d59352fb105b7c298de1b
 Directory: 12.0/fpm
 
-Tags: 12.0.6-fpm-alpine, 12.0-fpm-alpine, 12-fpm-alpine, production-fpm-alpine
+Tags: 12.0.7-fpm-alpine, 12.0-fpm-alpine, 12-fpm-alpine
 Architectures: amd64
-GitCommit: 18db7e679fd92e2d36d6113b1e174e6f1afda2d6
+GitCommit: 53e1809aebd3aa1cc67d59352fb105b7c298de1b
 Directory: 12.0/fpm-alpine
 
-Tags: 13.0.1-apache, 13.0-apache, 13-apache, apache, stable-apache, 13.0.1, 13.0, 13, latest, stable
+Tags: 13.0.2-apache, 13.0-apache, 13-apache, apache, stable-apache, production-apache, 13.0.2, 13.0, 13, latest, stable, production
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: e01caa961ff579ba753e7e55a4ef987c199938fa
+GitCommit: 53e1809aebd3aa1cc67d59352fb105b7c298de1b
 Directory: 13.0/apache
 
-Tags: 13.0.1-fpm, 13.0-fpm, 13-fpm, fpm, stable-fpm
+Tags: 13.0.2-fpm, 13.0-fpm, 13-fpm, fpm, stable-fpm, production-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 18db7e679fd92e2d36d6113b1e174e6f1afda2d6
+GitCommit: 53e1809aebd3aa1cc67d59352fb105b7c298de1b
 Directory: 13.0/fpm
 
-Tags: 13.0.1-fpm-alpine, 13.0-fpm-alpine, 13-fpm-alpine, fpm-alpine, stable-fpm-alpine
+Tags: 13.0.2-fpm-alpine, 13.0-fpm-alpine, 13-fpm-alpine, fpm-alpine, stable-fpm-alpine, production-fpm-alpine
 Architectures: amd64
-GitCommit: 18db7e679fd92e2d36d6113b1e174e6f1afda2d6
+GitCommit: 53e1809aebd3aa1cc67d59352fb105b7c298de1b
 Directory: 13.0/fpm-alpine

+ 18 - 16
library/nginx

@@ -3,40 +3,42 @@
 Maintainers: NGINX Docker Maintainers <[email protected]> (@nginxinc)
 GitRepo: https://github.com/nginxinc/docker-nginx.git
 
-Tags: 1.13.11, mainline, 1, 1.13, latest
+Tags: 1.13.12, mainline, 1, 1.13, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 43943f766ed3ee0b5278e58c5c89895381b1a3b3
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/stretch
 
-Tags: 1.13.11-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: 43943f766ed3ee0b5278e58c5c89895381b1a3b3
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/stretch-perl
 
-Tags: 1.13.11-alpine, mainline-alpine, 1-alpine, 1.13-alpine, alpine
+Tags: 1.13.12-alpine, mainline-alpine, 1-alpine, 1.13-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 43943f766ed3ee0b5278e58c5c89895381b1a3b3
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/alpine
 
-Tags: 1.13.11-alpine-perl, mainline-alpine-perl, 1-alpine-perl, 1.13-alpine-perl, alpine-perl
+Tags: 1.13.12-alpine-perl, mainline-alpine-perl, 1-alpine-perl, 1.13-alpine-perl, alpine-perl
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 43943f766ed3ee0b5278e58c5c89895381b1a3b3
+GitCommit: 590f9ba27d6d11da346440682891bee6694245f5
 Directory: mainline/alpine-perl
 
-Tags: 1.12.2, stable, 1.12
+Tags: 1.14.0, stable, 1.14
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 72ac2226580ee73c170163dbe6e4436373b6ece9
+GitCommit: d377983a14b214fcae4b8e34357761282aca788f
 Directory: stable/stretch
 
-Tags: 1.12.2-perl, stable-perl, 1.12-perl
+Tags: 1.14.0-perl, stable-perl, 1.14-perl
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 72ac2226580ee73c170163dbe6e4436373b6ece9
+GitCommit: d377983a14b214fcae4b8e34357761282aca788f
 Directory: stable/stretch-perl
 
-Tags: 1.12.2-alpine, stable-alpine, 1.12-alpine
-GitCommit: 72ac2226580ee73c170163dbe6e4436373b6ece9
+Tags: 1.14.0-alpine, stable-alpine, 1.14-alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: d377983a14b214fcae4b8e34357761282aca788f
 Directory: stable/alpine
 
-Tags: 1.12.2-alpine-perl, stable-alpine-perl, 1.12-alpine-perl
-GitCommit: 72ac2226580ee73c170163dbe6e4436373b6ece9
+Tags: 1.14.0-alpine-perl, stable-alpine-perl, 1.14-alpine-perl
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: d377983a14b214fcae4b8e34357761282aca788f
 Directory: stable/alpine-perl

+ 45 - 45
library/node

@@ -1,34 +1,34 @@
-# this file is generated via https://github.com/nodejs/docker-node/blob/e839bbbb50d4969cfe68f95136354b0a6221ca7b/generate-stackbrew-library.sh
+# this file is generated via https://github.com/nodejs/docker-node/blob/36135d58af893b99c4b95517deb499eb34afc7cc/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.11.1, 9.11, 9, latest
+Tags: 9.11.1, 9.11, 9
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
 GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9
 
-Tags: 9.11.1-alpine, 9.11-alpine, 9-alpine, alpine
+Tags: 9.11.1-alpine, 9.11-alpine, 9-alpine
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v6, i386
 GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/alpine
 
-Tags: 9.11.1-onbuild, 9.11-onbuild, 9-onbuild, onbuild
+Tags: 9.11.1-onbuild, 9.11-onbuild, 9-onbuild
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
 GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/onbuild
 
-Tags: 9.11.1-slim, 9.11-slim, 9-slim, slim
+Tags: 9.11.1-slim, 9.11-slim, 9-slim
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
 GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/slim
 
-Tags: 9.11.1-stretch, 9.11-stretch, 9-stretch, stretch
+Tags: 9.11.1-stretch, 9.11-stretch, 9-stretch
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
 GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/stretch
 
-Tags: 9.11.1-wheezy, 9.11-wheezy, 9-wheezy, wheezy
+Tags: 9.11.1-wheezy, 9.11-wheezy, 9-wheezy
 Architectures: amd64
 GitCommit: 9023f588717d236a92d91a8483ff0582484c22d1
 Directory: 9/wheezy
@@ -63,68 +63,68 @@ Architectures: amd64
 GitCommit: b3ca6573b5c179148b446107386ae96ac6204ad3
 Directory: 8/wheezy
 
-Tags: 6.14.1, 6.14, 6, boron
+Tags: 6.14.2, 6.14, 6, boron
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
+GitCommit: bb49c321f761c333ba87b18770121651f0a3004c
 Directory: 6
 
-Tags: 6.14.1-alpine, 6.14-alpine, 6-alpine, boron-alpine
+Tags: 6.14.2-alpine, 6.14-alpine, 6-alpine, boron-alpine
 Architectures: amd64
-GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
+GitCommit: bb49c321f761c333ba87b18770121651f0a3004c
 Directory: 6/alpine
 
-Tags: 6.14.1-onbuild, 6.14-onbuild, 6-onbuild, boron-onbuild
+Tags: 6.14.2-onbuild, 6.14-onbuild, 6-onbuild, boron-onbuild
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
+GitCommit: bb49c321f761c333ba87b18770121651f0a3004c
 Directory: 6/onbuild
 
-Tags: 6.14.1-slim, 6.14-slim, 6-slim, boron-slim
+Tags: 6.14.2-slim, 6.14-slim, 6-slim, boron-slim
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
+GitCommit: bb49c321f761c333ba87b18770121651f0a3004c
 Directory: 6/slim
 
-Tags: 6.14.1-stretch, 6.14-stretch, 6-stretch, boron-stretch
+Tags: 6.14.2-stretch, 6.14-stretch, 6-stretch, boron-stretch
 Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
-GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
+GitCommit: bb49c321f761c333ba87b18770121651f0a3004c
 Directory: 6/stretch
 
-Tags: 6.14.1-wheezy, 6.14-wheezy, 6-wheezy, boron-wheezy
+Tags: 6.14.2-wheezy, 6.14-wheezy, 6-wheezy, boron-wheezy
 Architectures: amd64
-GitCommit: 987139fc2385fc985aaa2545f7aeeef255eced79
+GitCommit: bb49c321f761c333ba87b18770121651f0a3004c
 Directory: 6/wheezy
 
-Tags: 4.9.1, 4.9, 4, argon
-Architectures: amd64, ppc64le, arm64v8, arm32v7, i386
-GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
-Directory: 4
-
-Tags: 4.9.1-alpine, 4.9-alpine, 4-alpine, argon-alpine
-Architectures: amd64
-GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
-Directory: 4/alpine
+Tags: 10.1.0, 10.1, 10, latest
+Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
+GitCommit: 2ecc9e8579f519ae3d267b5b497b8c04d6c7040d
+Directory: 10
 
-Tags: 4.9.1-onbuild, 4.9-onbuild, 4-onbuild, argon-onbuild
-Architectures: amd64, ppc64le, arm64v8, arm32v7, i386
-GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
-Directory: 4/onbuild
+Tags: 10.1.0-alpine, 10.1-alpine, 10-alpine, alpine
+Architectures: amd64, ppc64le, s390x, arm64v8, arm32v6, i386
+GitCommit: 2ecc9e8579f519ae3d267b5b497b8c04d6c7040d
+Directory: 10/alpine
 
-Tags: 4.9.1-slim, 4.9-slim, 4-slim, argon-slim
-Architectures: amd64, ppc64le, arm64v8, arm32v7, i386
-GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
-Directory: 4/slim
+Tags: 10.1.0-slim, 10.1-slim, 10-slim, slim
+Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
+GitCommit: 2ecc9e8579f519ae3d267b5b497b8c04d6c7040d
+Directory: 10/slim
 
-Tags: 4.9.1-stretch, 4.9-stretch, 4-stretch, argon-stretch
-Architectures: amd64, ppc64le, arm64v8, arm32v7, i386
-GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
-Directory: 4/stretch
+Tags: 10.1.0-stretch, 10.1-stretch, 10-stretch, stretch
+Architectures: amd64, ppc64le, s390x, arm64v8, arm32v7, i386
+GitCommit: 2ecc9e8579f519ae3d267b5b497b8c04d6c7040d
+Directory: 10/stretch
 
-Tags: 4.9.1-wheezy, 4.9-wheezy, 4-wheezy, argon-wheezy
+Tags: 10.1.0-wheezy, 10.1-wheezy, 10-wheezy, wheezy
 Architectures: amd64
-GitCommit: f56c21260109ad432ec3ea5ba96dbd3b9daa4ea7
-Directory: 4/wheezy
+GitCommit: 2ecc9e8579f519ae3d267b5b497b8c04d6c7040d
+Directory: 10/wheezy
 
-Tags: chakracore-8.10.0, chakracore-8.10, chakracore-8, chakracore
+Tags: chakracore-8.11.1, chakracore-8.11, chakracore-8
 Architectures: amd64
-GitCommit: fb8c0910205944cb81b8bae291f72a4a54eb2426
+GitCommit: eca9e8f34ca78bdba691e1d5ead82840e2673705
 Directory: chakracore/8
 
+Tags: chakracore-10.0.0, chakracore-10.0, chakracore-10, chakracore
+Architectures: amd64
+GitCommit: f713f15abe3ff05635326ba9716b7755c9d5f1aa
+Directory: chakracore/10
+

+ 45 - 25
library/openjdk

@@ -4,24 +4,44 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/openjdk.git
 
-Tags: 10-ea-46-jre-experimental, 10-ea-jre-experimental, 10-jre-experimental, 10-ea-46-jre, 10-ea-jre, 10-jre
+Tags: 11-ea-12-jre-sid, 11-ea-jre-sid, 11-jre-sid, 11-ea-12-jre, 11-ea-jre, 11-jre
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: f9c46dc617c9fab69f8fe427a3e3e1523bda461f
+GitCommit: 6a45699ce1082b389dfe3ed052814a28433e0668
+Directory: 11-jre
+
+Tags: 11-ea-12-jre-slim-sid, 11-ea-jre-slim-sid, 11-jre-slim-sid, 11-ea-12-jre-slim, 11-ea-jre-slim, 11-jre-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 6a45699ce1082b389dfe3ed052814a28433e0668
+Directory: 11-jre/slim
+
+Tags: 11-ea-12-jdk-sid, 11-ea-12-sid, 11-ea-jdk-sid, 11-ea-sid, 11-jdk-sid, 11-sid, 11-ea-12-jdk, 11-ea-12, 11-ea-jdk, 11-ea, 11-jdk, 11
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 6a45699ce1082b389dfe3ed052814a28433e0668
+Directory: 11-jdk
+
+Tags: 11-ea-12-jdk-slim-sid, 11-ea-12-slim-sid, 11-ea-jdk-slim-sid, 11-ea-slim-sid, 11-jdk-slim-sid, 11-slim-sid, 11-ea-12-jdk-slim, 11-ea-12-slim, 11-ea-jdk-slim, 11-ea-slim, 11-jdk-slim, 11-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 6a45699ce1082b389dfe3ed052814a28433e0668
+Directory: 11-jdk/slim
+
+Tags: 10.0.1-10-jre-sid, 10.0.1-jre-sid, 10.0-jre-sid, 10-jre-sid, 10.0.1-10-jre, 10.0.1-jre, 10.0-jre, 10-jre
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: a09d082da6e09c075495827ce74fbed4af044b96
 Directory: 10-jre
 
-Tags: 10-ea-46-jre-slim-experimental, 10-ea-jre-slim-experimental, 10-jre-slim-experimental, 10-ea-46-jre-slim, 10-ea-jre-slim, 10-jre-slim
+Tags: 10.0.1-10-jre-slim-sid, 10.0.1-jre-slim-sid, 10.0-jre-slim-sid, 10-jre-slim-sid, 10.0.1-10-jre-slim, 10.0.1-jre-slim, 10.0-jre-slim, 10-jre-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: f9c46dc617c9fab69f8fe427a3e3e1523bda461f
+GitCommit: a09d082da6e09c075495827ce74fbed4af044b96
 Directory: 10-jre/slim
 
-Tags: 10-ea-46-jdk-experimental, 10-ea-46-experimental, 10-ea-jdk-experimental, 10-ea-experimental, 10-jdk-experimental, 10-experimental, 10-ea-46-jdk, 10-ea-46, 10-ea-jdk, 10-ea, 10-jdk, 10
+Tags: 10.0.1-10-jdk-sid, 10.0.1-10-sid, 10.0.1-jdk-sid, 10.0.1-sid, 10.0-jdk-sid, 10.0-sid, 10-jdk-sid, 10-sid, 10.0.1-10-jdk, 10.0.1-10, 10.0.1-jdk, 10.0.1, 10.0-jdk, 10.0, 10-jdk, 10
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: f9c46dc617c9fab69f8fe427a3e3e1523bda461f
+GitCommit: a09d082da6e09c075495827ce74fbed4af044b96
 Directory: 10-jdk
 
-Tags: 10-ea-46-jdk-slim-experimental, 10-ea-46-slim-experimental, 10-ea-jdk-slim-experimental, 10-ea-slim-experimental, 10-jdk-slim-experimental, 10-slim-experimental, 10-ea-46-jdk-slim, 10-ea-46-slim, 10-ea-jdk-slim, 10-ea-slim, 10-jdk-slim, 10-slim
+Tags: 10.0.1-10-jdk-slim-sid, 10.0.1-10-slim-sid, 10.0.1-jdk-slim-sid, 10.0.1-slim-sid, 10.0-jdk-slim-sid, 10.0-slim-sid, 10-jdk-slim-sid, 10-slim-sid, 10.0.1-10-jdk-slim, 10.0.1-10-slim, 10.0.1-jdk-slim, 10.0.1-slim, 10.0-jdk-slim, 10.0-slim, 10-jdk-slim, 10-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: f9c46dc617c9fab69f8fe427a3e3e1523bda461f
+GitCommit: a09d082da6e09c075495827ce74fbed4af044b96
 Directory: 10-jdk/slim
 
 Tags: 9.0.4-12-jre-sid, 9.0.4-jre-sid, 9.0-jre-sid, 9-jre-sid, 9.0.4-12-jre, 9.0.4-jre, 9.0-jre, 9-jre
@@ -65,14 +85,14 @@ GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
 Directory: 9-jdk/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 
-Tags: 8u162-jre-stretch, 8-jre-stretch, jre-stretch, 8u162-jre, 8-jre, jre
+Tags: 8u171-jre-stretch, 8-jre-stretch, jre-stretch, 8u171-jre, 8-jre, jre
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1506887e16eba85b37dcf0a5ff8c9c2abe3fa9b7
+GitCommit: ce2e2040c7f32c8cb0180ff8c72e6a171d2956b9
 Directory: 8-jre
 
-Tags: 8u162-jre-slim-stretch, 8-jre-slim-stretch, jre-slim-stretch, 8u162-jre-slim, 8-jre-slim, jre-slim
+Tags: 8u171-jre-slim-stretch, 8-jre-slim-stretch, jre-slim-stretch, 8u171-jre-slim, 8-jre-slim, jre-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1506887e16eba85b37dcf0a5ff8c9c2abe3fa9b7
+GitCommit: ce2e2040c7f32c8cb0180ff8c72e6a171d2956b9
 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 +100,14 @@ Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 2598f7123fce9ea870e67f8f9df745b2b49866c0
 Directory: 8-jre/alpine
 
-Tags: 8u162-jdk-stretch, 8u162-stretch, 8-jdk-stretch, 8-stretch, jdk-stretch, stretch, 8u162-jdk, 8u162, 8-jdk, 8, jdk, latest
+Tags: 8u171-jdk-stretch, 8u171-stretch, 8-jdk-stretch, 8-stretch, jdk-stretch, stretch, 8u171-jdk, 8u171, 8-jdk, 8, jdk, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1506887e16eba85b37dcf0a5ff8c9c2abe3fa9b7
+GitCommit: ce2e2040c7f32c8cb0180ff8c72e6a171d2956b9
 Directory: 8-jdk
 
-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
+Tags: 8u171-jdk-slim-stretch, 8u171-slim-stretch, 8-jdk-slim-stretch, 8-slim-stretch, jdk-slim-stretch, slim-stretch, 8u171-jdk-slim, 8u171-slim, 8-jdk-slim, 8-slim, jdk-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1506887e16eba85b37dcf0a5ff8c9c2abe3fa9b7
+GitCommit: ce2e2040c7f32c8cb0180ff8c72e6a171d2956b9
 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,24 +115,24 @@ Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 2598f7123fce9ea870e67f8f9df745b2b49866c0
 Directory: 8-jdk/alpine
 
-Tags: 8u161-jdk-windowsservercore-ltsc2016, 8u161-windowsservercore-ltsc2016, 8-jdk-windowsservercore-ltsc2016, 8-windowsservercore-ltsc2016, jdk-windowsservercore-ltsc2016, windowsservercore-ltsc2016
-SharedTags: 8u161-jdk-windowsservercore, 8u161-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
+Tags: 8u171-jdk-windowsservercore-ltsc2016, 8u171-windowsservercore-ltsc2016, 8-jdk-windowsservercore-ltsc2016, 8-windowsservercore-ltsc2016, jdk-windowsservercore-ltsc2016, windowsservercore-ltsc2016
+SharedTags: 8u171-jdk-windowsservercore, 8u171-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
 Architectures: windows-amd64
-GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
+GitCommit: 4135ad55c2577bd722c575a41211c59669353d54
 Directory: 8-jdk/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 8u161-jdk-windowsservercore-1709, 8u161-windowsservercore-1709, 8-jdk-windowsservercore-1709, 8-windowsservercore-1709, jdk-windowsservercore-1709, windowsservercore-1709
-SharedTags: 8u161-jdk-windowsservercore, 8u161-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
+Tags: 8u171-jdk-windowsservercore-1709, 8u171-windowsservercore-1709, 8-jdk-windowsservercore-1709, 8-windowsservercore-1709, jdk-windowsservercore-1709, windowsservercore-1709
+SharedTags: 8u171-jdk-windowsservercore, 8u171-windowsservercore, 8-jdk-windowsservercore, 8-windowsservercore, jdk-windowsservercore, windowsservercore
 Architectures: windows-amd64
-GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
+GitCommit: 4135ad55c2577bd722c575a41211c59669353d54
 Directory: 8-jdk/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
-Tags: 8u161-jdk-nanoserver-sac2016, 8u161-nanoserver-sac2016, 8-jdk-nanoserver-sac2016, 8-nanoserver-sac2016, jdk-nanoserver-sac2016, nanoserver-sac2016
-SharedTags: 8u161-jdk-nanoserver, 8u161-nanoserver, 8-jdk-nanoserver, 8-nanoserver, jdk-nanoserver, nanoserver
+Tags: 8u171-jdk-nanoserver-sac2016, 8u171-nanoserver-sac2016, 8-jdk-nanoserver-sac2016, 8-nanoserver-sac2016, jdk-nanoserver-sac2016, nanoserver-sac2016
+SharedTags: 8u171-jdk-nanoserver, 8u171-nanoserver, 8-jdk-nanoserver, 8-nanoserver, jdk-nanoserver, nanoserver
 Architectures: windows-amd64
-GitCommit: 3b9644b8ef34cb59878b9d75a72920b5046dec9f
+GitCommit: 4135ad55c2577bd722c575a41211c59669353d54
 Directory: 8-jdk/windows/nanoserver-sac2016
 Constraints: nanoserver-sac2016
 

+ 4 - 10
library/opensuse

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

+ 11 - 30
library/oraclelinux

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

+ 5 - 5
library/orientdb

@@ -4,13 +4,13 @@
 
 2.1.25: git://github.com/orientechnologies/orientdb-docker@8a9633c19fa9c53a5446b9b62997ff389813e785 2.1
 
-2.2.33: git://github.com/orientechnologies/orientdb-docker@2e7da48cbf270ba82d26be8f334cd4e3ab2c79aa 2.2/x86_64/alpine
+2.2.35: git://github.com/orientechnologies/orientdb-docker@c3fd68002d9bc3e4a810dca9d74104a998e624d8 2.2/x86_64/alpine
 
-2.2.33-spatial: git://github.com/orientechnologies/orientdb-docker@2e7da48cbf270ba82d26be8f334cd4e3ab2c79aa 2.2-spatial/x86_64/alpine
+2.2.35-spatial: git://github.com/orientechnologies/orientdb-docker@c3fd68002d9bc3e4a810dca9d74104a998e624d8 2.2-spatial/x86_64/alpine
 
-3.0.0: git://github.com/orientechnologies/orientdb-docker@566840191c9689bbe634bfe24f3a55b5e0512aed 3.0/x86_64/alpine
+3.0.0: git://github.com/orientechnologies/orientdb-docker@c3fd68002d9bc3e4a810dca9d74104a998e624d8 3.0/x86_64/alpine
 
-3.0.0-spatial: git://github.com/orientechnologies/orientdb-docker@566840191c9689bbe634bfe24f3a55b5e0512aed 3.0-spatial/x86_64/alpine
+3.0.0-spatial: git://github.com/orientechnologies/orientdb-docker@c3fd68002d9bc3e4a810dca9d74104a998e624d8 3.0-spatial/x86_64/alpine
 
-latest: git://github.com/orientechnologies/orientdb-docker@566840191c9689bbe634bfe24f3a55b5e0512aed 3.0/x86_64/alpine
+latest: git://github.com/orientechnologies/orientdb-docker@c3fd68002d9bc3e4a810dca9d74104a998e624d8 3.0/x86_64/alpine
 

+ 6 - 6
library/owncloud

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

+ 1 - 1
library/percona

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

+ 11 - 10
library/perl

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

+ 7 - 19
library/photon

@@ -1,26 +1,14 @@
-# this file is generated via https://github.com/vmware/photon-docker-image/blob/574c983eb8397934324e0f8ca5824d8e00e15462/generate-stackbrew-library.sh
+# this file is generated via https://github.com/vmware/photon-docker-image/blob/b92a2b946e9f8237daf41ec0cd372d9a05264bf5/generate-stackbrew-library.sh
 
 Maintainers: Fabio Rapposelli <[email protected]> (@frapposelli),
              Alexey Makhalov <[email protected]> (@YustasSwamp)
 GitRepo: https://github.com/vmware/photon-docker-image.git
 Directory: docker
 
-Tags: 2.0-20180302, 2.0, latest
-GitFetch: refs/heads/2.0-20180302
-GitCommit: 60a31d94ab00b0a517ae8ad5ec6e0cc9d1506dfe
+Tags: 2.0, 2.0-20180409, latest
+GitFetch: refs/heads/2.0-20180409
+GitCommit: 2d99288a999864936584df2d1774a18a7e5ec6e3
 
-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
+Tags: 1.0, 1.0-20180424
+GitFetch: refs/heads/1.0-20180424
+GitCommit: f7a28eb5b5dbf6f7957df6eb052d460c10ebef04

+ 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.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
+Tags: 7.2.5-cli-stretch, 7.2-cli-stretch, 7-cli-stretch, cli-stretch, 7.2.5-stretch, 7.2-stretch, 7-stretch, stretch, 7.2.5-cli, 7.2-cli, 7-cli, cli, 7.2.5, 7.2, 7, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/stretch/cli
 
-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
+Tags: 7.2.5-apache-stretch, 7.2-apache-stretch, 7-apache-stretch, apache-stretch, 7.2.5-apache, 7.2-apache, 7-apache, apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/stretch/apache
 
-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
+Tags: 7.2.5-fpm-stretch, 7.2-fpm-stretch, 7-fpm-stretch, fpm-stretch, 7.2.5-fpm, 7.2-fpm, 7-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/stretch/fpm
 
-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
+Tags: 7.2.5-zts-stretch, 7.2-zts-stretch, 7-zts-stretch, zts-stretch, 7.2.5-zts, 7.2-zts, 7-zts, zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/stretch/zts
 
-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
+Tags: 7.2.5-cli-alpine3.7, 7.2-cli-alpine3.7, 7-cli-alpine3.7, cli-alpine3.7, 7.2.5-alpine3.7, 7.2-alpine3.7, 7-alpine3.7, alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/alpine3.7/cli
 
-Tags: 7.2.4-fpm-alpine3.7, 7.2-fpm-alpine3.7, 7-fpm-alpine3.7, fpm-alpine3.7
+Tags: 7.2.5-fpm-alpine3.7, 7.2-fpm-alpine3.7, 7-fpm-alpine3.7, fpm-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/alpine3.7/fpm
 
-Tags: 7.2.4-zts-alpine3.7, 7.2-zts-alpine3.7, 7-zts-alpine3.7, zts-alpine3.7
+Tags: 7.2.5-zts-alpine3.7, 7.2-zts-alpine3.7, 7-zts-alpine3.7, zts-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/alpine3.7/zts
 
-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
+Tags: 7.2.5-cli-alpine3.6, 7.2-cli-alpine3.6, 7-cli-alpine3.6, cli-alpine3.6, 7.2.5-alpine3.6, 7.2-alpine3.6, 7-alpine3.6, alpine3.6, 7.2.5-cli-alpine, 7.2-cli-alpine, 7-cli-alpine, cli-alpine, 7.2.5-alpine, 7.2-alpine, 7-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/alpine3.6/cli
 
-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
+Tags: 7.2.5-fpm-alpine3.6, 7.2-fpm-alpine3.6, 7-fpm-alpine3.6, fpm-alpine3.6, 7.2.5-fpm-alpine, 7.2-fpm-alpine, 7-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/alpine3.6/fpm
 
-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
+Tags: 7.2.5-zts-alpine3.6, 7.2-zts-alpine3.6, 7-zts-alpine3.6, zts-alpine3.6, 7.2.5-zts-alpine, 7.2-zts-alpine, 7-zts-alpine, zts-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: c4f059d09d7eefcb73304d198faa7674610ed810
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.2/alpine3.6/zts
 
-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
+Tags: 7.1.17-cli-jessie, 7.1-cli-jessie, 7.1.17-jessie, 7.1-jessie, 7.1.17-cli, 7.1-cli, 7.1.17, 7.1
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.1/jessie/cli
 
-Tags: 7.1.16-apache-jessie, 7.1-apache-jessie, 7.1.16-apache, 7.1-apache
+Tags: 7.1.17-apache-jessie, 7.1-apache-jessie, 7.1.17-apache, 7.1-apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.1/jessie/apache
 
-Tags: 7.1.16-fpm-jessie, 7.1-fpm-jessie, 7.1.16-fpm, 7.1-fpm
+Tags: 7.1.17-fpm-jessie, 7.1-fpm-jessie, 7.1.17-fpm, 7.1-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.1/jessie/fpm
 
-Tags: 7.1.16-zts-jessie, 7.1-zts-jessie, 7.1.16-zts, 7.1-zts
+Tags: 7.1.17-zts-jessie, 7.1-zts-jessie, 7.1.17-zts, 7.1-zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.1/jessie/zts
 
-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
+Tags: 7.1.17-cli-alpine3.4, 7.1-cli-alpine3.4, 7.1.17-alpine3.4, 7.1-alpine3.4, 7.1.17-cli-alpine, 7.1-cli-alpine, 7.1.17-alpine, 7.1-alpine
 Architectures: amd64
-GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.1/alpine3.4/cli
 
-Tags: 7.1.16-fpm-alpine3.4, 7.1-fpm-alpine3.4, 7.1.16-fpm-alpine, 7.1-fpm-alpine
+Tags: 7.1.17-fpm-alpine3.4, 7.1-fpm-alpine3.4, 7.1.17-fpm-alpine, 7.1-fpm-alpine
 Architectures: amd64
-GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.1/alpine3.4/fpm
 
-Tags: 7.1.16-zts-alpine3.4, 7.1-zts-alpine3.4, 7.1.16-zts-alpine, 7.1-zts-alpine
+Tags: 7.1.17-zts-alpine3.4, 7.1-zts-alpine3.4, 7.1.17-zts-alpine, 7.1-zts-alpine
 Architectures: amd64
-GitCommit: 756e51407761a3bfecd7b920f6617add3a1bbaaf
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.1/alpine3.4/zts
 
-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
+Tags: 7.0.30-cli-jessie, 7.0-cli-jessie, 7.0.30-jessie, 7.0-jessie, 7.0.30-cli, 7.0-cli, 7.0.30, 7.0
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.0/jessie/cli
 
-Tags: 7.0.29-apache-jessie, 7.0-apache-jessie, 7.0.29-apache, 7.0-apache
+Tags: 7.0.30-apache-jessie, 7.0-apache-jessie, 7.0.30-apache, 7.0-apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.0/jessie/apache
 
-Tags: 7.0.29-fpm-jessie, 7.0-fpm-jessie, 7.0.29-fpm, 7.0-fpm
+Tags: 7.0.30-fpm-jessie, 7.0-fpm-jessie, 7.0.30-fpm, 7.0-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.0/jessie/fpm
 
-Tags: 7.0.29-zts-jessie, 7.0-zts-jessie, 7.0.29-zts, 7.0-zts
+Tags: 7.0.30-zts-jessie, 7.0-zts-jessie, 7.0.30-zts, 7.0-zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.0/jessie/zts
 
-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
+Tags: 7.0.30-cli-alpine3.4, 7.0-cli-alpine3.4, 7.0.30-alpine3.4, 7.0-alpine3.4, 7.0.30-cli-alpine, 7.0-cli-alpine, 7.0.30-alpine, 7.0-alpine
 Architectures: amd64
-GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.0/alpine3.4/cli
 
-Tags: 7.0.29-fpm-alpine3.4, 7.0-fpm-alpine3.4, 7.0.29-fpm-alpine, 7.0-fpm-alpine
+Tags: 7.0.30-fpm-alpine3.4, 7.0-fpm-alpine3.4, 7.0.30-fpm-alpine, 7.0-fpm-alpine
 Architectures: amd64
-GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.0/alpine3.4/fpm
 
-Tags: 7.0.29-zts-alpine3.4, 7.0-zts-alpine3.4, 7.0.29-zts-alpine, 7.0-zts-alpine
+Tags: 7.0.30-zts-alpine3.4, 7.0-zts-alpine3.4, 7.0.30-zts-alpine, 7.0-zts-alpine
 Architectures: amd64
-GitCommit: 3ed155f67f686ac3cfeaee00346a7639f559192c
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 7.0/alpine3.4/zts
 
-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
+Tags: 5.6.36-cli-jessie, 5.6-cli-jessie, 5-cli-jessie, 5.6.36-jessie, 5.6-jessie, 5-jessie, 5.6.36-cli, 5.6-cli, 5-cli, 5.6.36, 5.6, 5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 5.6/jessie/cli
 
-Tags: 5.6.35-apache-jessie, 5.6-apache-jessie, 5-apache-jessie, 5.6.35-apache, 5.6-apache, 5-apache
+Tags: 5.6.36-apache-jessie, 5.6-apache-jessie, 5-apache-jessie, 5.6.36-apache, 5.6-apache, 5-apache
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 5.6/jessie/apache
 
-Tags: 5.6.35-fpm-jessie, 5.6-fpm-jessie, 5-fpm-jessie, 5.6.35-fpm, 5.6-fpm, 5-fpm
+Tags: 5.6.36-fpm-jessie, 5.6-fpm-jessie, 5-fpm-jessie, 5.6.36-fpm, 5.6-fpm, 5-fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 5.6/jessie/fpm
 
-Tags: 5.6.35-zts-jessie, 5.6-zts-jessie, 5-zts-jessie, 5.6.35-zts, 5.6-zts, 5-zts
+Tags: 5.6.36-zts-jessie, 5.6-zts-jessie, 5-zts-jessie, 5.6.36-zts, 5.6-zts, 5-zts
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 5.6/jessie/zts
 
-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
+Tags: 5.6.36-cli-alpine3.4, 5.6-cli-alpine3.4, 5-cli-alpine3.4, 5.6.36-alpine3.4, 5.6-alpine3.4, 5-alpine3.4, 5.6.36-cli-alpine, 5.6-cli-alpine, 5-cli-alpine, 5.6.36-alpine, 5.6-alpine, 5-alpine
 Architectures: amd64
-GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 5.6/alpine3.4/cli
 
-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
+Tags: 5.6.36-fpm-alpine3.4, 5.6-fpm-alpine3.4, 5-fpm-alpine3.4, 5.6.36-fpm-alpine, 5.6-fpm-alpine, 5-fpm-alpine
 Architectures: amd64
-GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 5.6/alpine3.4/fpm
 
-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
+Tags: 5.6.36-zts-alpine3.4, 5.6-zts-alpine3.4, 5-zts-alpine3.4, 5.6.36-zts-alpine, 5.6-zts-alpine, 5-zts-alpine
 Architectures: amd64
-GitCommit: 568145207f15ea0d521b09c9e8f9c65f772cee22
+GitCommit: b045ba7c51ceed8a495beb8ea7274df48a3c70e1
 Directory: 5.6/alpine3.4/zts

+ 1 - 7
library/php-zendserver

@@ -1,15 +1,9 @@
 Maintainers: David Lowes <[email protected]> (@davidl-zend)
 GitRepo: https://github.com/zendtech/php-zendserver-docker.git
-GitCommit: f28a8955e0d899aaca063ea73857200adc6712aa
-
-Tags: 5.5, 8.5-php5.5
-Directory: 8.5/5.5
+GitCommit: 4f18a2fe0e86275c4c21335b669c8847f44bbff6
 
 Tags: 5.6, 8.5-php5.6, 8.5
 Directory: 8.5/5.6
 
-Tags: 5.4, 7.0-php5.4
-Directory: 7.0/5.4
-
 Tags: 9.1, latest
 Directory: 9.1/7.1

+ 8 - 6
library/piwik

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

+ 28 - 6
library/plone

@@ -3,10 +3,32 @@ Maintainers: Alin Voinea <[email protected]> (@avoinea),
              Antonio De Marinis <[email protected]> (@demarant)
 GitRepo: https://github.com/plone/plone.docker.git
 
-Tags: 5.0.8, 5.0, 5, latest
-GitCommit: 61cce5aaee119c3aa912529738195fc3881cc37e
-Directory: 5.0/5.0.8/debian
+Tags: 5.1.1, 5.1, 5, latest
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: f623df367e5f065d07a3c2f6db44c73154fb70c8
+Directory: 5.1/5.1.1/debian
 
-Tags: 4.3.15, 4.3, 4
-GitCommit: 127622cb51ecb927e79050654ff1fcfb927910bb
-Directory: 4.3/4.3.15/debian
+Tags: 5.1.1-alpine, 5.1-alpine, 5-alpine, alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: f623df367e5f065d07a3c2f6db44c73154fb70c8
+Directory: 5.1/5.1.1/alpine
+
+Tags: 5.1.0
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: f623df367e5f065d07a3c2f6db44c73154fb70c8
+Directory: 5.1/5.1.0/debian
+
+Tags: 5.1.0-alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: f623df367e5f065d07a3c2f6db44c73154fb70c8
+Directory: 5.1/5.1.0/alpine
+
+Tags: 4.3.17, 4.3, 4
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: f623df367e5f065d07a3c2f6db44c73154fb70c8
+Directory: 4.3/4.3.17/debian
+
+Tags: 4.3.17-alpine, 4.3-alpine, 4-alpine
+Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
+GitCommit: f623df367e5f065d07a3c2f6db44c73154fb70c8
+Directory: 4.3/4.3.17/alpine

+ 14 - 14
library/postgres

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

+ 8 - 8
library/pypy

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

+ 53 - 53
library/python

@@ -4,55 +4,55 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/python.git
 
-Tags: 3.7.0b3-stretch, 3.7-rc-stretch, rc-stretch
-SharedTags: 3.7.0b3, 3.7-rc, rc
+Tags: 3.7.0b4-stretch, 3.7-rc-stretch, rc-stretch
+SharedTags: 3.7.0b4, 3.7-rc, rc
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
+GitCommit: ba5711fb564133bf9c8b870b431682a4db427219
 Directory: 3.7-rc/stretch
 
-Tags: 3.7.0b3-slim-stretch, 3.7-rc-slim-stretch, rc-slim-stretch, 3.7.0b3-slim, 3.7-rc-slim, rc-slim
+Tags: 3.7.0b4-slim-stretch, 3.7-rc-slim-stretch, rc-slim-stretch, 3.7.0b4-slim, 3.7-rc-slim, rc-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
+GitCommit: b8c94a31a98a535477200482a32c95192f85af5b
 Directory: 3.7-rc/stretch/slim
 
-Tags: 3.7.0b3-alpine3.7, 3.7-rc-alpine3.7, rc-alpine3.7, 3.7.0b3-alpine, 3.7-rc-alpine, rc-alpine
+Tags: 3.7.0b4-alpine3.7, 3.7-rc-alpine3.7, rc-alpine3.7, 3.7.0b4-alpine, 3.7-rc-alpine, rc-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
+GitCommit: ba5711fb564133bf9c8b870b431682a4db427219
 Directory: 3.7-rc/alpine3.7
 
-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
+Tags: 3.7.0b4-windowsservercore-ltsc2016, 3.7-rc-windowsservercore-ltsc2016, rc-windowsservercore-ltsc2016
+SharedTags: 3.7.0b4-windowsservercore, 3.7-rc-windowsservercore, rc-windowsservercore, 3.7.0b4, 3.7-rc, rc
 Architectures: windows-amd64
-GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
+GitCommit: ba5711fb564133bf9c8b870b431682a4db427219
 Directory: 3.7-rc/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-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
+Tags: 3.7.0b4-windowsservercore-1709, 3.7-rc-windowsservercore-1709, rc-windowsservercore-1709
+SharedTags: 3.7.0b4-windowsservercore, 3.7-rc-windowsservercore, rc-windowsservercore, 3.7.0b4, 3.7-rc, rc
 Architectures: windows-amd64
-GitCommit: 33b16b4747706dd47ade94bebfde6b1144e4b758
+GitCommit: ba5711fb564133bf9c8b870b431682a4db427219
 Directory: 3.7-rc/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
 Tags: 3.6.5-stretch, 3.6-stretch, 3-stretch, stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/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: caba688d74997c2d063907e35f5439b1b1811d9e
+GitCommit: b8c94a31a98a535477200482a32c95192f85af5b
 Directory: 3.6/stretch/slim
 
 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: caba688d74997c2d063907e35f5439b1b1811d9e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/jessie
 
 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: caba688d74997c2d063907e35f5439b1b1811d9e
+GitCommit: b8c94a31a98a535477200482a32c95192f85af5b
 Directory: 3.6/jessie/slim
 
 Tags: 3.6.5-onbuild, 3.6-onbuild, 3-onbuild, onbuild
@@ -62,42 +62,42 @@ Directory: 3.6/jessie/onbuild
 
 Tags: 3.6.5-alpine3.7, 3.6-alpine3.7, 3-alpine3.7, alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: e48c9718ef52d14df2ac46e674b0fb55523d8284
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/alpine3.7
 
 Tags: 3.6.5-alpine3.6, 3.6-alpine3.6, 3-alpine3.6, alpine3.6
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: caba688d74997c2d063907e35f5439b1b1811d9e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/alpine3.6
 
 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: caba688d74997c2d063907e35f5439b1b1811d9e
+GitCommit: b99b66406ebe728fb4da64548066ad0be6582e08
 Directory: 3.6/alpine3.4
 
 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: caba688d74997c2d063907e35f5439b1b1811d9e
+GitCommit: 8b2f374fa1ea46deb744c183af71f94f72194a74
 Directory: 3.6/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
 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: caba688d74997c2d063907e35f5439b1b1811d9e
+GitCommit: 8b2f374fa1ea46deb744c183af71f94f72194a74
 Directory: 3.6/windows/windowsservercore-1709
 Constraints: windowsservercore-1709
 
 Tags: 3.5.5-jessie, 3.5-jessie
 SharedTags: 3.5.5, 3.5
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
+GitCommit: a652f35d6ce77f02ca268d67f39e7dfa24cf08c5
 Directory: 3.5/jessie
 
 Tags: 3.5.5-slim-jessie, 3.5-slim-jessie, 3.5.5-slim, 3.5-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
+GitCommit: b8c94a31a98a535477200482a32c95192f85af5b
 Directory: 3.5/jessie/slim
 
 Tags: 3.5.5-onbuild, 3.5-onbuild
@@ -107,18 +107,18 @@ Directory: 3.5/jessie/onbuild
 
 Tags: 3.5.5-alpine3.4, 3.5-alpine3.4, 3.5.5-alpine, 3.5-alpine
 Architectures: amd64
-GitCommit: 49d4db584f3d8199fba353fd6f84b3aa4979a0ad
+GitCommit: a652f35d6ce77f02ca268d67f39e7dfa24cf08c5
 Directory: 3.5/alpine3.4
 
 Tags: 3.4.8-jessie, 3.4-jessie
 SharedTags: 3.4.8, 3.4
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
+GitCommit: 92b33f97f0e1f1faabca46aee0f5520c1b038ed5
 Directory: 3.4/jessie
 
 Tags: 3.4.8-slim-jessie, 3.4-slim-jessie, 3.4.8-slim, 3.4-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
+GitCommit: b8c94a31a98a535477200482a32c95192f85af5b
 Directory: 3.4/jessie/slim
 
 Tags: 3.4.8-onbuild, 3.4-onbuild
@@ -128,70 +128,70 @@ Directory: 3.4/jessie/onbuild
 
 Tags: 3.4.8-wheezy, 3.4-wheezy
 Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
+GitCommit: 92b33f97f0e1f1faabca46aee0f5520c1b038ed5
 Directory: 3.4/wheezy
 
 Tags: 3.4.8-alpine3.4, 3.4-alpine3.4, 3.4.8-alpine, 3.4-alpine
 Architectures: amd64
-GitCommit: bea6f2bc3398d59c312492c403399b4078d3f6c9
+GitCommit: 92b33f97f0e1f1faabca46aee0f5520c1b038ed5
 Directory: 3.4/alpine3.4
 
-Tags: 2.7.14-stretch, 2.7-stretch, 2-stretch
+Tags: 2.7.15-stretch, 2.7-stretch, 2-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 4d640edc8df64b9cf050904f60ac03765e05d3f6
 Directory: 2.7/stretch
 
-Tags: 2.7.14-slim-stretch, 2.7-slim-stretch, 2-slim-stretch
+Tags: 2.7.15-slim-stretch, 2.7-slim-stretch, 2-slim-stretch
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: b8c94a31a98a535477200482a32c95192f85af5b
 Directory: 2.7/stretch/slim
 
-Tags: 2.7.14-jessie, 2.7-jessie, 2-jessie
-SharedTags: 2.7.14, 2.7, 2
+Tags: 2.7.15-jessie, 2.7-jessie, 2-jessie
+SharedTags: 2.7.15, 2.7, 2
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 4d640edc8df64b9cf050904f60ac03765e05d3f6
 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
+Tags: 2.7.15-slim-jessie, 2.7-slim-jessie, 2-slim-jessie, 2.7.15-slim, 2.7-slim, 2-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: b8c94a31a98a535477200482a32c95192f85af5b
 Directory: 2.7/jessie/slim
 
-Tags: 2.7.14-onbuild, 2.7-onbuild, 2-onbuild
+Tags: 2.7.15-onbuild, 2.7-onbuild, 2-onbuild
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: f12c2df135aef8c3f645d90aae582b2c65dbc3b5
 Directory: 2.7/jessie/onbuild
 
-Tags: 2.7.14-wheezy, 2.7-wheezy, 2-wheezy
+Tags: 2.7.15-wheezy, 2.7-wheezy, 2-wheezy
 Architectures: amd64, arm32v5, arm32v7, i386
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 4d640edc8df64b9cf050904f60ac03765e05d3f6
 Directory: 2.7/wheezy
 
-Tags: 2.7.14-alpine3.7, 2.7-alpine3.7, 2-alpine3.7
+Tags: 2.7.15-alpine3.7, 2.7-alpine3.7, 2-alpine3.7
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 4d640edc8df64b9cf050904f60ac03765e05d3f6
 Directory: 2.7/alpine3.7
 
-Tags: 2.7.14-alpine3.6, 2.7-alpine3.6, 2-alpine3.6
+Tags: 2.7.15-alpine3.6, 2.7-alpine3.6, 2-alpine3.6
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 4d640edc8df64b9cf050904f60ac03765e05d3f6
 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
+Tags: 2.7.15-alpine3.4, 2.7-alpine3.4, 2-alpine3.4, 2.7.15-alpine, 2.7-alpine, 2-alpine
 Architectures: amd64
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 4d640edc8df64b9cf050904f60ac03765e05d3f6
 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
+Tags: 2.7.15-windowsservercore-ltsc2016, 2.7-windowsservercore-ltsc2016, 2-windowsservercore-ltsc2016
+SharedTags: 2.7.15-windowsservercore, 2.7-windowsservercore, 2-windowsservercore, 2.7.15, 2.7, 2
 Architectures: windows-amd64
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 4d640edc8df64b9cf050904f60ac03765e05d3f6
 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
+Tags: 2.7.15-windowsservercore-1709, 2.7-windowsservercore-1709, 2-windowsservercore-1709
+SharedTags: 2.7.15-windowsservercore, 2.7-windowsservercore, 2-windowsservercore, 2.7.15, 2.7, 2
 Architectures: windows-amd64
-GitCommit: fb58b39c5ac1cfd5c901fde02b0bf08f8a6b4990
+GitCommit: 4d640edc8df64b9cf050904f60ac03765e05d3f6
 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.4: git://github.com/rocker-org/rocker@151274f9052f874034489769b94eba834309dc5d r-base
-latest: git://github.com/rocker-org/rocker@151274f9052f874034489769b94eba834309dc5d r-base
+3.5.0: git://github.com/rocker-org/rocker@629c6f89d81a336a7fa6a8a18f8365f1fd2878be r-base
+latest: git://github.com/rocker-org/rocker@629c6f89d81a336a7fa6a8a18f8365f1fd2878be r-base

+ 12 - 12
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.4-rc.4, 3.7-rc
+Tags: 3.7.5-rc.1, 3.7-rc
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 828d5ed824b9c49a9696755a3872c3d45ac81bd8
+GitCommit: 0480b1954a18b45eb0d403e59d0cb9844b4f466f
 Directory: 3.7-rc/debian
 
-Tags: 3.7.4-rc.4-management, 3.7-rc-management
+Tags: 3.7.5-rc.1-management, 3.7-rc-management
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: da06cbdbe9e89305b2650a782af06f96004a894e
 Directory: 3.7-rc/debian/management
 
-Tags: 3.7.4-rc.4-alpine, 3.7-rc-alpine
+Tags: 3.7.5-rc.1-alpine, 3.7-rc-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: ef175ca799b6cee50f04e464271a610cbd3d2e69
+GitCommit: d018942c63a8f9c1cb4a84930b74eb142640f1ce
 Directory: 3.7-rc/alpine
 
-Tags: 3.7.4-rc.4-management-alpine, 3.7-rc-management-alpine
+Tags: 3.7.5-rc.1-management-alpine, 3.7-rc-management-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: da06cbdbe9e89305b2650a782af06f96004a894e
 Directory: 3.7-rc/alpine/management
 
-Tags: 3.7.4, 3.7, 3, latest
+Tags: 3.7.5, 3.7, 3, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1a37166704d2ca7c386980387e81615985d5db47
+GitCommit: 75bbd3f7ae9c106a23b0f10809d45690045f805a
 Directory: 3.7/debian
 
-Tags: 3.7.4-management, 3.7-management, 3-management, management
+Tags: 3.7.5-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.4-alpine, 3.7-alpine, 3-alpine, alpine
+Tags: 3.7.5-alpine, 3.7-alpine, 3-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 94de3d0908514407dfa02a61aa37642a1884de45
+GitCommit: 1d60d6f4314e5282c7fc4299c1e56450522414f1
 Directory: 3.7/alpine
 
-Tags: 3.7.4-management-alpine, 3.7-management-alpine, 3-management-alpine, management-alpine
+Tags: 3.7.5-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

+ 9 - 9
library/redmine

@@ -4,22 +4,22 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/redmine.git
 
-Tags: 3.4.4, 3.4, 3, latest
+Tags: 3.4.5, 3.4, 3, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 86a208cc744d9743a219973ba2ab675f6718bec4
+GitCommit: 7885b55d69f209c5aa676ba60b727dd240e199bd
 Directory: 3.4
 
-Tags: 3.4.4-passenger, 3.4-passenger, 3-passenger, passenger
-GitCommit: e5a95c0ca089652541f12d9008d9be6332f59899
+Tags: 3.4.5-passenger, 3.4-passenger, 3-passenger, passenger
+GitCommit: ba7d91e6a5974c41a8fc91c9042a2e53410e6764
 Directory: 3.4/passenger
 
-Tags: 3.3.6, 3.3
+Tags: 3.3.7, 3.3
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 1a66905d6ed69f74e74e6b48fedb39f8e3bff949
+GitCommit: bd9663568f6e9617776f127a749a4f794ef4cf19
 Directory: 3.3
 
-Tags: 3.3.6-passenger, 3.3-passenger
-GitCommit: e5a95c0ca089652541f12d9008d9be6332f59899
+Tags: 3.3.7-passenger, 3.3-passenger
+GitCommit: ba7d91e6a5974c41a8fc91c9042a2e53410e6764
 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: e5a95c0ca089652541f12d9008d9be6332f59899
+GitCommit: ba7d91e6a5974c41a8fc91c9042a2e53410e6764
 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.63.0, 0.63, 0, latest
-GitCommit: c76db6d89aff8ec3624be938d408950c00b4fdee
+Tags: 0.64.1, 0.64, 0, latest
+GitCommit: 19fedd2425d940dd6a513c5c4ff01dfafa83a9f9

+ 20 - 20
library/ros

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

+ 3 - 3
library/ruby

@@ -1,4 +1,4 @@
-# this file is generated via https://github.com/docker-library/ruby/blob/bf3b9e755c36c25dde89c832c293abe87292e482/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/ruby/blob/06881d7ebd92ceecd9695102b516299d63651ffb/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
@@ -59,7 +59,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: a6918175fd506b46bf2d8f899f4faa40e72296fb
 Directory: 2.4/jessie/onbuild
 
-Tags: 2.4.4-alpine3.7, 2.4-alpine3.7
+Tags: 2.4.4-alpine3.7, 2.4-alpine3.7, 2.4.4-alpine, 2.4-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/alpine3.7
@@ -69,7 +69,7 @@ Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/alpine3.6
 
-Tags: 2.4.4-alpine3.4, 2.4-alpine3.4, 2.4.4-alpine, 2.4-alpine
+Tags: 2.4.4-alpine3.4, 2.4-alpine3.4
 Architectures: amd64
 GitCommit: 1bd8b466277668bff50528b26360e6e451e4dae4
 Directory: 2.4/alpine3.4

+ 11 - 1
library/rust

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

+ 1 - 1
library/sl

@@ -8,7 +8,7 @@ Tags: 7, latest
 Architectures: amd64
 GitFetch: refs/heads/7
 Directory: sl7
-GitCommit: 07363f7d232403041802d04b811079229f3fefbd
+GitCommit: cc19070a8d75c826af21c28251d409b1463d747f
 
 # For the SL6 container
 Tags: 6

+ 31 - 16
library/solr

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

+ 9 - 9
library/sonarqube

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

+ 3 - 3
library/swipl

@@ -1,10 +1,10 @@
 Maintainers: Dave Curylo <[email protected]> (@ninjarobot)
 GitRepo: https://github.com/SWI-Prolog/docker-swipl.git
-GitCommit: 41b691546a116ce357192de19798dd68a7aa8223
+GitCommit: 9e5b018bc518736af3ec0005831a2a4d1a53cff5
 
-Tags: latest, 7.7.11
+Tags: latest, 7.7.13
 Architectures: amd64, arm32v7
-Directory: 7.7.11/stretch
+Directory: 7.7.13/stretch
 
 Tags: stable, 7.6.4
 Directory: 7.6.4/stretch

+ 3 - 7
library/teamspeak

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

+ 10 - 3
library/telegraf

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

+ 65 - 45
library/tomcat

@@ -1,115 +1,135 @@
-# this file is generated via https://github.com/docker-library/tomcat/blob/5d317a0a21e6c927e415dfc8dd452619ea4b4643/generate-stackbrew-library.sh
+# this file is generated via https://github.com/docker-library/tomcat/blob/fae008566295d1eec89de04385215fdd54eceda5/generate-stackbrew-library.sh
 
 Maintainers: Tianon Gravi <[email protected]> (@tianon),
              Joseph Ferguson <[email protected]> (@yosifkit)
 GitRepo: https://github.com/docker-library/tomcat.git
 
-Tags: 7.0.85-jre7, 7.0-jre7, 7-jre7, 7.0.85, 7.0, 7
+Tags: 7.0.86-jre7, 7.0-jre7, 7-jre7, 7.0.86, 7.0, 7
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 5a8eb8d07236e132d98cbada87d32bd0cfd2dd42
+GitCommit: d30e763f14a26d2b3acfbce53ff2e53c6f119eaf
 Directory: 7/jre7
 
-Tags: 7.0.85-jre7-slim, 7.0-jre7-slim, 7-jre7-slim, 7.0.85-slim, 7.0-slim, 7-slim
+Tags: 7.0.86-jre7-slim, 7.0-jre7-slim, 7-jre7-slim, 7.0.86-slim, 7.0-slim, 7-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 5a8eb8d07236e132d98cbada87d32bd0cfd2dd42
+GitCommit: d30e763f14a26d2b3acfbce53ff2e53c6f119eaf
 Directory: 7/jre7-slim
 
-Tags: 7.0.85-jre7-alpine, 7.0-jre7-alpine, 7-jre7-alpine, 7.0.85-alpine, 7.0-alpine, 7-alpine
+Tags: 7.0.86-jre7-alpine, 7.0-jre7-alpine, 7-jre7-alpine, 7.0.86-alpine, 7.0-alpine, 7-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 85486f9d3edfa08a827037e556924b1aeb7069d9
+GitCommit: a46495d93b02266f616208b1599c26a2df0ae7f8
 Directory: 7/jre7-alpine
 
-Tags: 7.0.85-jre8, 7.0-jre8, 7-jre8
+Tags: 7.0.86-jre8, 7.0-jre8, 7-jre8
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 5a8eb8d07236e132d98cbada87d32bd0cfd2dd42
+GitCommit: d30e763f14a26d2b3acfbce53ff2e53c6f119eaf
 Directory: 7/jre8
 
-Tags: 7.0.85-jre8-slim, 7.0-jre8-slim, 7-jre8-slim
+Tags: 7.0.86-jre8-slim, 7.0-jre8-slim, 7-jre8-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 5a8eb8d07236e132d98cbada87d32bd0cfd2dd42
+GitCommit: d30e763f14a26d2b3acfbce53ff2e53c6f119eaf
 Directory: 7/jre8-slim
 
-Tags: 7.0.85-jre8-alpine, 7.0-jre8-alpine, 7-jre8-alpine
+Tags: 7.0.86-jre8-alpine, 7.0-jre8-alpine, 7-jre8-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 85486f9d3edfa08a827037e556924b1aeb7069d9
+GitCommit: a46495d93b02266f616208b1599c26a2df0ae7f8
 Directory: 7/jre8-alpine
 
-Tags: 8.0.50-jre7, 8.0-jre7, 8.0.50, 8.0
+Tags: 8.0.52-jre7, 8.0-jre7, 8.0.52, 8.0
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 58ae57a15b0b06bc97d91ba144c5fb99d6ca2067
+GitCommit: 8d246358fc604ea70ee19cd4b8809d7b1843c5bd
 Directory: 8.0/jre7
 
-Tags: 8.0.50-jre7-slim, 8.0-jre7-slim, 8.0.50-slim, 8.0-slim
+Tags: 8.0.52-jre7-slim, 8.0-jre7-slim, 8.0.52-slim, 8.0-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 58ae57a15b0b06bc97d91ba144c5fb99d6ca2067
+GitCommit: 8d246358fc604ea70ee19cd4b8809d7b1843c5bd
 Directory: 8.0/jre7-slim
 
-Tags: 8.0.50-jre7-alpine, 8.0-jre7-alpine, 8.0.50-alpine, 8.0-alpine
+Tags: 8.0.52-jre7-alpine, 8.0-jre7-alpine, 8.0.52-alpine, 8.0-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 99e449dbecd64705dd81c07b8767ec67e706be41
+GitCommit: d183e24a7f4239f84bf521ac96690904adb21a86
 Directory: 8.0/jre7-alpine
 
-Tags: 8.0.50-jre8, 8.0-jre8
+Tags: 8.0.52-jre8, 8.0-jre8
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 58ae57a15b0b06bc97d91ba144c5fb99d6ca2067
+GitCommit: 8d246358fc604ea70ee19cd4b8809d7b1843c5bd
 Directory: 8.0/jre8
 
-Tags: 8.0.50-jre8-slim, 8.0-jre8-slim
+Tags: 8.0.52-jre8-slim, 8.0-jre8-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 58ae57a15b0b06bc97d91ba144c5fb99d6ca2067
+GitCommit: 8d246358fc604ea70ee19cd4b8809d7b1843c5bd
 Directory: 8.0/jre8-slim
 
-Tags: 8.0.50-jre8-alpine, 8.0-jre8-alpine
+Tags: 8.0.52-jre8-alpine, 8.0-jre8-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: 99e449dbecd64705dd81c07b8767ec67e706be41
+GitCommit: d183e24a7f4239f84bf521ac96690904adb21a86
 Directory: 8.0/jre8-alpine
 
-Tags: 8.5.29-jre8, 8.5-jre8, 8-jre8, jre8, 8.5.29, 8.5, 8, latest
+Tags: 8.5.31-jre8, 8.5-jre8, 8-jre8, jre8, 8.5.31, 8.5, 8, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 271dd9b73316d3cc6f5742207bf8a776c9c8583b
+GitCommit: 3f9b2155c4c44e3668fea5e26bae26a6f5b783e3
 Directory: 8.5/jre8
 
-Tags: 8.5.29-jre8-slim, 8.5-jre8-slim, 8-jre8-slim, jre8-slim, 8.5.29-slim, 8.5-slim, 8-slim, slim
+Tags: 8.5.31-jre8-slim, 8.5-jre8-slim, 8-jre8-slim, jre8-slim, 8.5.31-slim, 8.5-slim, 8-slim, slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 271dd9b73316d3cc6f5742207bf8a776c9c8583b
+GitCommit: 3f9b2155c4c44e3668fea5e26bae26a6f5b783e3
 Directory: 8.5/jre8-slim
 
-Tags: 8.5.29-jre8-alpine, 8.5-jre8-alpine, 8-jre8-alpine, jre8-alpine, 8.5.29-alpine, 8.5-alpine, 8-alpine, alpine
+Tags: 8.5.31-jre8-alpine, 8.5-jre8-alpine, 8-jre8-alpine, jre8-alpine, 8.5.31-alpine, 8.5-alpine, 8-alpine, alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: cd46dd92802bc82fb544906ae8b0108996c5de65
+GitCommit: 1ce7bd2eed038fb722527f41f0f185322d53e979
 Directory: 8.5/jre8-alpine
 
-Tags: 8.5.29-jre9, 8.5-jre9, 8-jre9, jre9
+Tags: 8.5.31-jre9, 8.5-jre9, 8-jre9, jre9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 271dd9b73316d3cc6f5742207bf8a776c9c8583b
+GitCommit: 3f9b2155c4c44e3668fea5e26bae26a6f5b783e3
 Directory: 8.5/jre9
 
-Tags: 8.5.29-jre9-slim, 8.5-jre9-slim, 8-jre9-slim, jre9-slim
+Tags: 8.5.31-jre9-slim, 8.5-jre9-slim, 8-jre9-slim, jre9-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 271dd9b73316d3cc6f5742207bf8a776c9c8583b
+GitCommit: 3f9b2155c4c44e3668fea5e26bae26a6f5b783e3
 Directory: 8.5/jre9-slim
 
-Tags: 9.0.6-jre8, 9.0-jre8, 9-jre8
+Tags: 8.5.31-jre10, 8.5-jre10, 8-jre10, jre10
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9d5a066020c6084b2adce6c3fb1fddbcb18467d1
+GitCommit: 3f9b2155c4c44e3668fea5e26bae26a6f5b783e3
+Directory: 8.5/jre10
+
+Tags: 8.5.31-jre10-slim, 8.5-jre10-slim, 8-jre10-slim, jre10-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: 3f9b2155c4c44e3668fea5e26bae26a6f5b783e3
+Directory: 8.5/jre10-slim
+
+Tags: 9.0.8-jre8, 9.0-jre8, 9-jre8
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: cde74d619bfe2e522d31b02969822b0d0df0bc6c
 Directory: 9.0/jre8
 
-Tags: 9.0.6-jre8-slim, 9.0-jre8-slim, 9-jre8-slim
+Tags: 9.0.8-jre8-slim, 9.0-jre8-slim, 9-jre8-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9d5a066020c6084b2adce6c3fb1fddbcb18467d1
+GitCommit: cde74d619bfe2e522d31b02969822b0d0df0bc6c
 Directory: 9.0/jre8-slim
 
-Tags: 9.0.6-jre8-alpine, 9.0-jre8-alpine, 9-jre8-alpine
+Tags: 9.0.8-jre8-alpine, 9.0-jre8-alpine, 9-jre8-alpine
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
-GitCommit: f4f5d57a2574e4d4c646041822ab72e6fff461e4
+GitCommit: 8fffa7246aacceb0e7390aafe978efeea9c104e3
 Directory: 9.0/jre8-alpine
 
-Tags: 9.0.6-jre9, 9.0-jre9, 9-jre9, 9.0.6, 9.0, 9
+Tags: 9.0.8-jre9, 9.0-jre9, 9-jre9, 9.0.8, 9.0, 9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9d5a066020c6084b2adce6c3fb1fddbcb18467d1
+GitCommit: cde74d619bfe2e522d31b02969822b0d0df0bc6c
 Directory: 9.0/jre9
 
-Tags: 9.0.6-jre9-slim, 9.0-jre9-slim, 9-jre9-slim, 9.0.6-slim, 9.0-slim, 9-slim
+Tags: 9.0.8-jre9-slim, 9.0-jre9-slim, 9-jre9-slim, 9.0.8-slim, 9.0-slim, 9-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 9d5a066020c6084b2adce6c3fb1fddbcb18467d1
+GitCommit: cde74d619bfe2e522d31b02969822b0d0df0bc6c
 Directory: 9.0/jre9-slim
+
+Tags: 9.0.8-jre10, 9.0-jre10, 9-jre10
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: cde74d619bfe2e522d31b02969822b0d0df0bc6c
+Directory: 9.0/jre10
+
+Tags: 9.0.8-jre10-slim, 9.0-jre10-slim, 9-jre10-slim
+Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
+GitCommit: cde74d619bfe2e522d31b02969822b0d0df0bc6c
+Directory: 9.0/jre10-slim

+ 4 - 16
library/traefik

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

+ 15 - 15
library/ubuntu

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

+ 4 - 8
library/vault

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

+ 3 - 2
library/websphere-liberty

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

+ 8 - 8
library/wordpress

@@ -66,22 +66,22 @@ Directory: php7.2/fpm-alpine
 
 # Now, wp-cli variants (which do _not_ include WordPress, so no WordPress version number -- only wp-cli version)
 
-Tags: cli-1.5.0-php5.6, cli-1.5-php5.6, cli-1-php5.6, cli-php5.6
+Tags: cli-1.5.1-php5.6, cli-1.5-php5.6, cli-1-php5.6, cli-php5.6
 Architectures: amd64
-GitCommit: 6fb1a99b550441edb5d1e554703f9f26afa73305
+GitCommit: 912d76560ec9e350e24aedd3a30268026082557a
 Directory: php5.6/cli
 
-Tags: cli-1.5.0-php7.0, cli-1.5-php7.0, cli-1-php7.0, cli-php7.0
+Tags: cli-1.5.1-php7.0, cli-1.5-php7.0, cli-1-php7.0, cli-php7.0
 Architectures: amd64
-GitCommit: 6fb1a99b550441edb5d1e554703f9f26afa73305
+GitCommit: 912d76560ec9e350e24aedd3a30268026082557a
 Directory: php7.0/cli
 
-Tags: cli-1.5.0-php7.1, cli-1.5-php7.1, cli-1-php7.1, cli-php7.1
+Tags: cli-1.5.1-php7.1, cli-1.5-php7.1, cli-1-php7.1, cli-php7.1
 Architectures: amd64
-GitCommit: 6fb1a99b550441edb5d1e554703f9f26afa73305
+GitCommit: 912d76560ec9e350e24aedd3a30268026082557a
 Directory: php7.1/cli
 
-Tags: cli-1.5.0, cli-1.5, cli-1, cli, cli-1.5.0-php7.2, cli-1.5-php7.2, cli-1-php7.2, cli-php7.2
+Tags: cli-1.5.1, cli-1.5, cli-1, cli, cli-1.5.1-php7.2, cli-1.5-php7.2, cli-1-php7.2, cli-php7.2
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le
-GitCommit: 6fb1a99b550441edb5d1e554703f9f26afa73305
+GitCommit: 912d76560ec9e350e24aedd3a30268026082557a
 Directory: php7.2/cli

+ 4 - 4
library/xwiki

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

+ 3 - 3
library/znc

@@ -1,10 +1,10 @@
 Maintainers: Alexey Sokolov <[email protected]> (@DarthGandalf)
 GitRepo: https://github.com/znc/znc-docker.git
-GitCommit: 87d5d3c2f138540a97cd067fa869fab5eeeca3b8
+GitCommit: 39116f34fa92cb9c9b170c60bfb32411d408a582
 Architectures: amd64, arm32v6
 
-Tags: 1.6.6, 1.6, latest
+Tags: 1.7.0, 1.7, latest
 Directory: full
 
-Tags: 1.6.6-slim, 1.6-slim, slim
+Tags: 1.7.0-slim, 1.7-slim, slim
 Directory: slim

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

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

+ 3 - 3
test/tests/plone-zeoclient/run.sh

@@ -10,11 +10,11 @@ PLONE_TEST_TRIES=5
 
 # Start ZEO server
 zname="zeo-container-$RANDOM-$RANDOM"
-zid="$(docker run -d --name "$zname" "$image" zeoserver)"
+zid="$(docker run -d --name "$zname" "$image" zeo)"
 
 # Start Plone as ZEO Client
 pname="plone-container-$RANDOM-$RANDOM"
-pid="$(docker run -d --name "$pname" --link=$zname:zeo -e ZEO_ADDRESS=zeo:8100 "$image")"
+pid="$(docker run -d --name "$pname" --link=$zname:zeo -e ZEO_ADDRESS=zeo:8080 "$image")"
 
 # Tear down
 trap "docker rm -vf $pid $zid > /dev/null" EXIT
@@ -41,4 +41,4 @@ get_auth() {
 [[ "$(get 'http://plone:8080')" == *"Plone is up and running"* ]]
 
 # Create a Plone site
-[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a Plone site"* ]]
+[[ "$(get_auth 'http://plone:8080/@@plone-addsite' "$(echo -n 'admin:admin' | base64)")" == *"Create a Plone site"* ]]

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

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