Эх сурвалжийг харах

Merge pull request #3 from scpeters/gazebo

Gazebo4
Tully Foote 10 жил өмнө
parent
commit
bba51f2a9e
74 өөрчлөгдсөн 900 нэмэгдсэн , 574 устгасан
  1. 2 0
      MAINTAINERS
  2. 30 1
      README.md
  3. 4 0
      bashbrew/git-set-mtimes
  4. 2 2
      library/aerospike
  5. 9 0
      library/arangodb
  6. 9 21
      library/buildpack-deps
  7. 9 5
      library/cassandra
  8. 4 4
      library/celery
  9. 4 2
      library/clojure
  10. 8 5
      library/crate
  11. 24 24
      library/debian
  12. 12 12
      library/django
  13. 3 3
      library/docker-dev
  14. 4 4
      library/drupal
  15. 13 10
      library/elasticsearch
  16. 4 4
      library/fedora
  17. 5 0
      library/gazebo
  18. 4 4
      library/ghost
  19. 6 0
      library/golang
  20. 4 4
      library/haproxy
  21. 2 2
      library/hello-world
  22. 6 6
      library/httpd
  23. 38 26
      library/iojs
  24. 4 4
      library/irssi
  25. 27 27
      library/java
  26. 2 2
      library/jenkins
  27. 16 16
      library/jetty
  28. 15 0
      library/joomla
  29. 13 23
      library/jruby
  30. 3 3
      library/julia
  31. 4 0
      library/kaazing-gateway
  32. 4 4
      library/kibana
  33. 3 3
      library/logstash
  34. 3 3
      library/mageia
  35. 7 7
      library/mariadb
  36. 9 9
      library/mongo
  37. 9 9
      library/mysql
  38. 5 0
      library/nats
  39. 4 4
      library/nginx
  40. 30 30
      library/node
  41. 4 8
      library/opensuse
  42. 9 8
      library/oraclelinux
  43. 17 0
      library/owncloud
  44. 6 6
      library/percona
  45. 55 40
      library/php
  46. 15 12
      library/postgres
  47. 18 18
      library/pypy
  48. 45 33
      library/python
  49. 2 2
      library/r-base
  50. 8 8
      library/rabbitmq
  51. 2 2
      library/rakudo-star
  52. 21 9
      library/redis
  53. 19 0
      library/redmine
  54. 4 3
      library/registry
  55. 18 17
      library/rethinkdb
  56. 7 0
      library/rocket.chat
  57. 18 30
      library/ruby
  58. 4 4
      library/sentry
  59. 2 2
      library/swarm
  60. 21 21
      library/tomcat
  61. 24 30
      library/ubuntu
  62. 13 16
      library/ubuntu-debootstrap
  63. 3 3
      library/websphere-liberty
  64. 12 12
      library/wordpress
  65. 5 0
      test/config.sh
  66. 1 1
      test/tests/mongo-basics/run.sh
  67. 23 5
      test/tests/mysql-basics/run.sh
  68. 4 0
      test/tests/mysql-initdb/initdb.sql
  69. 51 0
      test/tests/mysql-initdb/run.sh
  70. 1 1
      test/tests/no-hard-coded-passwords/run.sh
  71. 1 0
      test/tests/php-ext-install/container.sh
  72. 51 0
      test/tests/postgres-basics/run.sh
  73. 4 0
      test/tests/postgres-initdb/initdb.sql
  74. 48 0
      test/tests/postgres-initdb/run.sh

+ 2 - 0
MAINTAINERS

@@ -1,2 +1,4 @@
 Tianon Gravi <[email protected]> (@tianon)
 Joseph Ferguson <[email protected]> (@yosifkit)
+Talon Bowler <[email protected]> (@moghedrin)
+Peter Salvatore <[email protected]> (@psftw)

+ 30 - 1
README.md

@@ -22,7 +22,14 @@ If you do not represent upstream and upstream becomes interested in maintaining
 
 For upstreams interested in taking over maintainership of an existing repository, the first step is to get involved in the existing repository. Making comments on issues, proposing changes, and making yourself known within the "image community" (even if that "community" is just the current maintainer) are all important places to start to ensure that the transition is unsurprising to existing contributors and users.
 
-To make sure the review process isn't stalled during the transition, please ensure that the entire Git history of the original repository is kept in the new upstream-maintained repository. This is most easily accomplished by forking the new from the existing repository, but can also be accomplished by fetching the commits directly from the original and pushing them into the new repo (ie, `git fetch https://github.com/jsmith/example.git master`, `git rebase FETCH_HEAD`, `git push -f`).
+When taking over an existing repository, please ensure that the entire Git history of the original repository is kept in the new upstream-maintained repository to make sure the review process isn't stalled during the transition. This is most easily accomplished by forking the new from the existing repository, but can also be accomplished by fetching the commits directly from the original and pushing them into the new repo (ie, `git fetch https://github.com/jsmith/example.git master`, `git rebase FETCH_HEAD`, `git push -f`). On github, an alternative is to move ownership of the git repository. This can be accomplished without giving either group admin access to the other owner's repository:
+
+-	create temporary intermediary organization
+	-	[docker-library-transitioner](https://github.com/docker-library-transitioner) is available for this purpose if you would like our help
+-	give old and new owners admin access to intermediary organization
+-	old owner transfers repo ownership to intermediary organization
+-	new owner transfers repo ownership to its new home
+	-	recommend that old owner does not fork new repo back into the old organization to ensure that github redirects will just work
 
 #### Repeatability
 
@@ -82,6 +89,28 @@ All official images should provide a consistent interface. A beginning user shou
 
 Try to make the `Dockerfile` easy to understand/read. It may be tempting, for the sake of brevity, to put complicated initialization details into a standalone script and merely add a `RUN` command in the `Dockerfile`. However, this causes the resulting `Dockerfile` to be overly opaque, and such `Dockerfile`s are unlikely to pass review. Instead, it it recommended to put all the commands for initialization into the `Dockerfile` as appropriate `RUN` or `ENV` command combinations. To find good examples, look at the current official images.
 
+Some examples at the time of writing:
+
+-	[php](https://github.com/docker-library/php/blob/b4aeb948e2e240c732d78890ff03285b16e8edda/5.6/Dockerfile)
+-	[python](https://github.com/docker-library/python/blob/3e5826ad0c6e29f07f6dc7ff8f30b4c54385d1bb/3.4/Dockerfile)
+-	[ruby:2.2](https://github.com/docker-library/ruby/blob/e34b201a0f0b49818fc8373f6a9148e13d546bdf/2.2/Dockerfile)
+
+#### init
+
+Following the Docker guidelines it is highly recommended that the resulting image be just one concern per container; predominantly this means just one process per container, so there is no need for a full init system. There are two situations where an init-like process would be helpful for the container. The first being signal handling. If the process launched does not handle `SIGTERM` by exiting, it will not be killed since it is PID 1 in the container (see "NOTE" at the end of the [Foreground section](https://docs.docker.com/reference/run/#foreground) in the docker docs). The second situation would be zombie reaping. If the process spawns child processes and does not properly reap them it will lead to a full process table, which can prevent the whole system from spawning any new processes. For both of these concerns we recommend [tini](https://github.com/krallin/tini). It is incredibly small, has minimal external dependencies, fills each of these roles, and does only the necessary parts of reaping and signal forwarding.
+
+Here is a snippet of a Dockerfile to add in tini (be sure to use it in `CMD` or `ENTRYPOINT` as appropriate):
+
+```dockerfile
+# grab tini for signal processing and zombie killing
+RUN set -x \
+	&& curl -fSL "https://github.com/krallin/tini/releases/download/v0.5.0/tini" -o /usr/local/bin/tini \
+	&& chmod +x /usr/local/bin/tini \
+	&& tini -h
+```
+
+**NOTE**: if [docker/docker#11529](https://github.com/docker/docker/issues/11529) gets solved, then `tini` would no longer be needed for reaping zombies.
+
 #### Cacheability
 
 This is one place that experience ends up trumping documentation for the path to enlightenment, but the following tips might help:

+ 4 - 0
bashbrew/git-set-mtimes

@@ -6,6 +6,10 @@ files=( $({ git ls-files | xargs -n1 dirname | sort -u && git ls-files; } | sort
 unset IFS
 
 for f in "${files[@]}"; do
+	if [ ! -e "$f" ]; then
+		# don't try touching files that don't exist
+		continue
+	fi
 	stamp="$(git --no-pager log -1 --format='format:%ai' -- "$f")"
 	touchFormat="$(date --date="$stamp" +'%Y%m%d%H%M.%S')"
 	touch --no-dereference -t "$touchFormat" "$f"

+ 2 - 2
library/aerospike

@@ -1,4 +1,4 @@
 # maintainer: Lucien Volmar <[email protected]> (@volmarl)
 
-3.5.12: git://github.com/aerospike/aerospike-server.docker@b92075d0b0280b38ac7e2ea11dfe49c3903b83aa
-latest: git://github.com/aerospike/aerospike-server.docker@b92075d0b0280b38ac7e2ea11dfe49c3903b83aa
+3.5.15: git://github.com/aerospike/aerospike-server.docker@72ffa717934d7b8b4a63a86537749cc43e42161a
+latest: git://github.com/aerospike/aerospike-server.docker@72ffa717934d7b8b4a63a86537749cc43e42161a

+ 9 - 0
library/arangodb

@@ -0,0 +1,9 @@
+# maintainer: Frank Celler <[email protected]> (@fceller)
+# maintainer: Wilfried Goesgens <[email protected]> (@dothebart)
+
+2.5.5: git://github.com/arangodb/arangodb-docker@636cd874df38edd77a187c08e1803693b3d978d3 jessie/2.5.5
+2.5: git://github.com/arangodb/arangodb-docker@636cd874df38edd77a187c08e1803693b3d978d3 jessie/2.5.5
+
+2.6: git://github.com/arangodb/arangodb-docker@1765a0457a04276cb1f7ec6d7973a6734a593b15 jessie/2.6.3
+2.6.3: git://github.com/arangodb/arangodb-docker@1765a0457a04276cb1f7ec6d7973a6734a593b15 jessie/2.6.3
+latest: git://github.com/arangodb/arangodb-docker@1765a0457a04276cb1f7ec6d7973a6734a593b15 jessie/2.6.3

+ 9 - 21
library/buildpack-deps

@@ -6,59 +6,47 @@ curl: git://github.com/docker-library/buildpack-deps@a0a59c61102e8b079d568db6936
 jessie-scm: git://github.com/docker-library/buildpack-deps@a0a59c61102e8b079d568db69368fb89421f75f2 jessie/scm
 scm: git://github.com/docker-library/buildpack-deps@a0a59c61102e8b079d568db69368fb89421f75f2 jessie/scm
 
-jessie: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da jessie
-latest: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da jessie
+jessie: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea jessie
+latest: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea jessie
 
 precise-curl: git://github.com/docker-library/buildpack-deps@4cd7279c3bbe2359e5e3798a267760a886422d6d precise/curl
 
 precise-scm: git://github.com/docker-library/buildpack-deps@4cd7279c3bbe2359e5e3798a267760a886422d6d precise/scm
 
-precise: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da precise
+precise: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea precise
 
 sid-curl: git://github.com/docker-library/buildpack-deps@a0a59c61102e8b079d568db69368fb89421f75f2 sid/curl
 
 sid-scm: git://github.com/docker-library/buildpack-deps@a0a59c61102e8b079d568db69368fb89421f75f2 sid/scm
 
-sid: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da sid
-
-squeeze-curl: git://github.com/docker-library/buildpack-deps@f086230fb870874c39bd85f3ee65f86fd4ca8c97 squeeze/curl
-
-squeeze-scm: git://github.com/docker-library/buildpack-deps@f086230fb870874c39bd85f3ee65f86fd4ca8c97 squeeze/scm
-
-squeeze: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da squeeze
+sid: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea sid
 
 stretch-curl: git://github.com/docker-library/buildpack-deps@c7478e564dd5dc063cdb0231764379a6916fe525 stretch/curl
 
 stretch-scm: git://github.com/docker-library/buildpack-deps@c7478e564dd5dc063cdb0231764379a6916fe525 stretch/scm
 
-stretch: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da stretch
+stretch: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea stretch
 
 trusty-curl: git://github.com/docker-library/buildpack-deps@21f2d32bcf321ff095a23c0edc1d8be2b7989962 trusty/curl
 
 trusty-scm: git://github.com/docker-library/buildpack-deps@bb6691a2782687748549baac903340fc21a5533c trusty/scm
 
-trusty: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da trusty
-
-utopic-curl: git://github.com/docker-library/buildpack-deps@4cd7279c3bbe2359e5e3798a267760a886422d6d utopic/curl
-
-utopic-scm: git://github.com/docker-library/buildpack-deps@4cd7279c3bbe2359e5e3798a267760a886422d6d utopic/scm
-
-utopic: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da utopic
+trusty: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea trusty
 
 vivid-curl: git://github.com/docker-library/buildpack-deps@4cd7279c3bbe2359e5e3798a267760a886422d6d vivid/curl
 
 vivid-scm: git://github.com/docker-library/buildpack-deps@4cd7279c3bbe2359e5e3798a267760a886422d6d vivid/scm
 
-vivid: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da vivid
+vivid: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea vivid
 
 wheezy-curl: git://github.com/docker-library/buildpack-deps@a0a59c61102e8b079d568db69368fb89421f75f2 wheezy/curl
 
 wheezy-scm: git://github.com/docker-library/buildpack-deps@a0a59c61102e8b079d568db69368fb89421f75f2 wheezy/scm
 
-wheezy: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da wheezy
+wheezy: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea wheezy
 
 wily-curl: git://github.com/docker-library/buildpack-deps@4cd7279c3bbe2359e5e3798a267760a886422d6d wily/curl
 
 wily-scm: git://github.com/docker-library/buildpack-deps@4cd7279c3bbe2359e5e3798a267760a886422d6d wily/scm
 
-wily: git://github.com/docker-library/buildpack-deps@6da64bd1dca4bae0a817b3e1886300c526fe67da wily
+wily: git://github.com/docker-library/buildpack-deps@1f3d93c27c45732774639eff8ade2b75cf13bbea wily

+ 9 - 5
library/cassandra

@@ -1,8 +1,12 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-2.0.16: git://github.com/docker-library/cassandra@711f62f57e181eb373910246e27036aaa14eb54f 2.0
-2.0: git://github.com/docker-library/cassandra@711f62f57e181eb373910246e27036aaa14eb54f 2.0
+2.0.16: git://github.com/docker-library/cassandra@b9b173c523af2da70fdd898565a556af12d6b23a 2.0
+2.0: git://github.com/docker-library/cassandra@b9b173c523af2da70fdd898565a556af12d6b23a 2.0
 
-2.1.7: git://github.com/docker-library/cassandra@711f62f57e181eb373910246e27036aaa14eb54f 2.1
-2.1: git://github.com/docker-library/cassandra@711f62f57e181eb373910246e27036aaa14eb54f 2.1
-latest: git://github.com/docker-library/cassandra@711f62f57e181eb373910246e27036aaa14eb54f 2.1
+2.1.8: git://github.com/docker-library/cassandra@1a2fa7d60b9fca1135df05e3b0f7795d3485e2d6 2.1
+2.1: git://github.com/docker-library/cassandra@1a2fa7d60b9fca1135df05e3b0f7795d3485e2d6 2.1
+
+2.2.0: git://github.com/docker-library/cassandra@081e3c47f144279ac5fe16a024581f3fd9b62521 2.2
+2.2: git://github.com/docker-library/cassandra@081e3c47f144279ac5fe16a024581f3fd9b62521 2.2
+2: git://github.com/docker-library/cassandra@081e3c47f144279ac5fe16a024581f3fd9b62521 2.2
+latest: git://github.com/docker-library/cassandra@081e3c47f144279ac5fe16a024581f3fd9b62521 2.2

+ 4 - 4
library/celery

@@ -1,6 +1,6 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-3.1.18: git://github.com/docker-library/celery@f218be880b85241399b63b6f25e22208cfe3e07f
-3.1: git://github.com/docker-library/celery@f218be880b85241399b63b6f25e22208cfe3e07f
-3: git://github.com/docker-library/celery@f218be880b85241399b63b6f25e22208cfe3e07f
-latest: git://github.com/docker-library/celery@f218be880b85241399b63b6f25e22208cfe3e07f
+3.1.18: git://github.com/docker-library/celery@a4173ea8c6afb21ce3d3fad90242274e4911f278
+3.1: git://github.com/docker-library/celery@a4173ea8c6afb21ce3d3fad90242274e4911f278
+3: git://github.com/docker-library/celery@a4173ea8c6afb21ce3d3fad90242274e4911f278
+latest: git://github.com/docker-library/celery@a4173ea8c6afb21ce3d3fad90242274e4911f278

+ 4 - 2
library/clojure

@@ -1,6 +1,8 @@
 # maintainer: Paul Lam <[email protected]> (@Quantisan)
 
-latest: git://github.com/Quantisan/docker-clojure@6854a9966b9d6953e4a3a9547d670a0787b23ea8
+latest: git://github.com/Quantisan/docker-clojure@bb413b92f25c48ac48db93ec236459765be8a618
+onbuild: git://github.com/Quantisan/docker-clojure@bb413b92f25c48ac48db93ec236459765be8a618 onbuild
 
-lein-2.5.1: git://github.com/Quantisan/docker-clojure@6854a9966b9d6953e4a3a9547d670a0787b23ea8
+lein-2.5.1: git://github.com/Quantisan/docker-clojure@bb413b92f25c48ac48db93ec236459765be8a618
+lein-2.5.1-onbuild: git://github.com/Quantisan/docker-clojure@bb413b92f25c48ac48db93ec236459765be8a618 onbuild
 

+ 8 - 5
library/crate

@@ -1,11 +1,14 @@
 # maintainer: Bernd Dorn <[email protected]> (@dobe)
 # maintainer: Mathias Fußenegger <[email protected]> (@mfussenegger)
 # maintainer: Matthias Wahl <[email protected]> (@mfelsche)
+# maintainer: Michael Beer <[email protected]> (@mikethebeer)
+# maintainer: Christian Haudum <[email protected]> (@chaudum)
+# maintainer: Ruslan Kovalov <[email protected]> (@kovrus)
 
 # see also https://crate.io
 
-latest: git://github.com/crate/docker-crate@e0453009fb3d4b398afbd5d7aaf8ba3ad3327bfc
-0.48: git://github.com/crate/docker-crate@562869b0fb6e3d06d3e9504642e6738366b1e9fd
-0.48.7: git://github.com/crate/docker-crate@562869b0fb6e3d06d3e9504642e6738366b1e9fd
-0.49: git://github.com/crate/docker-crate@e0453009fb3d4b398afbd5d7aaf8ba3ad3327bfc
-0.49.4: git://github.com/crate/docker-crate@e0453009fb3d4b398afbd5d7aaf8ba3ad3327bfc
+latest: git://github.com/crate/docker-crate@5c40f0f6f90d1519f1fda2c6ebe215fdd9d84012
+0.49: git://github.com/crate/docker-crate@8762d54054d9ed9d76a3bba0f9e6fa38acd34c2a
+0.49.6: git://github.com/crate/docker-crate@8762d54054d9ed9d76a3bba0f9e6fa38acd34c2a
+0.50: git://github.com/crate/docker-crate@5c40f0f6f90d1519f1fda2c6ebe215fdd9d84012
+0.50.3: git://github.com/crate/docker-crate@5c40f0f6f90d1519f1fda2c6ebe215fdd9d84012

+ 24 - 24
library/debian

@@ -2,41 +2,41 @@
 # maintainer: Paul Tagliamonte <[email protected]> (@paultag)
 
 # commits: (master..dist)
-#  - e9bafb1 2015-06-15 debootstraps (squeeze from 2015-06-08)
+#  - 02108ee 2015-07-13 debootstraps
 
-8.1: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 jessie
-8: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 jessie
-jessie: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 jessie
-latest: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 jessie
+8.1: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 jessie
+8: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 jessie
+jessie: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 jessie
+latest: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 jessie
 
-jessie-backports: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 jessie/backports
+jessie-backports: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 jessie/backports
 
-oldstable: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 oldstable
+oldstable: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 oldstable
 
-oldstable-backports: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 oldstable/backports
+oldstable-backports: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 oldstable/backports
 
-sid: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 sid
+sid: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 sid
 
-6.0.10: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 squeeze
-6.0: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 squeeze
-6: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 squeeze
-squeeze: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 squeeze
+6.0.10: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 squeeze
+6.0: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 squeeze
+6: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 squeeze
+squeeze: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 squeeze
 
-stable: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 stable
+stable: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 stable
 
-stable-backports: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 stable/backports
+stable-backports: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 stable/backports
 
-stretch: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 stretch
+stretch: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 stretch
 
-testing: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 testing
+testing: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 testing
 
-unstable: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 unstable
+unstable: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 unstable
 
-7.8: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 wheezy
-7: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 wheezy
-wheezy: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 wheezy
+7.8: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 wheezy
+7: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 wheezy
+wheezy: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 wheezy
 
-wheezy-backports: git://github.com/tianon/docker-brew-debian@e9bafb113f432c48c7e86c616424cb4b2f2c7a51 wheezy/backports
+wheezy-backports: git://github.com/tianon/docker-brew-debian@02108ee636f54b504e2aec4ee7bb59a2de8a5b99 wheezy/backports
 
-rc-buggy: git://github.com/tianon/dockerfiles@564e7215cb664b0ec7d1fade8fe40db95ebdabd0 debian/rc-buggy
-experimental: git://github.com/tianon/dockerfiles@564e7215cb664b0ec7d1fade8fe40db95ebdabd0 debian/experimental
+rc-buggy: git://github.com/tianon/dockerfiles@2ceb773f3089d42b6e5d55b2af76243788c87d11 debian/rc-buggy
+experimental: git://github.com/tianon/dockerfiles@2ceb773f3089d42b6e5d55b2af76243788c87d11 debian/experimental

+ 12 - 12
library/django

@@ -1,20 +1,20 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-1.8.2-python2: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 2.7
-1.8-python2: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 2.7
-1-python2: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 2.7
-python2: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 2.7
+1.8.3-python2: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 2.7
+1.8-python2: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 2.7
+1-python2: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 2.7
+python2: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 2.7
 
 python2-onbuild: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 2.7/onbuild
 
-1.8.2-python3: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4
-1.8.2: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4
-1.8-python3: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4
-1.8: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4
-1-python3: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4
-1: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4
-python3: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4
-latest: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4
+1.8.3-python3: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 3.4
+1.8.3: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 3.4
+1.8-python3: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 3.4
+1.8: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 3.4
+1-python3: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 3.4
+1: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 3.4
+python3: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 3.4
+latest: git://github.com/docker-library/django@d46f23deb5f13e8e9876dd18b12fd16668cb7bfd 3.4
 
 python3-onbuild: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4/onbuild
 onbuild: git://github.com/docker-library/django@a918e5b9ac643924bfd987700a89dc52abfb782a 3.4/onbuild

+ 3 - 3
library/docker-dev

@@ -1,8 +1,8 @@
 # maintainer: Tianon Gravi <[email protected]> (@tianon)
 
-1.7.0: git://github.com/docker/docker@0baf60984522744eed290348f33f396c046b2f3a
-1.7: git://github.com/docker/docker@0baf60984522744eed290348f33f396c046b2f3a
-1: git://github.com/docker/docker@0baf60984522744eed290348f33f396c046b2f3a
+1.7.1: git://github.com/docker/docker@786b29d4db80a6175e72b47a794ee044918ba734
+1.7: git://github.com/docker/docker@786b29d4db80a6175e72b47a794ee044918ba734
+1: git://github.com/docker/docker@786b29d4db80a6175e72b47a794ee044918ba734
 
 # "latest" intentionally missing, since "docker-dev:latest" implies (IMO) the "latest development image", which these builds never will be
 # if that is what you are after, see "dockercore/docker" (https://registry.hub.docker.com/u/dockercore/docker/)

+ 4 - 4
library/drupal

@@ -4,7 +4,7 @@
 7: git://github.com/docker-library/drupal@fc7b306913e96ced8e28d23fa47bb9ee19e8f427 7
 latest: git://github.com/docker-library/drupal@fc7b306913e96ced8e28d23fa47bb9ee19e8f427 7
 
-8.0.0-beta11: git://github.com/docker-library/drupal@625b0ae065656c3c71cb9d511b8df6a04986f6ae 8
-8.0.0: git://github.com/docker-library/drupal@625b0ae065656c3c71cb9d511b8df6a04986f6ae 8
-8.0: git://github.com/docker-library/drupal@625b0ae065656c3c71cb9d511b8df6a04986f6ae 8
-8: git://github.com/docker-library/drupal@625b0ae065656c3c71cb9d511b8df6a04986f6ae 8
+8.0.0-beta14: git://github.com/docker-library/drupal@4fb3024cae477daa93b0e169b1c909cc8bfda869 8
+8.0.0: git://github.com/docker-library/drupal@4fb3024cae477daa93b0e169b1c909cc8bfda869 8
+8.0: git://github.com/docker-library/drupal@4fb3024cae477daa93b0e169b1c909cc8bfda869 8
+8: git://github.com/docker-library/drupal@4fb3024cae477daa93b0e169b1c909cc8bfda869 8

+ 13 - 10
library/elasticsearch

@@ -1,15 +1,18 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-1.3.9: git://github.com/docker-library/elasticsearch@0d458a654cf9f7b7199f4faf4a838e6928ee954e 1.3
-1.3: git://github.com/docker-library/elasticsearch@0d458a654cf9f7b7199f4faf4a838e6928ee954e 1.3
+1.3.9: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.3
+1.3: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.3
 
-1.4.5: git://github.com/docker-library/elasticsearch@0d458a654cf9f7b7199f4faf4a838e6928ee954e 1.4
-1.4: git://github.com/docker-library/elasticsearch@0d458a654cf9f7b7199f4faf4a838e6928ee954e 1.4
+1.4.5: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.4
+1.4: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.4
 
-1.5.2: git://github.com/docker-library/elasticsearch@0d458a654cf9f7b7199f4faf4a838e6928ee954e 1.5
-1.5: git://github.com/docker-library/elasticsearch@0d458a654cf9f7b7199f4faf4a838e6928ee954e 1.5
+1.5.2: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.5
+1.5: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.5
 
-1.6.0: git://github.com/docker-library/elasticsearch@f37f98c251bd4bc92573df82c3af70d819f052bb 1.6
-1.6: git://github.com/docker-library/elasticsearch@f37f98c251bd4bc92573df82c3af70d819f052bb 1.6
-1: git://github.com/docker-library/elasticsearch@f37f98c251bd4bc92573df82c3af70d819f052bb 1.6
-latest: git://github.com/docker-library/elasticsearch@f37f98c251bd4bc92573df82c3af70d819f052bb 1.6
+1.6.2: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.6
+1.6: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.6
+
+1.7.1: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.7
+1.7: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.7
+1: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.7
+latest: git://github.com/docker-library/elasticsearch@258e9b89c3fe675b966a49deb0c26727c7d20551 1.7

+ 4 - 4
library/fedora

@@ -1,8 +1,8 @@
-# maintainer: Lokesh Mandvekar <[email protected]> (@lsm5)
+# maintainer: Adam Miller <[email protected]> (@maxamillion)
 
 latest: git://github.com/fedora-cloud/docker-brew-fedora@e5a0a567230ca8350d2be9b100604858fc898c0b
 22: git://github.com/fedora-cloud/docker-brew-fedora@e5a0a567230ca8350d2be9b100604858fc898c0b
 21: git://github.com/fedora-cloud/docker-brew-fedora@e32493b9601c3535cd6e0d0a8ff61d8fa95afb83
-rawhide: git://github.com/fedora-cloud/docker-brew-fedora@3e0c45e6baeec263e42d062b1ab21fd9a3e4f6d9
-20: git://github.com/fedora-cloud/docker-brew-fedora@58a9aeac899b94e6ea1b1cbe6853b9b134c7ebc5
-heisenbug: git://github.com/fedora-cloud/docker-brew-fedora@58a9aeac899b94e6ea1b1cbe6853b9b134c7ebc5
+rawhide: git://github.com/fedora-cloud/docker-brew-fedora@a4498f7231acf39493a3965ccfe96f7f369adff0
+20: git://github.com/fedora-cloud/docker-brew-fedora@10ada29063147fde9e39190f4c2344b6e6e659e6
+heisenbug: git://github.com/fedora-cloud/docker-brew-fedora@10ada29063147fde9e39190f4c2344b6e6e659e6

+ 5 - 0
library/gazebo

@@ -1,5 +1,10 @@
 # maintainer: Nate Koenig <[email protected]> (@nkoenig)
 
+gzserver4:      git://github.com/osrf/docker_images@d2eb18bf4ecfdf9116ed0893da4aa25a9ea38ddb gazebo/gazebo4/gzserver4
+libgazebo4:     git://github.com/osrf/docker_images@d2eb18bf4ecfdf9116ed0893da4aa25a9ea38ddb gazebo/gazebo4/libgazebo4
+# Docker EOL: 2017-04-30
+# LTS
+
 gzserver5:      git://github.com/osrf/docker_images@c7e0ac67d507b13e8b676a3d648051997a871f6b gazebo/gazebo5/gzserver5
 libgazebo5:     git://github.com/osrf/docker_images@c7e0ac67d507b13e8b676a3d648051997a871f6b gazebo/gazebo5/libgazebo5
 # Docker EOL: 2019-04-30

+ 4 - 4
library/ghost

@@ -1,6 +1,6 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-0.6.4: git://github.com/docker-library/ghost@acecb713094c19f216e84d3cef9d2fceb64550a9
-0.6: git://github.com/docker-library/ghost@acecb713094c19f216e84d3cef9d2fceb64550a9
-0: git://github.com/docker-library/ghost@acecb713094c19f216e84d3cef9d2fceb64550a9
-latest: git://github.com/docker-library/ghost@acecb713094c19f216e84d3cef9d2fceb64550a9
+0.6.4: git://github.com/docker-library/ghost@853fca5101d1698b97e95aae4fbc7d99b902bea9
+0.6: git://github.com/docker-library/ghost@853fca5101d1698b97e95aae4fbc7d99b902bea9
+0: git://github.com/docker-library/ghost@853fca5101d1698b97e95aae4fbc7d99b902bea9
+latest: git://github.com/docker-library/ghost@853fca5101d1698b97e95aae4fbc7d99b902bea9

+ 6 - 0
library/golang

@@ -32,3 +32,9 @@ cross: git://github.com/docker-library/golang@396f40c6188614c7acd6d8299a0ea71030
 1.4-wheezy: git://github.com/docker-library/golang@1a422afd7db928a821e97906ed27ed606e2f072a 1.4/wheezy
 1-wheezy: git://github.com/docker-library/golang@1a422afd7db928a821e97906ed27ed606e2f072a 1.4/wheezy
 wheezy: git://github.com/docker-library/golang@1a422afd7db928a821e97906ed27ed606e2f072a 1.4/wheezy
+
+1.5rc1: git://github.com/docker-library/golang@128a04e883b619d006ba07ea2ccae964b2efcf92 1.5
+1.5: git://github.com/docker-library/golang@128a04e883b619d006ba07ea2ccae964b2efcf92 1.5
+
+1.5rc1-onbuild: git://github.com/docker-library/golang@128a04e883b619d006ba07ea2ccae964b2efcf92 1.5/onbuild
+1.5-onbuild: git://github.com/docker-library/golang@128a04e883b619d006ba07ea2ccae964b2efcf92 1.5/onbuild

+ 4 - 4
library/haproxy

@@ -3,7 +3,7 @@
 1.4.26: git://github.com/docker-library/haproxy@e06675f0670414932e659db5ba8f98f8a430a1d1 1.4
 1.4: git://github.com/docker-library/haproxy@e06675f0670414932e659db5ba8f98f8a430a1d1 1.4
 
-1.5.13: git://github.com/docker-library/haproxy@527329104e0e7a01d9742c46dfd24b4f6cdddf98 1.5
-1.5: git://github.com/docker-library/haproxy@527329104e0e7a01d9742c46dfd24b4f6cdddf98 1.5
-1: git://github.com/docker-library/haproxy@527329104e0e7a01d9742c46dfd24b4f6cdddf98 1.5
-latest: git://github.com/docker-library/haproxy@527329104e0e7a01d9742c46dfd24b4f6cdddf98 1.5
+1.5.14: git://github.com/docker-library/haproxy@ba0dc92fc368edb8e1f4928662316435fe782348 1.5
+1.5: git://github.com/docker-library/haproxy@ba0dc92fc368edb8e1f4928662316435fe782348 1.5
+1: git://github.com/docker-library/haproxy@ba0dc92fc368edb8e1f4928662316435fe782348 1.5
+latest: git://github.com/docker-library/haproxy@ba0dc92fc368edb8e1f4928662316435fe782348 1.5

+ 2 - 2
library/hello-world

@@ -1,3 +1,3 @@
-# maintainer: Tianon Gravi <[email protected]> (@tianon)
+# maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-latest: git://github.com/docker-library/hello-world@b7a78b7ccca62cc478919b101f3ab1334899df2b
+latest: git://github.com/docker-library/hello-world@22ecfe456f254d5babe6e413bed2de77cfaba047

+ 6 - 6
library/httpd

@@ -1,9 +1,9 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-2.2.29: git://github.com/docker-library/httpd@63cd0ad57a12c76ff70d0f501f6c2f1580fa40f5 2.2
-2.2: git://github.com/docker-library/httpd@63cd0ad57a12c76ff70d0f501f6c2f1580fa40f5 2.2
+2.2.31: git://github.com/docker-library/httpd@756770f69df0b67457c68614670471b8539d0cf5 2.2
+2.2: git://github.com/docker-library/httpd@756770f69df0b67457c68614670471b8539d0cf5 2.2
 
-2.4.12: git://github.com/docker-library/httpd@63cd0ad57a12c76ff70d0f501f6c2f1580fa40f5 2.4
-2.4: git://github.com/docker-library/httpd@63cd0ad57a12c76ff70d0f501f6c2f1580fa40f5 2.4
-2: git://github.com/docker-library/httpd@63cd0ad57a12c76ff70d0f501f6c2f1580fa40f5 2.4
-latest: git://github.com/docker-library/httpd@63cd0ad57a12c76ff70d0f501f6c2f1580fa40f5 2.4
+2.4.16: git://github.com/docker-library/httpd@502ecf54a9db85f556028036973a9bce72eae8e8 2.4
+2.4: git://github.com/docker-library/httpd@502ecf54a9db85f556028036973a9bce72eae8e8 2.4
+2: git://github.com/docker-library/httpd@502ecf54a9db85f556028036973a9bce72eae8e8 2.4
+latest: git://github.com/docker-library/httpd@502ecf54a9db85f556028036973a9bce72eae8e8 2.4

+ 38 - 26
library/iojs

@@ -1,28 +1,40 @@
 # maintainer: io.js Docker team <https://github.com/nodejs/docker-iojs> (@iojs)
 
-1.8.2: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8
-1.8: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8
-1: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8
-
-1.8.2-onbuild: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8/onbuild
-1.8-onbuild: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8/onbuild
-1-onbuild: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8/onbuild
-
-1.8.2-slim: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8/slim
-1.8-slim: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8/slim
-1-slim: git://github.com/nodejs/docker-iojs@97280882b765c720fa88b88bccbc57e3b3266e43 1.8/slim
-
-2.3.0: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3
-2.3: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3
-2: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3
-latest: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3
-
-2.3.0-onbuild: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3/onbuild
-2.3-onbuild: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3/onbuild
-2-onbuild: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3/onbuild
-onbuild: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3/onbuild
-
-2.3.0-slim: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3/slim
-2.3-slim: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3/slim
-2-slim: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3/slim
-slim: git://github.com/nodejs/docker-iojs@fc1c0fa8a7e78d4811852bd7d7518975ba93bf61 2.3/slim
+1.8.4: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8
+1.8: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8
+1: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8
+
+1.8.4-onbuild: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8/onbuild
+1.8-onbuild: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8/onbuild
+1-onbuild: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8/onbuild
+
+1.8.4-slim: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8/slim
+1.8-slim: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8/slim
+1-slim: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 1.8/slim
+
+2.5.0: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5
+2.5: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5
+2: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5
+
+2.5.0-onbuild: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5/onbuild
+2.5-onbuild: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5/onbuild
+2-onbuild: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5/onbuild
+
+2.5.0-slim: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5/slim
+2.5-slim: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5/slim
+2-slim: git://github.com/nodejs/docker-iojs@0a5fc1175cdb1704b172c72f3d34d53f8310da31 2.5/slim
+
+3.0.0: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0
+3.0: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0
+3: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0
+latest: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0
+
+3.0.0-onbuild: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0/onbuild
+3.0-onbuild: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0/onbuild
+3-onbuild: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0/onbuild
+onbuild: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0/onbuild
+
+3.0.0-slim: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0/slim
+3.0-slim: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0/slim
+3-slim: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0/slim
+slim: git://github.com/nodejs/docker-iojs@50f9f41551ce6a2e7d26a0b7ff5f58931cfcc8cd 3.0/slim

+ 4 - 4
library/irssi

@@ -1,7 +1,7 @@
 # maintainer: Jessie Frazelle <[email protected]> (@jfrazelle)
 # maintainer: Tianon Gravi <[email protected]> (@tianon)
 
-0.8.17: git://github.com/jfrazelle/irssi@a6f457f7ed2a0fb5f32f7f0ee6794ac78a573d08
-0.8: git://github.com/jfrazelle/irssi@a6f457f7ed2a0fb5f32f7f0ee6794ac78a573d08
-0: git://github.com/jfrazelle/irssi@a6f457f7ed2a0fb5f32f7f0ee6794ac78a573d08
-latest: git://github.com/jfrazelle/irssi@a6f457f7ed2a0fb5f32f7f0ee6794ac78a573d08
+0.8.17: git://github.com/jfrazelle/irssi@18b53336a61b495c2f76f9a71d433de4792395c6
+0.8: git://github.com/jfrazelle/irssi@18b53336a61b495c2f76f9a71d433de4792395c6
+0: git://github.com/jfrazelle/irssi@18b53336a61b495c2f76f9a71d433de4792395c6
+latest: git://github.com/jfrazelle/irssi@18b53336a61b495c2f76f9a71d433de4792395c6

+ 27 - 27
library/java

@@ -14,33 +14,33 @@ openjdk-6-jre: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31
 6b35-jre: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-6-jre
 6-jre: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-6-jre
 
-openjdk-7u79-jdk: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jdk
-openjdk-7u79: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jdk
-openjdk-7-jdk: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jdk
-openjdk-7: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jdk
-7u79-jdk: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jdk
-7u79: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jdk
-7-jdk: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jdk
-7: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jdk
+openjdk-7u79-jdk: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jdk
+openjdk-7u79: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jdk
+openjdk-7-jdk: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jdk
+openjdk-7: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jdk
+7u79-jdk: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jdk
+7u79: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jdk
+7-jdk: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jdk
+7: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jdk
 
-openjdk-7u79-jre: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jre
-openjdk-7-jre: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jre
-7u79-jre: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jre
-7-jre: git://github.com/docker-library/java@318ba809c9f0e3c7095b363c5a31409ee6880208 openjdk-7-jre
+openjdk-7u79-jre: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jre
+openjdk-7-jre: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jre
+7u79-jre: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jre
+7-jre: git://github.com/docker-library/java@65f4567ed9294e7404b3d2d0c806249946e06210 openjdk-7-jre
 
-openjdk-8u45-jdk: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-openjdk-8u45: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-openjdk-8-jdk: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-openjdk-8: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-8u45-jdk: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-8u45: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-8-jdk: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-8: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-jdk: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
-latest: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jdk
+openjdk-8u66-jdk: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+openjdk-8u66: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+openjdk-8-jdk: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+openjdk-8: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+8u66-jdk: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+8u66: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+8-jdk: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+8: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+jdk: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
+latest: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jdk
 
-openjdk-8u45-jre: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jre
-openjdk-8-jre: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jre
-8u45-jre: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jre
-8-jre: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jre
-jre: git://github.com/docker-library/java@fe489e584bd248f6ed6b379beed27eda755c5ba9 openjdk-8-jre
+openjdk-8u66-jre: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jre
+openjdk-8-jre: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jre
+8u66-jre: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jre
+8-jre: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jre
+jre: git://github.com/docker-library/java@6f340724d3bc1f9b4385975c5de6bfe15aac8c85 openjdk-8-jre

+ 2 - 2
library/jenkins

@@ -1,6 +1,6 @@
 # maintainer: Nicolas De Loof <[email protected]> (@ndeloof)
 # maintainer: Michael Neale <[email protected]> (@michaelneale)
 
-latest: git://github.com/jenkinsci/jenkins-ci.org-docker@1f0d2b7d5b69aed1b0af7916ca46d35b249c1c86
-1.609.1: git://github.com/jenkinsci/jenkins-ci.org-docker@1f0d2b7d5b69aed1b0af7916ca46d35b249c1c86
+latest: git://github.com/jenkinsci/jenkins-ci.org-docker@fdeab76f7ea7b508a8bae9465d35761571092a7c
+1.609.2: git://github.com/jenkinsci/jenkins-ci.org-docker@fdeab76f7ea7b508a8bae9465d35761571092a7c
 

+ 16 - 16
library/jetty

@@ -1,20 +1,20 @@
 # maintainer: Mike Dillon <[email protected]> (@md5)
 
-9.3.0: git://github.com/appropriate/docker-jetty@833fb99b9e49140dec67d2af3c6b51901c83bbce 9.3-jre8
-9.3: git://github.com/appropriate/docker-jetty@833fb99b9e49140dec67d2af3c6b51901c83bbce 9.3-jre8
-9: git://github.com/appropriate/docker-jetty@833fb99b9e49140dec67d2af3c6b51901c83bbce 9.3-jre8
-9.3.0-jre8: git://github.com/appropriate/docker-jetty@833fb99b9e49140dec67d2af3c6b51901c83bbce 9.3-jre8
-9.3-jre8: git://github.com/appropriate/docker-jetty@833fb99b9e49140dec67d2af3c6b51901c83bbce 9.3-jre8
-9-jre8: git://github.com/appropriate/docker-jetty@833fb99b9e49140dec67d2af3c6b51901c83bbce 9.3-jre8
-latest: git://github.com/appropriate/docker-jetty@833fb99b9e49140dec67d2af3c6b51901c83bbce 9.3-jre8
-jre8: git://github.com/appropriate/docker-jetty@833fb99b9e49140dec67d2af3c6b51901c83bbce 9.3-jre8
+9.3.2: git://github.com/appropriate/docker-jetty@23013842cc95e6bc8b9ae1562a8712b6ecd57d10 9.3-jre8
+9.3: git://github.com/appropriate/docker-jetty@23013842cc95e6bc8b9ae1562a8712b6ecd57d10 9.3-jre8
+9: git://github.com/appropriate/docker-jetty@23013842cc95e6bc8b9ae1562a8712b6ecd57d10 9.3-jre8
+9.3.2-jre8: git://github.com/appropriate/docker-jetty@23013842cc95e6bc8b9ae1562a8712b6ecd57d10 9.3-jre8
+9.3-jre8: git://github.com/appropriate/docker-jetty@23013842cc95e6bc8b9ae1562a8712b6ecd57d10 9.3-jre8
+9-jre8: git://github.com/appropriate/docker-jetty@23013842cc95e6bc8b9ae1562a8712b6ecd57d10 9.3-jre8
+latest: git://github.com/appropriate/docker-jetty@23013842cc95e6bc8b9ae1562a8712b6ecd57d10 9.3-jre8
+jre8: git://github.com/appropriate/docker-jetty@23013842cc95e6bc8b9ae1562a8712b6ecd57d10 9.3-jre8
 
-9.2.11: git://github.com/appropriate/docker-jetty@7946910db1db4f4a206379f023ad82f2c9b107e9 9.2-jre8
-9.2: git://github.com/appropriate/docker-jetty@7946910db1db4f4a206379f023ad82f2c9b107e9 9.2-jre8
-9.2.11-jre8: git://github.com/appropriate/docker-jetty@7946910db1db4f4a206379f023ad82f2c9b107e9 9.2-jre8
-9.2-jre8: git://github.com/appropriate/docker-jetty@7946910db1db4f4a206379f023ad82f2c9b107e9 9.2-jre8
+9.2.13: git://github.com/appropriate/docker-jetty@2e132c7023d13c14190ff71196a81d62008518b5 9.2-jre8
+9.2: git://github.com/appropriate/docker-jetty@2e132c7023d13c14190ff71196a81d62008518b5 9.2-jre8
+9.2.13-jre8: git://github.com/appropriate/docker-jetty@2e132c7023d13c14190ff71196a81d62008518b5 9.2-jre8
+9.2-jre8: git://github.com/appropriate/docker-jetty@2e132c7023d13c14190ff71196a81d62008518b5 9.2-jre8
 
-9.2.11-jre7: git://github.com/appropriate/docker-jetty@7946910db1db4f4a206379f023ad82f2c9b107e9 9.2-jre7
-9.2-jre7: git://github.com/appropriate/docker-jetty@7946910db1db4f4a206379f023ad82f2c9b107e9 9.2-jre7
-9-jre7: git://github.com/appropriate/docker-jetty@7946910db1db4f4a206379f023ad82f2c9b107e9 9.2-jre7
-jre7: git://github.com/appropriate/docker-jetty@7946910db1db4f4a206379f023ad82f2c9b107e9 9.2-jre7
+9.2.13-jre7: git://github.com/appropriate/docker-jetty@2e132c7023d13c14190ff71196a81d62008518b5 9.2-jre7
+9.2-jre7: git://github.com/appropriate/docker-jetty@2e132c7023d13c14190ff71196a81d62008518b5 9.2-jre7
+9-jre7: git://github.com/appropriate/docker-jetty@2e132c7023d13c14190ff71196a81d62008518b5 9.2-jre7
+jre7: git://github.com/appropriate/docker-jetty@2e132c7023d13c14190ff71196a81d62008518b5 9.2-jre7

+ 15 - 0
library/joomla

@@ -0,0 +1,15 @@
+# maintainer: Michael Babker <[email protected]> (@mbabker)
+
+3.4.3-apache: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 apache
+3.4.3: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 apache
+3.4-apache: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 apache
+3.4: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 apache
+3-apache: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 apache
+apache: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 apache
+3: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 apache
+latest: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 apache
+
+3.4.3-fpm: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 fpm
+3.4-fpm: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 fpm
+3-fpm: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 fpm
+fpm: git://github.com/joomla/docker-joomla@40426bb7634578f171c8cdef72bca6a11d26e571 fpm

+ 13 - 23
library/jruby

@@ -1,31 +1,21 @@
 # maintainer: Brian Goff <[email protected]> (@cpuguy83)
 
-1.7: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jre
-1.7.20: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jre
-1.7.20.1: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jre
-latest: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jre
+1.7: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/jre
+1.7.21: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/jre
+latest: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/jre
 
-1.7-jre: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jre
-1.7.20-jre: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jre
-1.7.20.1-jre: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jre
+1.7-jre: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/jre
+1.7.21-jre: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/jre
 
-1.7-jdk: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jdk
-1.7.20-jdk: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jdk
-1.7.20.1-jdk: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/jdk
+1.7-jdk: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/jdk
+1.7.21-jdk: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/jdk
 
-1.7-onbuild: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/onbuild
-1.7.20-onbuild: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/onbuild
-1.7.20.1-onbuild: git://github.com/cpuguy83/docker-jruby@a108cb09f3213b8230242bbace8880174f81a6f0 1.7/onbuild
+1.7-onbuild: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/onbuild
+1.7.21-onbuild: git://github.com/cpuguy83/docker-jruby@10d7ac08b7138c274a819af1bd8258d61cb55f9e 1.7/onbuild
 
-9.0.0.0: git://github.com/cpuguy83/docker-jruby@14113750316f06b2785a41b5bc3dd6b23510af6f 9000/jre
-9.0.0.0-jre: git://github.com/cpuguy83/docker-jruby@14113750316f06b2785a41b5bc3dd6b23510af6f 9000/jre
-9.0.0.0.rc1: git://github.com/cpuguy83/docker-jruby@14113750316f06b2785a41b5bc3dd6b23510af6f 9000/jre
-9.0.0.0.rc1-jre: git://github.com/cpuguy83/docker-jruby@14113750316f06b2785a41b5bc3dd6b23510af6f 9000/jre
-
-9.0.0.0-jdk: git://github.com/cpuguy83/docker-jruby@14113750316f06b2785a41b5bc3dd6b23510af6f 9000/jdk
-9.0.0.0.rc1-jdk: git://github.com/cpuguy83/docker-jruby@14113750316f06b2785a41b5bc3dd6b23510af6f 9000/jdk
-
-9.0.0.0-onbuild: git://github.com/cpuguy83/docker-jruby@14113750316f06b2785a41b5bc3dd6b23510af6f 9000/onbuild
-9.0.0.0.rc1-onbuild: git://github.com/cpuguy83/docker-jruby@14113750316f06b2785a41b5bc3dd6b23510af6f 9000/onbuild
+9.0.0.0: git://github.com/cpuguy83/docker-jruby@9d048db2e65af55daf6acfbc623f38f1979ff88a 9000/jre
+9.0.0.0-jre: git://github.com/cpuguy83/docker-jruby@9d048db2e65af55daf6acfbc623f38f1979ff88a 9000/jre
 
+9.0.0.0-jdk: git://github.com/cpuguy83/docker-jruby@9d048db2e65af55daf6acfbc623f38f1979ff88a 9000/jdk
 
+9.0.0.0-onbuild: git://github.com/cpuguy83/docker-jruby@9d048db2e65af55daf6acfbc623f38f1979ff88a 9000/onbuild

+ 3 - 3
library/julia

@@ -1,5 +1,5 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-0.3.10: git://github.com/docker-library/julia@46509c3b9178016189872738ef7fb38946df970c
-0.3: git://github.com/docker-library/julia@46509c3b9178016189872738ef7fb38946df970c
-latest: git://github.com/docker-library/julia@46509c3b9178016189872738ef7fb38946df970c
+0.3.11: git://github.com/docker-library/julia@951fefea3d24b6d60f5e64447a1ee94f0b809448
+0.3: git://github.com/docker-library/julia@951fefea3d24b6d60f5e64447a1ee94f0b809448
+latest: git://github.com/docker-library/julia@951fefea3d24b6d60f5e64447a1ee94f0b809448

+ 4 - 0
library/kaazing-gateway

@@ -0,0 +1,4 @@
+# maintainer: Kaazing Docker Maintainers <https://github.com/kaazing/gateway.docker/issues>
+
+latest: git://github.com/kaazing/gateway.docker@9b1841177bb138799e4c65f21beb915e4653de3a
+5.0.1.21: git://github.com/kaazing/gateway.docker@9b1841177bb138799e4c65f21beb915e4653de3a

+ 4 - 4
library/kibana

@@ -3,7 +3,7 @@
 4.0.3: git://github.com/docker-library/kibana@0ffeed9bb61036fca3f23fa4f9208b90a484f150 4.0
 4.0: git://github.com/docker-library/kibana@0ffeed9bb61036fca3f23fa4f9208b90a484f150 4.0
 
-4.1.0: git://github.com/docker-library/kibana@0ffeed9bb61036fca3f23fa4f9208b90a484f150 4.1
-4.1: git://github.com/docker-library/kibana@0ffeed9bb61036fca3f23fa4f9208b90a484f150 4.1
-4: git://github.com/docker-library/kibana@0ffeed9bb61036fca3f23fa4f9208b90a484f150 4.1
-latest: git://github.com/docker-library/kibana@0ffeed9bb61036fca3f23fa4f9208b90a484f150 4.1
+4.1.1: git://github.com/docker-library/kibana@9c61015ec5a8f9a7da32a9a3e28f9a0caf29fc8b 4.1
+4.1: git://github.com/docker-library/kibana@9c61015ec5a8f9a7da32a9a3e28f9a0caf29fc8b 4.1
+4: git://github.com/docker-library/kibana@9c61015ec5a8f9a7da32a9a3e28f9a0caf29fc8b 4.1
+latest: git://github.com/docker-library/kibana@9c61015ec5a8f9a7da32a9a3e28f9a0caf29fc8b 4.1

+ 3 - 3
library/logstash

@@ -1,5 +1,5 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-1.5.1: git://github.com/docker-library/logstash@0e8b123ab8a392d4f6aac8cbb02d2071af8f4271
-1.5: git://github.com/docker-library/logstash@0e8b123ab8a392d4f6aac8cbb02d2071af8f4271
-latest: git://github.com/docker-library/logstash@0e8b123ab8a392d4f6aac8cbb02d2071af8f4271
+1.5.3: git://github.com/docker-library/logstash@f30253f69235d1c9faf87b192a6a726b65bf8965
+1.5: git://github.com/docker-library/logstash@f30253f69235d1c9faf87b192a6a726b65bf8965
+latest: git://github.com/docker-library/logstash@f30253f69235d1c9faf87b192a6a726b65bf8965

+ 3 - 3
library/mageia

@@ -1,5 +1,5 @@
 # maintainer: Juan Luis Baptiste <[email protected]> (@juanluisbaptiste)
 
-latest: git://github.com/juanluisbaptiste/docker-brew-mageia@ed9534c591e9b03593e8111990395f77bbd256c0 4
-cauldron: git://github.com/juanluisbaptiste/docker-brew-mageia@ed9534c591e9b03593e8111990395f77bbd256c0 cauldron
-4: git://github.com/juanluisbaptiste/docker-brew-mageia@ed9534c591e9b03593e8111990395f77bbd256c0 4
+latest: git://github.com/juanluisbaptiste/docker-brew-mageia@984aa6e54c0f9c05044976d48d3ec3ba40583e31 5
+4: git://github.com/juanluisbaptiste/docker-brew-mageia@984aa6e54c0f9c05044976d48d3ec3ba40583e31 4
+5: git://github.com/juanluisbaptiste/docker-brew-mageia@984aa6e54c0f9c05044976d48d3ec3ba40583e31 5

+ 7 - 7
library/mariadb

@@ -1,10 +1,10 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-10.0.20: git://github.com/docker-library/mariadb@617aef0f7ec7d5dc2fd352378b5cd8a515078c93 10.0
-10.0: git://github.com/docker-library/mariadb@617aef0f7ec7d5dc2fd352378b5cd8a515078c93 10.0
-10: git://github.com/docker-library/mariadb@617aef0f7ec7d5dc2fd352378b5cd8a515078c93 10.0
-latest: git://github.com/docker-library/mariadb@617aef0f7ec7d5dc2fd352378b5cd8a515078c93 10.0
+10.0.21: git://github.com/docker-library/mariadb@7da96103bcb14bff77c6e15b415aa0d5582cb922 10.0
+10.0: git://github.com/docker-library/mariadb@7da96103bcb14bff77c6e15b415aa0d5582cb922 10.0
+10: git://github.com/docker-library/mariadb@7da96103bcb14bff77c6e15b415aa0d5582cb922 10.0
+latest: git://github.com/docker-library/mariadb@7da96103bcb14bff77c6e15b415aa0d5582cb922 10.0
 
-5.5.44: git://github.com/docker-library/mariadb@2a2cbaceb669988d161f6766147ff56e641be68e 5.5
-5.5: git://github.com/docker-library/mariadb@2a2cbaceb669988d161f6766147ff56e641be68e 5.5
-5: git://github.com/docker-library/mariadb@2a2cbaceb669988d161f6766147ff56e641be68e 5.5
+5.5.45: git://github.com/docker-library/mariadb@7da96103bcb14bff77c6e15b415aa0d5582cb922 5.5
+5.5: git://github.com/docker-library/mariadb@7da96103bcb14bff77c6e15b415aa0d5582cb922 5.5
+5: git://github.com/docker-library/mariadb@7da96103bcb14bff77c6e15b415aa0d5582cb922 5.5

+ 9 - 9
library/mongo

@@ -6,14 +6,14 @@
 2.4.14: git://github.com/docker-library/mongo@b7630a1644d934c4c4d57a121e2ca42a50e99c44 2.4
 2.4: git://github.com/docker-library/mongo@b7630a1644d934c4c4d57a121e2ca42a50e99c44 2.4
 
-2.6.10: git://github.com/docker-library/mongo@b7d2dead92baec7c7f391966659815038d74aa61 2.6
-2.6: git://github.com/docker-library/mongo@b7d2dead92baec7c7f391966659815038d74aa61 2.6
-2: git://github.com/docker-library/mongo@b7d2dead92baec7c7f391966659815038d74aa61 2.6
+2.6.11: git://github.com/docker-library/mongo@2fb5754a5ac0e4a65ff735433379d60f0b564312 2.6
+2.6: git://github.com/docker-library/mongo@2fb5754a5ac0e4a65ff735433379d60f0b564312 2.6
+2: git://github.com/docker-library/mongo@2fb5754a5ac0e4a65ff735433379d60f0b564312 2.6
 
-3.0.4: git://github.com/docker-library/mongo@ab203d1904c8621d64e20683610cc238fa0a628b 3.0
-3.0: git://github.com/docker-library/mongo@ab203d1904c8621d64e20683610cc238fa0a628b 3.0
-3: git://github.com/docker-library/mongo@ab203d1904c8621d64e20683610cc238fa0a628b 3.0
-latest: git://github.com/docker-library/mongo@ab203d1904c8621d64e20683610cc238fa0a628b 3.0
+3.0.5: git://github.com/docker-library/mongo@9d8b9c61e8e3ccc8d256aa49905f4755cd6c236e 3.0
+3.0: git://github.com/docker-library/mongo@9d8b9c61e8e3ccc8d256aa49905f4755cd6c236e 3.0
+3: git://github.com/docker-library/mongo@9d8b9c61e8e3ccc8d256aa49905f4755cd6c236e 3.0
+latest: git://github.com/docker-library/mongo@9d8b9c61e8e3ccc8d256aa49905f4755cd6c236e 3.0
 
-3.1.4: git://github.com/docker-library/mongo@986013684d49e905152f5aa9ab5966fb13bf4211 3.1
-3.1: git://github.com/docker-library/mongo@986013684d49e905152f5aa9ab5966fb13bf4211 3.1
+3.1.6: git://github.com/docker-library/mongo@a1da445a507ca1acde631af6750e5b28c98bbc20 3.1
+3.1: git://github.com/docker-library/mongo@a1da445a507ca1acde631af6750e5b28c98bbc20 3.1

+ 9 - 9
library/mysql

@@ -1,13 +1,13 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-5.5.44: git://github.com/docker-library/mysql@9041eeb49d92368fcbad87dc45957afea0c5662b 5.5
-5.5: git://github.com/docker-library/mysql@9041eeb49d92368fcbad87dc45957afea0c5662b 5.5
+5.5.45: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.5
+5.5: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.5
 
-5.6.25: git://github.com/docker-library/mysql@9041eeb49d92368fcbad87dc45957afea0c5662b 5.6
-5.6: git://github.com/docker-library/mysql@9041eeb49d92368fcbad87dc45957afea0c5662b 5.6
-5: git://github.com/docker-library/mysql@9041eeb49d92368fcbad87dc45957afea0c5662b 5.6
-latest: git://github.com/docker-library/mysql@9041eeb49d92368fcbad87dc45957afea0c5662b 5.6
+5.6.26: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.6
+5.6: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.6
+5: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.6
+latest: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.6
 
-5.7.7-rc: git://github.com/docker-library/mysql@18ec1909b895f981f1a9b539b602b38872bc5289 5.7
-5.7.7: git://github.com/docker-library/mysql@18ec1909b895f981f1a9b539b602b38872bc5289 5.7
-5.7: git://github.com/docker-library/mysql@18ec1909b895f981f1a9b539b602b38872bc5289 5.7
+5.7.8-rc: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.7
+5.7.8: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.7
+5.7: git://github.com/docker-library/mysql@c402b76d72d0089d6e84a2e24c143e99c3cb2919 5.7

+ 5 - 0
library/nats

@@ -0,0 +1,5 @@
+# maintainer: Derek Collison <[email protected]> (@derekcollison)
+# maintainer: Waldemar Salinas <[email protected]> (@wallyqs)
+
+0.6.4: git://github.com/nats-io/nats-docker@59e0d88a686f727b15dda47db5323c3722e6d85a
+latest: git://github.com/nats-io/nats-docker@59e0d88a686f727b15dda47db5323c3722e6d85a

+ 4 - 4
library/nginx

@@ -1,6 +1,6 @@
 # maintainer: NGINX Docker Maintainers <[email protected]> (@nginxinc)
 
-latest: git://github.com/nginxinc/docker-nginx@1eea9f7d082dff426e7923a90138de804038266d
-1: git://github.com/nginxinc/docker-nginx@1eea9f7d082dff426e7923a90138de804038266d
-1.9: git://github.com/nginxinc/docker-nginx@1eea9f7d082dff426e7923a90138de804038266d
-1.9.2: git://github.com/nginxinc/docker-nginx@1eea9f7d082dff426e7923a90138de804038266d
+latest: git://github.com/nginxinc/docker-nginx@f4f58b1c4b433b0f82687a326d9c79d216c41de9
+1: git://github.com/nginxinc/docker-nginx@f4f58b1c4b433b0f82687a326d9c79d216c41de9
+1.9: git://github.com/nginxinc/docker-nginx@f4f58b1c4b433b0f82687a326d9c79d216c41de9
+1.9.3: git://github.com/nginxinc/docker-nginx@f4f58b1c4b433b0f82687a326d9c79d216c41de9

+ 30 - 30
library/node

@@ -1,45 +1,45 @@
 # maintainer: Joyent Image Team <[email protected]> (@joyent)
 
-0.10.39: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.10
-0.10: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.10
+0.10.40: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.10
+0.10: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.10
 
-0.10.39-onbuild: git://github.com/joyent/docker-node@95a86848466834d2170740c12c337f1145bb6d39 0.10/onbuild
-0.10-onbuild: git://github.com/joyent/docker-node@95a86848466834d2170740c12c337f1145bb6d39 0.10/onbuild
+0.10.40-onbuild: git://github.com/joyent/docker-node@9c93908dfcdc140c14aa78cbb4830850bcf99012 0.10/onbuild
+0.10-onbuild: git://github.com/joyent/docker-node@9c93908dfcdc140c14aa78cbb4830850bcf99012 0.10/onbuild
 
-0.10.39-slim: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.10/slim
-0.10-slim: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.10/slim
+0.10.40-slim: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.10/slim
+0.10-slim: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.10/slim
 
-0.10.39-wheezy: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.10/wheezy
-0.10-wheezy: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.10/wheezy
+0.10.40-wheezy: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.10/wheezy
+0.10-wheezy: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.10/wheezy
 
-0.12.5: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12
-0.12: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12
-0: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12
-latest: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12
+0.12.7: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12
+0.12: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12
+0: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12
+latest: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12
 
-0.12.5-onbuild: git://github.com/joyent/docker-node@975349606a637b266d7ecf7eae3b009f59716e74 0.12/onbuild
-0.12-onbuild: git://github.com/joyent/docker-node@975349606a637b266d7ecf7eae3b009f59716e74 0.12/onbuild
-0-onbuild: git://github.com/joyent/docker-node@975349606a637b266d7ecf7eae3b009f59716e74 0.12/onbuild
-onbuild: git://github.com/joyent/docker-node@975349606a637b266d7ecf7eae3b009f59716e74 0.12/onbuild
+0.12.7-onbuild: git://github.com/joyent/docker-node@701976f243b4bd08bc0b70e0a452eaa187363372 0.12/onbuild
+0.12-onbuild: git://github.com/joyent/docker-node@701976f243b4bd08bc0b70e0a452eaa187363372 0.12/onbuild
+0-onbuild: git://github.com/joyent/docker-node@701976f243b4bd08bc0b70e0a452eaa187363372 0.12/onbuild
+onbuild: git://github.com/joyent/docker-node@701976f243b4bd08bc0b70e0a452eaa187363372 0.12/onbuild
 
-0.12.5-slim: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12/slim
-0.12-slim: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12/slim
-0-slim: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12/slim
-slim: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12/slim
+0.12.7-slim: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12/slim
+0.12-slim: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12/slim
+0-slim: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12/slim
+slim: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12/slim
 
-0.12.5-wheezy: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12/wheezy
-0.12-wheezy: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12/wheezy
-0-wheezy: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12/wheezy
-wheezy: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.12/wheezy
+0.12.7-wheezy: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12/wheezy
+0.12-wheezy: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12/wheezy
+0-wheezy: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12/wheezy
+wheezy: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.12/wheezy
 
-0.8.28: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.8
-0.8: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.8
+0.8.28: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.8
+0.8: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.8
 
 0.8.28-onbuild: git://github.com/joyent/docker-node@0c2ff5172aabc30ce38303d9bb340ae3e94f3a91 0.8/onbuild
 0.8-onbuild: git://github.com/joyent/docker-node@0c2ff5172aabc30ce38303d9bb340ae3e94f3a91 0.8/onbuild
 
-0.8.28-slim: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.8/slim
-0.8-slim: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.8/slim
+0.8.28-slim: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.8/slim
+0.8-slim: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.8/slim
 
-0.8.28-wheezy: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.8/wheezy
-0.8-wheezy: git://github.com/joyent/docker-node@3e0d2b62fa8524e05ef512564613863ee7f13255 0.8/wheezy
+0.8.28-wheezy: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.8/wheezy
+0.8-wheezy: git://github.com/joyent/docker-node@787d816f90dc1bf933b6503b876bdeb752b24f96 0.8/wheezy

+ 4 - 8
library/opensuse

@@ -1,13 +1,9 @@
 # maintainer: Flavio Castelli <[email protected]> (@flavio)
 
-# openSUSE 13.1
-13.1: git://github.com/openSUSE/docker-containers-build@0d21bc58cd26da2a0a59588affc506b977d6a846 docker
-bottle: git://github.com/openSUSE/docker-containers-build@0d21bc58cd26da2a0a59588affc506b977d6a846 docker
-
 # openSUSE 13.2
-13.2: git://github.com/openSUSE/docker-containers-build@cae38d2559dfb9698464bee2e9f4fa97ea017055 docker
-harlequin: git://github.com/openSUSE/docker-containers-build@cae38d2559dfb9698464bee2e9f4fa97ea017055 docker
-latest: git://github.com/openSUSE/docker-containers-build@cae38d2559dfb9698464bee2e9f4fa97ea017055 docker
+13.2: git://github.com/openSUSE/docker-containers-build@f3c7e8aa49da4c10b3352d56c28d3cea6f3afefa docker
+harlequin: git://github.com/openSUSE/docker-containers-build@f3c7e8aa49da4c10b3352d56c28d3cea6f3afefa docker
+latest: git://github.com/openSUSE/docker-containers-build@f3c7e8aa49da4c10b3352d56c28d3cea6f3afefa docker
 
 # openSUSE Tumbleweed
-tumbleweed: git://github.com/openSUSE/docker-containers-build@4a40cb4fab2652a7fd8cda3fc33ce3298b728a5e docker
+tumbleweed: git://github.com/openSUSE/docker-containers-build@35541028a567a6b797487ec202eb2dc7d469a591 docker

+ 9 - 8
library/oraclelinux

@@ -1,15 +1,16 @@
 # maintainer: Oracle Linux Product Team <[email protected]> (@Djelibeybi)
 
 # Oracle Linux 7
-latest: git://github.com/oracle/docker.git@6c9db7af34475aba8f37a8caadc503e5fabf3e5e OracleLinux/7.1
-7: git://github.com/oracle/docker.git@6c9db7af34475aba8f37a8caadc503e5fabf3e5e OracleLinux/7.1
-7.1: git://github.com/oracle/docker.git@6c9db7af34475aba8f37a8caadc503e5fabf3e5e OracleLinux/7.1
-7.0: git://github.com/oracle/docker.git@6c9db7af34475aba8f37a8caadc503e5fabf3e5e OracleLinux/7.0
+latest: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/7.1
+7: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/7.1
+7.1: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/7.1
+7.0: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/7.0
 
 # Oracle Linux 6
-6: git://github.com/oracle/docker.git@6c9db7af34475aba8f37a8caadc503e5fabf3e5e OracleLinux/6.6
-6.6: git://github.com/oracle/docker.git@6c9db7af34475aba8f37a8caadc503e5fabf3e5e OracleLinux/6.6
+6: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/6.7
+6.7: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/6.7
+6.6: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/6.6
 
 # Oracle Linux 5
-5: git://github.com/oracle/docker.git@6c9db7af34475aba8f37a8caadc503e5fabf3e5e OracleLinux/5.11
-5.11: git://github.com/oracle/docker.git@6c9db7af34475aba8f37a8caadc503e5fabf3e5e OracleLinux/5.11
+5: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/5.11
+5.11: git://github.com/oracle/docker.git@b7ebd0e94eb2abc4932a9e1d27cf1ba9645e0d5c OracleLinux/5.11

+ 17 - 0
library/owncloud

@@ -0,0 +1,17 @@
+# maintainer: InfoSiftr <[email protected]> (@infosiftr)
+
+6.0.9: git://github.com/docker-library/owncloud@d691efbe821094e710340aa025ff98788a7464ed 6.0
+6.0: git://github.com/docker-library/owncloud@d691efbe821094e710340aa025ff98788a7464ed 6.0
+6: git://github.com/docker-library/owncloud@d691efbe821094e710340aa025ff98788a7464ed 6.0
+
+7.0.8: git://github.com/docker-library/owncloud@4c6abd947ad841b215745ff98adece6a4e6617e2 7.0
+7.0: git://github.com/docker-library/owncloud@4c6abd947ad841b215745ff98adece6a4e6617e2 7.0
+7: git://github.com/docker-library/owncloud@4c6abd947ad841b215745ff98adece6a4e6617e2 7.0
+
+8.0.5: git://github.com/docker-library/owncloud@d691efbe821094e710340aa025ff98788a7464ed 8.0
+8.0: git://github.com/docker-library/owncloud@d691efbe821094e710340aa025ff98788a7464ed 8.0
+
+8.1.1: git://github.com/docker-library/owncloud@4c6abd947ad841b215745ff98adece6a4e6617e2 8.1
+8.1: git://github.com/docker-library/owncloud@4c6abd947ad841b215745ff98adece6a4e6617e2 8.1
+8: git://github.com/docker-library/owncloud@4c6abd947ad841b215745ff98adece6a4e6617e2 8.1
+latest: git://github.com/docker-library/owncloud@4c6abd947ad841b215745ff98adece6a4e6617e2 8.1

+ 6 - 6
library/percona

@@ -1,9 +1,9 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-5.5.43: git://github.com/docker-library/percona@cbac3e22c3a2f73548a2203070d755efd33581ba 5.5
-5.5: git://github.com/docker-library/percona@cbac3e22c3a2f73548a2203070d755efd33581ba 5.5
+5.5.44: git://github.com/docker-library/percona@e32f419e1c59931c8b0c2e392e09d8f102f798a0 5.5
+5.5: git://github.com/docker-library/percona@e32f419e1c59931c8b0c2e392e09d8f102f798a0 5.5
 
-5.6.24: git://github.com/docker-library/percona@cbac3e22c3a2f73548a2203070d755efd33581ba 5.6
-5.6: git://github.com/docker-library/percona@cbac3e22c3a2f73548a2203070d755efd33581ba 5.6
-5: git://github.com/docker-library/percona@cbac3e22c3a2f73548a2203070d755efd33581ba 5.6
-latest: git://github.com/docker-library/percona@cbac3e22c3a2f73548a2203070d755efd33581ba 5.6
+5.6.25: git://github.com/docker-library/percona@e32f419e1c59931c8b0c2e392e09d8f102f798a0 5.6
+5.6: git://github.com/docker-library/percona@e32f419e1c59931c8b0c2e392e09d8f102f798a0 5.6
+5: git://github.com/docker-library/percona@e32f419e1c59931c8b0c2e392e09d8f102f798a0 5.6
+latest: git://github.com/docker-library/percona@e32f419e1c59931c8b0c2e392e09d8f102f798a0 5.6

+ 55 - 40
library/php

@@ -1,42 +1,57 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-5.4.42-cli: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.4
-5.4-cli: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.4
-5.4.42: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.4
-5.4: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.4
-
-5.4.42-apache: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.4/apache
-5.4-apache: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.4/apache
-
-5.4.42-fpm: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.4/fpm
-5.4-fpm: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.4/fpm
-
-5.5.26-cli: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.5
-5.5-cli: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.5
-5.5.26: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.5
-5.5: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.5
-
-5.5.26-apache: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.5/apache
-5.5-apache: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.5/apache
-
-5.5.26-fpm: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.5/fpm
-5.5-fpm: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.5/fpm
-
-5.6.10-cli: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6
-5.6-cli: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6
-5-cli: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6
-cli: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6
-5.6.10: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6
-5.6: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6
-5: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6
-latest: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6
-
-5.6.10-apache: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6/apache
-5.6-apache: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6/apache
-5-apache: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6/apache
-apache: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6/apache
-
-5.6.10-fpm: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6/fpm
-5.6-fpm: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6/fpm
-5-fpm: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6/fpm
-fpm: git://github.com/docker-library/php@ae130b2f845162fbf84da0ffad07d7a64eff57cd 5.6/fpm
+5.4.44-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.4
+5.4-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.4
+5.4.44: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.4
+5.4: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.4
+
+5.4.44-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.4/apache
+5.4-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.4/apache
+
+5.4.44-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.4/fpm
+5.4-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.4/fpm
+
+5.5.28-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.5
+5.5-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.5
+5.5.28: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.5
+5.5: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.5
+
+5.5.28-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.5/apache
+5.5-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.5/apache
+
+5.5.28-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.5/fpm
+5.5-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.5/fpm
+
+5.6.12-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6
+5.6-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6
+5-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6
+cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6
+5.6.12: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6
+5.6: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6
+5: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6
+latest: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6
+
+5.6.12-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6/apache
+5.6-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6/apache
+5-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6/apache
+apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6/apache
+
+5.6.12-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6/fpm
+5.6-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6/fpm
+5-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6/fpm
+fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 5.6/fpm
+
+7.0.0beta3-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0
+7.0-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0
+7-cli: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0
+7.0.0beta3: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0
+7.0: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0
+7: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0
+
+7.0.0beta3-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0/apache
+7.0-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0/apache
+7-apache: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0/apache
+
+7.0.0beta3-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0/fpm
+7.0-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0/fpm
+7-fpm: git://github.com/docker-library/php@789a45b03fe31ca1ac7f490bafe300e728b18bb9 7.0/fpm

+ 15 - 12
library/postgres

@@ -1,18 +1,21 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-9.0.22: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.0
-9.0: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.0
+9.0.22: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.0
+9.0: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.0
 
-9.1.18: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.1
-9.1: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.1
+9.1.18: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.1
+9.1: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.1
 
-9.2.13: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.2
-9.2: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.2
+9.2.13: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.2
+9.2: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.2
 
-9.3.9: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.3
-9.3: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.3
+9.3.9: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.3
+9.3: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.3
 
-9.4.4: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.4
-9.4: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.4
-9: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.4
-latest: git://github.com/docker-library/postgres@bfca9b8a92a99ccfc8f04933b7ecc29a108c7f49 9.4
+9.4.4: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.4
+9.4: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.4
+9: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.4
+latest: git://github.com/docker-library/postgres@a82c28e1c407ef5ddfc2a6014dac87bcc4955a26 9.4
+
+9.5-alpha2: git://github.com/docker-library/postgres@7fed4298db2dc8fb86844a1a41c86f4356f5f45b 9.5
+9.5: git://github.com/docker-library/postgres@7fed4298db2dc8fb86844a1a41c86f4356f5f45b 9.5

+ 18 - 18
library/pypy

@@ -1,25 +1,25 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-2-2.6.0: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 2
-2-2.6: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 2
-2-2: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 2
-2: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 2
+2-2.6.0: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 2
+2-2.6: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 2
+2-2: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 2
+2: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 2
 
 2-2.6.0-onbuild: git://github.com/docker-library/pypy@b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48 2/onbuild
 2-2.6-onbuild: git://github.com/docker-library/pypy@b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48 2/onbuild
 2-2-onbuild: git://github.com/docker-library/pypy@b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48 2/onbuild
 2-onbuild: git://github.com/docker-library/pypy@b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48 2/onbuild
 
-2-2.6.0-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 2/slim
-2-2.6-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 2/slim
-2-2-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 2/slim
-2-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 2/slim
+2-2.6.0-slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 2/slim
+2-2.6-slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 2/slim
+2-2-slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 2/slim
+2-slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 2/slim
 
-3-2.4.0: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3
-3-2.4: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3
-3-2: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3
-3: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3
-latest: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3
+3-2.4.0: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3
+3-2.4: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3
+3-2: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3
+3: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3
+latest: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3
 
 3-2.4.0-onbuild: git://github.com/docker-library/pypy@b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48 3/onbuild
 3-2.4-onbuild: git://github.com/docker-library/pypy@b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48 3/onbuild
@@ -27,8 +27,8 @@ latest: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca751
 3-onbuild: git://github.com/docker-library/pypy@b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48 3/onbuild
 onbuild: git://github.com/docker-library/pypy@b48e8489ab794a2bacfd396c2f8e1a5b06d6ae48 3/onbuild
 
-3-2.4.0-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3/slim
-3-2.4-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3/slim
-3-2-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3/slim
-3-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3/slim
-slim: git://github.com/docker-library/pypy@0f672a6bbfcce5c20b3cea8bbbfbeeca7512c80f 3/slim
+3-2.4.0-slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3/slim
+3-2.4-slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3/slim
+3-2-slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3/slim
+3-slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3/slim
+slim: git://github.com/docker-library/pypy@118eb35d46e15b7fcdbf86f753cd5f62cd2d045c 3/slim

+ 45 - 33
library/python

@@ -1,61 +1,73 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-2.7.10: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 2.7
-2.7: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 2.7
-2: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 2.7
+2.7.10: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7
+2.7: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7
+2: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7
 
 2.7.10-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 2.7/onbuild
 2.7-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 2.7/onbuild
 2-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 2.7/onbuild
 
-2.7.10-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 2.7/slim
-2.7-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 2.7/slim
-2-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 2.7/slim
+2.7.10-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7/slim
+2.7-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7/slim
+2-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7/slim
 
-2.7.10-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 2.7/wheezy
-2.7-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 2.7/wheezy
-2-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 2.7/wheezy
+2.7.10-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7/wheezy
+2.7-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7/wheezy
+2-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 2.7/wheezy
 
-3.2.6: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.2
-3.2: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.2
+3.2.6: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.2
+3.2: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.2
 
 3.2.6-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.2/onbuild
 3.2-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.2/onbuild
 
-3.2.6-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.2/slim
-3.2-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.2/slim
+3.2.6-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.2/slim
+3.2-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.2/slim
 
-3.2.6-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.2/wheezy
-3.2-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.2/wheezy
+3.2.6-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.2/wheezy
+3.2-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.2/wheezy
 
-3.3.6: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.3
-3.3: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.3
+3.3.6: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.3
+3.3: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.3
 
 3.3.6-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.3/onbuild
 3.3-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.3/onbuild
 
-3.3.6-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.3/slim
-3.3-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.3/slim
+3.3.6-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.3/slim
+3.3-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.3/slim
 
-3.3.6-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.3/wheezy
-3.3-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.3/wheezy
+3.3.6-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.3/wheezy
+3.3-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.3/wheezy
 
-3.4.3: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.4
-3.4: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.4
-3: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.4
-latest: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.4
+3.4.3: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4
+3.4: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4
+3: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4
+latest: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4
 
 3.4.3-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.4/onbuild
 3.4-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.4/onbuild
 3-onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.4/onbuild
 onbuild: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.4/onbuild
 
-3.4.3-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.4/slim
-3.4-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.4/slim
-3-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.4/slim
-slim: git://github.com/docker-library/python@89890623a062f79d5dd6d8f5e1ecc6d823bff588 3.4/slim
+3.4.3-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4/slim
+3.4-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4/slim
+3-slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4/slim
+slim: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4/slim
 
-3.4.3-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.4/wheezy
-3.4-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.4/wheezy
-3-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.4/wheezy
-wheezy: git://github.com/docker-library/python@7663560df7547e69d13b1b548675502f4e0917d1 3.4/wheezy
+3.4.3-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4/wheezy
+3.4-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4/wheezy
+3-wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4/wheezy
+wheezy: git://github.com/docker-library/python@5fc2d82f706e338286f31908ef416afe7b5fba7b 3.4/wheezy
+
+3.5.0b3: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5
+3.5.0: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5
+3.5: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5
+
+3.5.0b3-onbuild: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5/onbuild
+3.5.0-onbuild: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5/onbuild
+3.5-onbuild: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5/onbuild
+
+3.5.0b3-slim: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5/slim
+3.5.0-slim: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5/slim
+3.5-slim: git://github.com/docker-library/python@0fa3202789648132971160f686f5a37595108f44 3.5/slim

+ 2 - 2
library/r-base

@@ -1,6 +1,6 @@
 # maintainer: "Carl Boettiger" <[email protected]> (@cboettig)
 # maintainer: "Dirk Eddelbuettel" <[email protected]> (@eddelbuettel)
 
-latest: git://github.com/rocker-org/rocker@849e42992a3ce5bf6f004bcbfc76605aff3f3c08 r-base
-3.2.0: git://github.com/rocker-org/rocker@849e42992a3ce5bf6f004bcbfc76605aff3f3c08 r-base
+3.2.1: git://github.com/rocker-org/rocker@9f26417d0987d0b8517491270da0541aa9b754cc r-base
+latest: git://github.com/rocker-org/rocker@9f26417d0987d0b8517491270da0541aa9b754cc r-base
 

+ 8 - 8
library/rabbitmq

@@ -1,11 +1,11 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-3.5.3: git://github.com/docker-library/rabbitmq@5bdfc8547e813bbe2e0ef725738252792780d744
-3.5: git://github.com/docker-library/rabbitmq@5bdfc8547e813bbe2e0ef725738252792780d744
-3: git://github.com/docker-library/rabbitmq@5bdfc8547e813bbe2e0ef725738252792780d744
-latest: git://github.com/docker-library/rabbitmq@5bdfc8547e813bbe2e0ef725738252792780d744
+3.5.4: git://github.com/docker-library/rabbitmq@bb91e64b5664a4ab5cd681b7501a2830edbe9ddf
+3.5: git://github.com/docker-library/rabbitmq@bb91e64b5664a4ab5cd681b7501a2830edbe9ddf
+3: git://github.com/docker-library/rabbitmq@bb91e64b5664a4ab5cd681b7501a2830edbe9ddf
+latest: git://github.com/docker-library/rabbitmq@bb91e64b5664a4ab5cd681b7501a2830edbe9ddf
 
-3.5.3-management: git://github.com/docker-library/rabbitmq@5bdfc8547e813bbe2e0ef725738252792780d744 management
-3.5-management: git://github.com/docker-library/rabbitmq@5bdfc8547e813bbe2e0ef725738252792780d744 management
-3-management: git://github.com/docker-library/rabbitmq@5bdfc8547e813bbe2e0ef725738252792780d744 management
-management: git://github.com/docker-library/rabbitmq@5bdfc8547e813bbe2e0ef725738252792780d744 management
+3.5.4-management: git://github.com/docker-library/rabbitmq@bb91e64b5664a4ab5cd681b7501a2830edbe9ddf management
+3.5-management: git://github.com/docker-library/rabbitmq@bb91e64b5664a4ab5cd681b7501a2830edbe9ddf management
+3-management: git://github.com/docker-library/rabbitmq@bb91e64b5664a4ab5cd681b7501a2830edbe9ddf management
+management: git://github.com/docker-library/rabbitmq@bb91e64b5664a4ab5cd681b7501a2830edbe9ddf management

+ 2 - 2
library/rakudo-star

@@ -1,5 +1,5 @@
 # maintainer: Rob Hoelz <rob AT hoelz.ro> (@hoelzro)
 
-2015.03:  git://github.com/perl6/docker@4250489944483969ff68d94476bfd81e0a2170ce
+2015.07:  git://github.com/perl6/docker@2d0512062ab5682f91ff4befb427550ea3ecd72d
 
-latest:  git://github.com/perl6/docker@4250489944483969ff68d94476bfd81e0a2170ce
+latest:  git://github.com/perl6/docker@2d0512062ab5682f91ff4befb427550ea3ecd72d

+ 21 - 9
library/redis

@@ -1,13 +1,25 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-2.6.17: git://github.com/docker-library/redis@5a480f7c9f05822c31204a7197d209ef9db1a32c 2.6
-2.6: git://github.com/docker-library/redis@5a480f7c9f05822c31204a7197d209ef9db1a32c 2.6
+2.6.17: git://github.com/docker-library/redis@94e9dcaaa93312651e91815fe7e4c5ef0f266408 2.6
+2.6: git://github.com/docker-library/redis@94e9dcaaa93312651e91815fe7e4c5ef0f266408 2.6
 
-2.8.21: git://github.com/docker-library/redis@171071dacb7961cac8254627806f6c6faeeea278 2.8
-2.8: git://github.com/docker-library/redis@171071dacb7961cac8254627806f6c6faeeea278 2.8
-2: git://github.com/docker-library/redis@171071dacb7961cac8254627806f6c6faeeea278 2.8
+2.6.17-32bit: git://github.com/docker-library/redis@5e3f74f3edbbf8311b86e40e7ebe47f602981387 2.6/32bit
+2.6-32bit: git://github.com/docker-library/redis@5e3f74f3edbbf8311b86e40e7ebe47f602981387 2.6/32bit
 
-3.0.2: git://github.com/docker-library/redis@171071dacb7961cac8254627806f6c6faeeea278 3.0
-3.0: git://github.com/docker-library/redis@171071dacb7961cac8254627806f6c6faeeea278 3.0
-3: git://github.com/docker-library/redis@171071dacb7961cac8254627806f6c6faeeea278 3.0
-latest: git://github.com/docker-library/redis@171071dacb7961cac8254627806f6c6faeeea278 3.0
+2.8.21: git://github.com/docker-library/redis@94e9dcaaa93312651e91815fe7e4c5ef0f266408 2.8
+2.8: git://github.com/docker-library/redis@94e9dcaaa93312651e91815fe7e4c5ef0f266408 2.8
+2: git://github.com/docker-library/redis@94e9dcaaa93312651e91815fe7e4c5ef0f266408 2.8
+
+2.8.21-32bit: git://github.com/docker-library/redis@5e3f74f3edbbf8311b86e40e7ebe47f602981387 2.8/32bit
+2.8-32bit: git://github.com/docker-library/redis@5e3f74f3edbbf8311b86e40e7ebe47f602981387 2.8/32bit
+2-32bit: git://github.com/docker-library/redis@5e3f74f3edbbf8311b86e40e7ebe47f602981387 2.8/32bit
+
+3.0.3: git://github.com/docker-library/redis@37efc31242c8415d4f2e6d84255af0c7b97567c5 3.0
+3.0: git://github.com/docker-library/redis@37efc31242c8415d4f2e6d84255af0c7b97567c5 3.0
+3: git://github.com/docker-library/redis@37efc31242c8415d4f2e6d84255af0c7b97567c5 3.0
+latest: git://github.com/docker-library/redis@37efc31242c8415d4f2e6d84255af0c7b97567c5 3.0
+
+3.0.3-32bit: git://github.com/docker-library/redis@37efc31242c8415d4f2e6d84255af0c7b97567c5 3.0/32bit
+3.0-32bit: git://github.com/docker-library/redis@37efc31242c8415d4f2e6d84255af0c7b97567c5 3.0/32bit
+3-32bit: git://github.com/docker-library/redis@37efc31242c8415d4f2e6d84255af0c7b97567c5 3.0/32bit
+32bit: git://github.com/docker-library/redis@37efc31242c8415d4f2e6d84255af0c7b97567c5 3.0/32bit

+ 19 - 0
library/redmine

@@ -0,0 +1,19 @@
+# maintainer: InfoSiftr <[email protected]> (@infosiftr)
+
+2.6.6: git://github.com/docker-library/redmine@bcd0f77f268bb86dafd4afba0a0b36f478cf767f 2.6
+2.6: git://github.com/docker-library/redmine@bcd0f77f268bb86dafd4afba0a0b36f478cf767f 2.6
+2: git://github.com/docker-library/redmine@bcd0f77f268bb86dafd4afba0a0b36f478cf767f 2.6
+
+2.6.6-passenger: git://github.com/docker-library/redmine@2dfa232c7f591e9d458d10eb4a485f84cf33cf4d 2.6/passenger
+2.6-passenger: git://github.com/docker-library/redmine@2dfa232c7f591e9d458d10eb4a485f84cf33cf4d 2.6/passenger
+2-passenger: git://github.com/docker-library/redmine@2dfa232c7f591e9d458d10eb4a485f84cf33cf4d 2.6/passenger
+
+3.0.4: git://github.com/docker-library/redmine@bcd0f77f268bb86dafd4afba0a0b36f478cf767f 3.0
+3.0: git://github.com/docker-library/redmine@bcd0f77f268bb86dafd4afba0a0b36f478cf767f 3.0
+3: git://github.com/docker-library/redmine@bcd0f77f268bb86dafd4afba0a0b36f478cf767f 3.0
+latest: git://github.com/docker-library/redmine@bcd0f77f268bb86dafd4afba0a0b36f478cf767f 3.0
+
+3.0.4-passenger: git://github.com/docker-library/redmine@2dfa232c7f591e9d458d10eb4a485f84cf33cf4d 3.0/passenger
+3.0-passenger: git://github.com/docker-library/redmine@2dfa232c7f591e9d458d10eb4a485f84cf33cf4d 3.0/passenger
+3-passenger: git://github.com/docker-library/redmine@2dfa232c7f591e9d458d10eb4a485f84cf33cf4d 3.0/passenger
+passenger: git://github.com/docker-library/redmine@2dfa232c7f591e9d458d10eb4a485f84cf33cf4d 3.0/passenger

+ 4 - 3
library/registry

@@ -1,11 +1,12 @@
 # maintainer: Stephen Day <[email protected]> (@stevvooe)
 # maintainer: Olivier Gambier <[email protected]> (@dmp42)
 # maintainer: Richard Scothern <[email protected]> (@RichardScothern)
+# maintainer: Aaron Lehmann <[email protected]> (@aaronlehmann)
 
 latest: git://github.com/docker/[email protected]
 0.8.1: git://github.com/docker/[email protected]
 0.9.1: git://github.com/docker/[email protected]
 
-2: git://github.com/docker/distribution@1341222284b3a6b4e77fb64571ad423ed58b0d34
-2.0: git://github.com/docker/distribution@1341222284b3a6b4e77fb64571ad423ed58b0d34
-2.0.1: git://github.com/docker/distribution@1341222284b3a6b4e77fb64571ad423ed58b0d34
+2: git://github.com/docker/distribution-library-image@0258654c749c96ca876b1d9ce456bee42b6794de
+2.1: git://github.com/docker/distribution-library-image@0258654c749c96ca876b1d9ce456bee42b6794de
+2.1.1: git://github.com/docker/distribution-library-image@0258654c749c96ca876b1d9ce456bee42b6794de

+ 18 - 17
library/rethinkdb

@@ -1,19 +1,20 @@
 # maintainer: Stuart P. Bentley <[email protected]> (@stuartpb)
 
-1.15.1: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.15.1
-1.15.2: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.15.2
-1.15.3: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.15.3
-1.15: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.15.3
-1.16.0: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.16.0
-1.16.1: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.16.1
-1.16.2: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.16.2
-1.16.3: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.16.3
-1.16: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.16.3
-1: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/1.16.3
-2.0.0: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/2.0.0
-2.0.1: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/2.0.1
-2.0.2: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/2.0.2
-2.0.3: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/2.0.3
-2.0: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/2.0.3
-2: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/2.0.3
-latest: git://github.com/stuartpb/rethinkdb-dockerfiles@eac9557f3472f29b8a240ee7add5a2efab3cc67e jessie/2.0.3
+1.15.1: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.15.1
+1.15.2: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.15.2
+1.15.3: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.15.3
+1.15: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.15.3
+1.16.0: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.16.0
+1.16.1: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.16.1
+1.16.2: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.16.2
+1.16.3: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.16.3
+1.16: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.16.3
+1: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/1.16.3
+2.0.0: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/2.0.0
+2.0.1: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/2.0.1
+2.0.2: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/2.0.2
+2.0.3: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/2.0.3
+2.0.4: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/2.0.4
+2.0: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/2.0.4
+2: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/2.0.4
+latest: git://github.com/stuartpb/rethinkdb-dockerfiles@fd441b217d6f6532c064d91c8d3aeddd9e599389 jessie/2.0.4

+ 7 - 0
library/rocket.chat

@@ -0,0 +1,7 @@
+# maintainer: Rocket.Chat Image Team <[email protected]>
+
+0.4.0: git://github.com/RocketChat/Docker.Official.Image@607714350ff360aa5e0e493fd2cb6057684a980b
+0.4: git://github.com/RocketChat/Docker.Official.Image@607714350ff360aa5e0e493fd2cb6057684a980b
+0: git://github.com/RocketChat/Docker.Official.Image@607714350ff360aa5e0e493fd2cb6057684a980b
+latest: git://github.com/RocketChat/Docker.Official.Image@607714350ff360aa5e0e493fd2cb6057684a980b
+

+ 18 - 30
library/ruby

@@ -1,49 +1,37 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-2.0.0-p645: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0
-2.0.0: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0
-2.0: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0
+2.0.0-p645: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.0
+2.0.0: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.0
+2.0: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.0
 
 2.0.0-p645-onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.0/onbuild
 2.0.0-onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.0/onbuild
 2.0-onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.0/onbuild
 
-2.0.0-p645-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0/slim
-2.0.0-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0/slim
-2.0-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0/slim
+2.0.0-p645-slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.0/slim
+2.0.0-slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.0/slim
+2.0-slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.0/slim
 
-2.0.0-p645-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0/wheezy
-2.0.0-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0/wheezy
-2.0-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.0/wheezy
-
-2.1.6: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.1
-2.1: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.1
+2.1.6: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.1
+2.1: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.1
 
 2.1.6-onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.1/onbuild
 2.1-onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.1/onbuild
 
-2.1.6-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.1/slim
-2.1-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.1/slim
-
-2.1.6-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.1/wheezy
-2.1-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.1/wheezy
+2.1.6-slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.1/slim
+2.1-slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.1/slim
 
-2.2.2: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2
-2.2: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2
-2: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2
-latest: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2
+2.2.2: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.2
+2.2: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.2
+2: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.2
+latest: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.2
 
 2.2.2-onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.2/onbuild
 2.2-onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.2/onbuild
 2-onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.2/onbuild
 onbuild: git://github.com/docker-library/ruby@4ccabb5557ce2001aa1ae2a5f719340eb33c0383 2.2/onbuild
 
-2.2.2-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2/slim
-2.2-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2/slim
-2-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2/slim
-slim: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2/slim
-
-2.2.2-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2/wheezy
-2.2-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2/wheezy
-2-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2/wheezy
-wheezy: git://github.com/docker-library/ruby@5b80d07084f0fb590126cdea49e6b0036f44cd9a 2.2/wheezy
+2.2.2-slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.2/slim
+2.2-slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.2/slim
+2-slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.2/slim
+slim: git://github.com/docker-library/ruby@d88c77ea84b114fdfcdaa022a4e43bb067d5ac81 2.2/slim

+ 4 - 4
library/sentry

@@ -1,6 +1,6 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-7.6.0: git://github.com/docker-library/sentry@6fce092844de38bcd3b546ba654429604adc3718
-7.6: git://github.com/docker-library/sentry@6fce092844de38bcd3b546ba654429604adc3718
-7: git://github.com/docker-library/sentry@6fce092844de38bcd3b546ba654429604adc3718
-latest: git://github.com/docker-library/sentry@6fce092844de38bcd3b546ba654429604adc3718
+7.7.0: git://github.com/docker-library/sentry@3115587c614e64c66419a26b4f7be6ac067e3a79
+7.7: git://github.com/docker-library/sentry@3115587c614e64c66419a26b4f7be6ac067e3a79
+7: git://github.com/docker-library/sentry@3115587c614e64c66419a26b4f7be6ac067e3a79
+latest: git://github.com/docker-library/sentry@3115587c614e64c66419a26b4f7be6ac067e3a79

+ 2 - 2
library/swarm

@@ -2,5 +2,5 @@
 # maintainer: Victor Vieux <[email protected]> (@vieux)
 # maintainer: Alexandre Beslic <[email protected]> (@abronan)
 
-0.3.0: git://github.com/docker/swarm-library-image@206d90c3d59ccc2e1b232d37edf3b492ca81693b
-latest: git://github.com/docker/swarm-library-image@206d90c3d59ccc2e1b232d37edf3b492ca81693b
+0.4.0: git://github.com/docker/swarm-library-image@1e058ce0f547491bb33255c8a58236e3bea26cb3
+latest: git://github.com/docker/swarm-library-image@1e058ce0f547491bb33255c8a58236e3bea26cb3

+ 21 - 21
library/tomcat

@@ -11,27 +11,27 @@
 6.0-jre8: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 6-jre8
 6-jre8: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 6-jre8
 
-7.0.62-jre7: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre7
-7.0-jre7: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre7
-7-jre7: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre7
-7.0.62: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre7
-7.0: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre7
-7: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre7
+7.0.63-jre7: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre7
+7.0-jre7: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre7
+7-jre7: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre7
+7.0.63: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre7
+7.0: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre7
+7: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre7
 
-7.0.62-jre8: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre8
-7.0-jre8: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre8
-7-jre8: git://github.com/docker-library/tomcat@3b05667011a600a2f46422dd533467eff8e7fecf 7-jre8
+7.0.63-jre8: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre8
+7.0-jre8: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre8
+7-jre8: git://github.com/docker-library/tomcat@24e869945b9d9d3f02f979524b8caf989d08ed6c 7-jre8
 
-8.0.23-jre7: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre7
-8.0-jre7: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre7
-8-jre7: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre7
-jre7: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre7
-8.0.23: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre7
-8.0: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre7
-8: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre7
-latest: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre7
+8.0.24-jre7: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre7
+8.0-jre7: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre7
+8-jre7: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre7
+jre7: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre7
+8.0.24: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre7
+8.0: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre7
+8: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre7
+latest: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre7
 
-8.0.23-jre8: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre8
-8.0-jre8: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre8
-8-jre8: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre8
-jre8: git://github.com/docker-library/tomcat@460dd07bda6a533d8ad7ca8c03ad78d715575056 8-jre8
+8.0.24-jre8: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre8
+8.0-jre8: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre8
+8-jre8: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre8
+jre8: git://github.com/docker-library/tomcat@2f17559d7a1c62dbc17b63750b31a0beea205120 8-jre8

+ 24 - 30
library/ubuntu

@@ -5,37 +5,31 @@
 # see also https://wiki.ubuntu.com/Releases#Current
 
 # commits: (master..dist)
-#  - 67accc0 Update tarballs
-#    - `ubuntu:precise`: 20150612
-#    - `ubuntu:trusty`: 20150612
-#    - `ubuntu:utopic`: 20150612
-#    - `ubuntu:vivid`: 20150611
-#    - `ubuntu:wily`: 20150611
+#  - 8cf1fbf Update tarballs
+#    - `ubuntu:precise`: 20150729
+#    - `ubuntu:trusty`: 20150806
+#    - `ubuntu:vivid`: 20150802
+#    - `ubuntu:wily`: 20150807
 
-# 20150612
-12.04.5: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 precise
-12.04: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 precise
-precise-20150612: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 precise
-precise: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 precise
+# 20150729
+12.04.5: git://github.com/tianon/docker-brew-ubuntu-core@8606ae50e85cab36164b24e4286eb312cf188e34 precise
+12.04: git://github.com/tianon/docker-brew-ubuntu-core@8606ae50e85cab36164b24e4286eb312cf188e34 precise
+precise-20150729: git://github.com/tianon/docker-brew-ubuntu-core@8606ae50e85cab36164b24e4286eb312cf188e34 precise
+precise: git://github.com/tianon/docker-brew-ubuntu-core@8606ae50e85cab36164b24e4286eb312cf188e34 precise
 
-# 20150612
-14.04.2: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 trusty
-14.04: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 trusty
-trusty-20150612: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 trusty
-trusty: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 trusty
-latest: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 trusty
+# 20150806
+14.04.3: git://github.com/tianon/docker-brew-ubuntu-core@8cf1fbf4ca0a356da693bb431050443f2a4a79f8 trusty
+14.04: git://github.com/tianon/docker-brew-ubuntu-core@8cf1fbf4ca0a356da693bb431050443f2a4a79f8 trusty
+trusty-20150806: git://github.com/tianon/docker-brew-ubuntu-core@8cf1fbf4ca0a356da693bb431050443f2a4a79f8 trusty
+trusty: git://github.com/tianon/docker-brew-ubuntu-core@8cf1fbf4ca0a356da693bb431050443f2a4a79f8 trusty
+latest: git://github.com/tianon/docker-brew-ubuntu-core@8cf1fbf4ca0a356da693bb431050443f2a4a79f8 trusty
 
-# 20150612
-14.10: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 utopic
-utopic-20150612: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 utopic
-utopic: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 utopic
+# 20150802
+15.04: git://github.com/tianon/docker-brew-ubuntu-core@8606ae50e85cab36164b24e4286eb312cf188e34 vivid
+vivid-20150802: git://github.com/tianon/docker-brew-ubuntu-core@8606ae50e85cab36164b24e4286eb312cf188e34 vivid
+vivid: git://github.com/tianon/docker-brew-ubuntu-core@8606ae50e85cab36164b24e4286eb312cf188e34 vivid
 
-# 20150611
-15.04: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 vivid
-vivid-20150611: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 vivid
-vivid: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 vivid
-
-# 20150611
-15.10: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 wily
-wily-20150611: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 wily
-wily: git://github.com/tianon/docker-brew-ubuntu-core@67accc07b2f77dbf00dc4e2d5b90c00abc225ec6 wily
+# 20150807
+15.10: git://github.com/tianon/docker-brew-ubuntu-core@8cf1fbf4ca0a356da693bb431050443f2a4a79f8 wily
+wily-20150807: git://github.com/tianon/docker-brew-ubuntu-core@8cf1fbf4ca0a356da693bb431050443f2a4a79f8 wily
+wily: git://github.com/tianon/docker-brew-ubuntu-core@8cf1fbf4ca0a356da693bb431050443f2a4a79f8 wily

+ 13 - 16
library/ubuntu-debootstrap

@@ -1,24 +1,21 @@
 # maintainer: Tianon Gravi <[email protected]> (@tianon)
 
 # commits: (master..dist)
-#  - fa74aca 2015-06-11 debootstraps
+#  - 93120c3 2015-07-09 debootstraps
 
-12.04.5: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 12.04
-12.04: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 12.04
-precise: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 12.04
+12.04.5: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 12.04
+12.04: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 12.04
+precise: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 12.04
 
-14.04.2: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 14.04
-14.04: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 14.04
-trusty: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 14.04
-latest: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 14.04
+14.04.2: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 14.04
+14.04: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 14.04
+trusty: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 14.04
+latest: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 14.04
 
-14.10: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 14.10
-utopic: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 14.10
+15.04: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 15.04
+vivid: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 15.04
 
-15.04: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 15.04
-vivid: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 15.04
+15.10: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 15.10
+wily: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 15.10
 
-15.10: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 15.10
-wily: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a 15.10
-
-devel: git://github.com/tianon/docker-brew-ubuntu-debootstrap@fa74aca5f4e00f326492f5840eb001948a4d405a devel
+devel: git://github.com/tianon/docker-brew-ubuntu-debootstrap@93120c3d8c90fdcf5e08e984558fcc4a67d78072 devel

+ 3 - 3
library/websphere-liberty

@@ -1,5 +1,5 @@
 # maintainer: David Currie <[email protected]> (@dcurrie)
 
-8.5.5: git://github.com/WASdev/ci.docker@94085e885f7bf6025b68ae57de6b9aa9988fa9d8 websphere-liberty/8.5.5/developer
-latest: git://github.com/WASdev/ci.docker@94085e885f7bf6025b68ae57de6b9aa9988fa9d8 websphere-liberty/8.5.5/developer
-beta: git://github.com/WASdev/ci.docker@d3b1899b701b8ad67ac1c0084b40678effc134cc websphere-liberty/beta
+8.5.5: git://github.com/WASdev/ci.docker@11097607e19b923fb1c1a59802a42afe18afc5cd websphere-liberty/8.5.5/developer/webProfile6
+latest: git://github.com/WASdev/ci.docker@11097607e19b923fb1c1a59802a42afe18afc5cd websphere-liberty/8.5.5/developer/webProfile6
+beta: git://github.com/WASdev/ci.docker@11097607e19b923fb1c1a59802a42afe18afc5cd websphere-liberty/beta

+ 12 - 12
library/wordpress

@@ -1,15 +1,15 @@
 # maintainer: InfoSiftr <[email protected]> (@infosiftr)
 
-4.2.2-apache: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f apache
-4.2.2: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f apache
-4.2-apache: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f apache
-4.2: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f apache
-4-apache: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f apache
-apache: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f apache
-4: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f apache
-latest: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f apache
+4.2.4-apache: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 apache
+4.2.4: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 apache
+4.2-apache: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 apache
+4.2: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 apache
+4-apache: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 apache
+apache: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 apache
+4: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 apache
+latest: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 apache
 
-4.2.2-fpm: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f fpm
-4.2-fpm: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f fpm
-4-fpm: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f fpm
-fpm: git://github.com/docker-library/wordpress@1420b4c44ba0cf13d2d1d1e41bbc3bc74e83ce9f fpm
+4.2.4-fpm: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 fpm
+4.2-fpm: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 fpm
+4-fpm: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 fpm
+fpm: git://github.com/docker-library/wordpress@695385bc1bb1b3c930b114193786e5ae9a0b05a7 fpm

+ 5 - 0
test/config.sh

@@ -62,6 +62,7 @@ declare -A imageTests=(
 	'
 	[mysql]='
 		mysql-basics
+		mysql-initdb
 	'
 	[node]='
 	'
@@ -76,6 +77,8 @@ declare -A imageTests=(
 		php-fpm-hello-web
 	'
 	[postgres]='
+		postgres-basics
+		postgres-initdb
 	'
 	[python]='
 		python-hy
@@ -112,9 +115,11 @@ declare -A globalExcludeTests=(
 	# single-binary images
 	[hello-world_utc]=1
 	[swarm_utc]=1
+	[nats_utc]=1
 	
 	[hello-world_no-hard-coded-passwords]=1
 	[swarm_no-hard-coded-passwords]=1
+	[nats_no-hard-coded-passwords]=1
 
 	# no "native" dependencies
 	[ruby:slim_ruby-bundler]=1

+ 1 - 1
test/tests/mongo-basics/run.sh

@@ -19,7 +19,7 @@ tries=10
 while ! mongo_eval 'quit(db.stats().ok ? 0 : 1);' &> /dev/null; do
 	(( tries-- ))
 	if [ $tries -le 0 ]; then
-		echo >&2 'mongod failed to accept connetions in a reasonable amount of time!'
+		echo >&2 'mongod failed to accept connections in a reasonable amount of time!'
 		mongo --eval 'db.stats();' # to hopefully get a useful error message
 		false
 	fi

+ 23 - 5
test/tests/mysql-basics/run.sh

@@ -9,18 +9,36 @@ export MYSQL_PASSWORD='my cool mysql password'
 export MYSQL_DATABASE='my cool mysql database'
 
 cname="mysql-container-$RANDOM-$RANDOM"
-cid="$(docker run -d -e MYSQL_ROOT_PASSWORD -e MYSQL_USER -e MYSQL_PASSWORD -e MYSQL_DATABASE --name "$cname" "$image")"
+cid="$(
+	docker run -d \
+		-e MYSQL_ROOT_PASSWORD \
+		-e MYSQL_USER \
+		-e MYSQL_PASSWORD \
+		-e MYSQL_DATABASE \
+		--name "$cname" \
+		"$image"
+)"
 trap "docker rm -f $cid > /dev/null" EXIT
 
 mysql() {
-	docker run --rm -i --link "$cname":mysql --entrypoint mysql -e MYSQL_PWD="$MYSQL_PASSWORD" "$image" -hmysql -u"$MYSQL_USER" --silent "$@" "$MYSQL_DATABASE"
+	docker run --rm -i \
+		--link "$cname":mysql \
+		--entrypoint mysql \
+		-e MYSQL_PWD="$MYSQL_PASSWORD" \
+		"$image" \
+		-hmysql \
+		-u"$MYSQL_USER" \
+		--silent \
+		"$@" \
+		"$MYSQL_DATABASE"
 }
 
-tries=10
+tries=20
 while ! echo 'SELECT 1' | mysql &> /dev/null; do
 	(( tries-- ))
 	if [ $tries -le 0 ]; then
-		echo >&2 'mysqld failed to accept connetions in a reasonable amount of time!'
+		echo >&2 'mysqld failed to accept connections in a reasonable amount of time!'
+		( set -x && docker logs "$cid" ) >&2 || true
 		echo 'SELECT 1' | mysql # to hopefully get a useful error message
 		false
 	fi
@@ -35,5 +53,5 @@ echo 'INSERT INTO test VALUES (2, 3, "goodbye!")' | mysql
 [ "$(echo 'SELECT COUNT(*) FROM test' | mysql)" = 2 ]
 echo 'DELETE FROM test WHERE a = 1' | mysql
 [ "$(echo 'SELECT COUNT(*) FROM test' | mysql)" = 1 ]
-[ "$(echo 'SELECT c FROM test' | mysql)" = "goodbye!" ]
+[ "$(echo 'SELECT c FROM test' | mysql)" = 'goodbye!' ]
 echo 'DROP TABLE test' | mysql

+ 4 - 0
test/tests/mysql-initdb/initdb.sql

@@ -0,0 +1,4 @@
+CREATE TABLE test (a INT, b INT, c VARCHAR(255));
+INSERT INTO test VALUES (1, 2, 'hello');
+INSERT INTO test VALUES (2, 3, 'goodbye!');
+DELETE FROM test WHERE a = 1;

+ 51 - 0
test/tests/mysql-initdb/run.sh

@@ -0,0 +1,51 @@
+#!/bin/bash
+set -e
+
+image="$1"
+testDir="$(readlink -f "$(dirname "$BASH_SOURCE")")"
+
+export MYSQL_ROOT_PASSWORD='this is an example test password'
+export MYSQL_USER='0123456789012345' # "ERROR: 1470  String 'my cool mysql user' is too long for user name (should be no longer than 16)"
+export MYSQL_PASSWORD='my cool mysql password'
+export MYSQL_DATABASE='my cool mysql database'
+
+cname="mysql-container-$RANDOM-$RANDOM"
+cid="$(
+	docker run -d \
+		-e MYSQL_ROOT_PASSWORD \
+		-e MYSQL_USER \
+		-e MYSQL_PASSWORD \
+		-e MYSQL_DATABASE \
+		--name "$cname" \
+		-v "$testDir/initdb.sql:/docker-entrypoint-initdb.d/test.sql":ro \
+		"$image"
+)"
+trap "docker rm -f $cid > /dev/null" EXIT
+
+mysql() {
+	docker run --rm -i \
+		--link "$cname":mysql \
+		--entrypoint mysql \
+		-e MYSQL_PWD="$MYSQL_PASSWORD" \
+		"$image" \
+		-hmysql \
+		-u"$MYSQL_USER" \
+		--silent \
+		"$@" \
+		"$MYSQL_DATABASE"
+}
+
+tries=20
+while ! echo 'SELECT 1' | mysql &> /dev/null; do
+	(( tries-- ))
+	if [ $tries -le 0 ]; then
+		echo >&2 'mysqld failed to accept connections in a reasonable amount of time!'
+		( set -x && docker logs "$cid" ) >&2 || true
+		echo 'SELECT 1' | mysql # to hopefully get a useful error message
+		false
+	fi
+	sleep 2
+done
+
+[ "$(echo 'SELECT COUNT(*) FROM test' | mysql)" = 1 ]
+[ "$(echo 'SELECT c FROM test' | mysql)" = 'goodbye!' ]

+ 1 - 1
test/tests/no-hard-coded-passwords/run.sh

@@ -5,7 +5,7 @@ IFS=$'\n'
 userPasswds=( $(docker run --rm --user 0:0 --entrypoint awk "$1" -F ':' '{ print $1 ":" $2 }' /etc/passwd) )
 userShadows=()
 if echo "${userPasswds[*]}" | grep -qE ':x$'; then
-	userShadows=( $(docker run --rm --user 0:0 --entrypoint awk "$1" -F ':' '{ print $1 ":" $2 }' /etc/shadow) )
+	userShadows=( $(docker run --rm --user 0:0 --entrypoint awk "$1" -F ':' '{ print $1 ":" $2 }' /etc/shadow || true) )
 fi
 unset IFS
 

+ 1 - 0
test/tests/php-ext-install/container.sh

@@ -3,3 +3,4 @@
 set -ueo pipefail
 
 docker-php-ext-install pdo_mysql 2>&1
+php -r 'exit(extension_loaded("pdo_mysql") ? 0 : 1);'

+ 51 - 0
test/tests/postgres-basics/run.sh

@@ -0,0 +1,51 @@
+#!/bin/bash
+set -e
+
+image="$1"
+
+export POSTGRES_USER='my cool postgres user'
+export POSTGRES_PASSWORD='my cool postgres password'
+export POSTGRES_DB='my cool postgres database'
+
+cname="postgres-container-$RANDOM-$RANDOM"
+cid="$(docker run -d -e POSTGRES_USER -e POSTGRES_PASSWORD -e POSTGRES_DB --name "$cname" "$image")"
+trap "docker rm -f $cid > /dev/null" EXIT
+
+psql() {
+	docker run --rm -i \
+		--link "$cname":postgres \
+		--entrypoint psql \
+		-e PGPASSWORD="$POSTGRES_PASSWORD" \
+		"$image" \
+		--host postgres \
+		--username "$POSTGRES_USER" \
+		--dbname "$POSTGRES_DB" \
+		--quiet --no-align --tuples-only \
+		"$@"
+}
+
+tries=10
+while ! echo 'SELECT 1' | psql &> /dev/null; do
+	(( tries-- ))
+	if [ $tries -le 0 ]; then
+		echo >&2 'postgres failed to accept connections in a reasonable amount of time!'
+		echo 'SELECT 1' | psql # to hopefully get a useful error message
+		false
+	fi
+	sleep 2
+done
+
+echo 'CREATE TABLE test (a INT, b INT, c VARCHAR(255))' | psql
+[ "$(echo 'SELECT COUNT(*) FROM test' | psql)" = 0 ]
+psql <<'EOSQL'
+	INSERT INTO test VALUES (1, 2, 'hello')
+EOSQL
+[ "$(echo 'SELECT COUNT(*) FROM test' | psql)" = 1 ]
+psql <<'EOSQL'
+	INSERT INTO test VALUES (2, 3, 'goodbye!')
+EOSQL
+[ "$(echo 'SELECT COUNT(*) FROM test' | psql)" = 2 ]
+echo 'DELETE FROM test WHERE a = 1' | psql
+[ "$(echo 'SELECT COUNT(*) FROM test' | psql)" = 1 ]
+[ "$(echo 'SELECT c FROM test' | psql)" = 'goodbye!' ]
+echo 'DROP TABLE test' | psql

+ 4 - 0
test/tests/postgres-initdb/initdb.sql

@@ -0,0 +1,4 @@
+CREATE TABLE test (a INT, b INT, c VARCHAR(255));
+INSERT INTO test VALUES (1, 2, 'hello');
+INSERT INTO test VALUES (2, 3, 'goodbye!');
+DELETE FROM test WHERE a = 1;

+ 48 - 0
test/tests/postgres-initdb/run.sh

@@ -0,0 +1,48 @@
+#!/bin/bash
+set -e
+
+image="$1"
+testDir="$(readlink -f "$(dirname "$BASH_SOURCE")")"
+
+export POSTGRES_USER='my cool postgres user'
+export POSTGRES_PASSWORD='my cool postgres password'
+export POSTGRES_DB='my cool postgres database'
+
+cname="postgres-container-$RANDOM-$RANDOM"
+cid="$(
+	docker run -d \
+		-e POSTGRES_USER \
+		-e POSTGRES_PASSWORD \
+		-e POSTGRES_DB \
+		--name "$cname" \
+		-v "$testDir/initdb.sql:/docker-entrypoint-initdb.d/test.sql":ro \
+		"$image"
+)"
+trap "docker rm -f $cid > /dev/null" EXIT
+
+psql() {
+	docker run --rm -i \
+		--link "$cname":postgres \
+		--entrypoint psql \
+		-e PGPASSWORD="$POSTGRES_PASSWORD" \
+		"$image" \
+		--host postgres \
+		--username "$POSTGRES_USER" \
+		--dbname "$POSTGRES_DB" \
+		--quiet --no-align --tuples-only \
+		"$@"
+}
+
+tries=10
+while ! echo 'SELECT 1' | psql &> /dev/null; do
+	(( tries-- ))
+	if [ $tries -le 0 ]; then
+		echo >&2 'postgres failed to accept connections in a reasonable amount of time!'
+		echo 'SELECT 1' | psql # to hopefully get a useful error message
+		false
+	fi
+	sleep 2
+done
+
+[ "$(echo 'SELECT COUNT(*) FROM test' | psql)" = 1 ]
+[ "$(echo 'SELECT c FROM test' | psql)" = 'goodbye!' ]