Browse Source

Run update.sh

Tianon Gravi 11 years ago
parent
commit
901c69aad0
11 changed files with 43 additions and 37 deletions
  1. 4 2
      buildpack-deps/README.md
  2. 8 4
      golang/README.md
  3. 4 4
      mongo/README.md
  4. 6 6
      node/README.md
  5. 9 9
      php/README.md
  6. 6 6
      postgres/README.md
  7. 1 1
      rails/README.md
  8. 2 2
      redis/README.md
  9. 1 1
      sentry/README.md
  10. 1 1
      tomcat/README.md
  11. 1 1
      wordpress/README.md

+ 4 - 2
buildpack-deps/README.md

@@ -1,7 +1,9 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`jessie`, `latest` (*jessie/Dockerfile*)](https://github.com/docker-library/docker-buildpack-deps/blob/a201b127ddf29f47738a9fd04b2f004eb41b009f/jessie/Dockerfile)
-- [`wheezy` (*wheezy/Dockerfile*)](https://github.com/docker-library/docker-buildpack-deps/blob/a201b127ddf29f47738a9fd04b2f004eb41b009f/wheezy/Dockerfile)
+- [`jessie-micro`, `micro` (*jessie/micro/Dockerfile*)](https://github.com/docker-library/docker-buildpack-deps/blob/fc4bb937881466a88e408f660ce4d8ad18c11bad/jessie/micro/Dockerfile)
+- [`jessie`, `latest` (*jessie/Dockerfile*)](https://github.com/docker-library/docker-buildpack-deps/blob/fc4bb937881466a88e408f660ce4d8ad18c11bad/jessie/Dockerfile)
+- [`wheezy-micro` (*wheezy/micro/Dockerfile*)](https://github.com/docker-library/docker-buildpack-deps/blob/fc4bb937881466a88e408f660ce4d8ad18c11bad/wheezy/micro/Dockerfile)
+- [`wheezy` (*wheezy/Dockerfile*)](https://github.com/docker-library/docker-buildpack-deps/blob/fc4bb937881466a88e408f660ce4d8ad18c11bad/wheezy/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file

+ 8 - 4
golang/README.md

@@ -1,12 +1,16 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`1.2.2`, `1.2` (*1.2/Dockerfile*)](https://github.com/docker-library/golang/blob/af4e450a47a99f9a4f56225cdf598f552907d946/1.2/Dockerfile)
+- [`1.2.2`, `1.2` (*1.2/Dockerfile*)](https://github.com/docker-library/golang/blob/acc4ed5ba8dfad17bd484ac858950bc6a6f9acde/1.2/Dockerfile)
 - [`1.2.2-onbuild`, `1.2-onbuild` (*1.2/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/4d4b14164e50c089a09b9364697749dc7f764824/1.2/onbuild/Dockerfile)
-- [`1.2.2-cross`, `1.2-cross` (*1.2/cross/Dockerfile*)](https://github.com/docker-library/golang/blob/4d4b14164e50c089a09b9364697749dc7f764824/1.2/cross/Dockerfile)
-- [`1.3.3`, `1.3`, `1`, `latest` (*1.3/Dockerfile*)](https://github.com/docker-library/golang/blob/af4e450a47a99f9a4f56225cdf598f552907d946/1.3/Dockerfile)
+- [`1.2.2-cross`, `1.2-cross` (*1.2/cross/Dockerfile*)](https://github.com/docker-library/golang/blob/acc4ed5ba8dfad17bd484ac858950bc6a6f9acde/1.2/cross/Dockerfile)
+- [`1.3.3`, `1.3`, `1`, `latest` (*1.3/Dockerfile*)](https://github.com/docker-library/golang/blob/acc4ed5ba8dfad17bd484ac858950bc6a6f9acde/1.3/Dockerfile)
 - [`1.3.3-onbuild`, `1.3-onbuild`, `1-onbuild`, `onbuild` (*1.3/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/4d4b14164e50c089a09b9364697749dc7f764824/1.3/onbuild/Dockerfile)
-- [`1.3.3-cross`, `1.3-cross`, `1-cross`, `cross` (*1.3/cross/Dockerfile*)](https://github.com/docker-library/golang/blob/4d4b14164e50c089a09b9364697749dc7f764824/1.3/cross/Dockerfile)
+- [`1.3.3-cross`, `1.3-cross`, `1-cross`, `cross` (*1.3/cross/Dockerfile*)](https://github.com/docker-library/golang/blob/acc4ed5ba8dfad17bd484ac858950bc6a6f9acde/1.3/cross/Dockerfile)
 - [`1.3.3-wheezy`, `1.3-wheezy`, `1-wheezy`, `wheezy` (*1.3/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/af4e450a47a99f9a4f56225cdf598f552907d946/1.3/wheezy/Dockerfile)
+- [`1.4rc1`, `1.4` (*1.4/Dockerfile*)](https://github.com/docker-library/golang/blob/898bf4174e6a575ae311d14a23f96b4f6724ee13/1.4/Dockerfile)
+- [`1.4rc1-onbuild`, `1.4-onbuild` (*1.4/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/1bab172aa5ca0675891ca58411f067a1b95a10d6/1.4/onbuild/Dockerfile)
+- [`1.4rc1-cross`, `1.4-cross` (*1.4/cross/Dockerfile*)](https://github.com/docker-library/golang/blob/898bf4174e6a575ae311d14a23f96b4f6724ee13/1.4/cross/Dockerfile)
+- [`1.4rc1-wheezy`, `1.4-wheezy` (*1.4/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/1bab172aa5ca0675891ca58411f067a1b95a10d6/1.4/wheezy/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file

+ 4 - 4
mongo/README.md

@@ -1,9 +1,9 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`2.2.7`, `2.2` (*2.2/Dockerfile*)](https://github.com/docker-library/mongo/blob/2881be3e0d85b3600bda8d45050a2ceb3f7bb12b/2.2/Dockerfile)
-- [`2.4.12`, `2.4` (*2.4/Dockerfile*)](https://github.com/docker-library/mongo/blob/6fcf234e0bd9b50cfbac267ccb451cb8500c8dfc/2.4/Dockerfile)
-- [`2.6.5`, `2.6`, `2`, `latest` (*2.6/Dockerfile*)](https://github.com/docker-library/mongo/blob/bebabb72a2785d7b78309bf6be6c82bab882574b/2.6/Dockerfile)
-- [`2.8.0-rc0`, `2.8.0`, `2.8` (*2.8/Dockerfile*)](https://github.com/docker-library/mongo/blob/a226987aaeee9f81aee4de5406eb55192aefeaa4/2.8/Dockerfile)
+- [`2.2.7`, `2.2` (*2.2/Dockerfile*)](https://github.com/docker-library/mongo/blob/bb4bf3a053adaebc5c417e42d256940b7a1b3c08/2.2/Dockerfile)
+- [`2.4.12`, `2.4` (*2.4/Dockerfile*)](https://github.com/docker-library/mongo/blob/bb4bf3a053adaebc5c417e42d256940b7a1b3c08/2.4/Dockerfile)
+- [`2.6.5`, `2.6`, `2`, `latest` (*2.6/Dockerfile*)](https://github.com/docker-library/mongo/blob/bb4bf3a053adaebc5c417e42d256940b7a1b3c08/2.6/Dockerfile)
+- [`2.8.0-rc0`, `2.8.0`, `2.8` (*2.8/Dockerfile*)](https://github.com/docker-library/mongo/blob/bb4bf3a053adaebc5c417e42d256940b7a1b3c08/2.8/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file

+ 6 - 6
node/README.md

@@ -1,14 +1,14 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`0.10.33`, `0.10`, `0`, `latest` (*0.10/Dockerfile*)](https://github.com/docker-library/node/blob/013858ac35afb9ca7b10102956427b629e7708da/0.10/Dockerfile)
+- [`0.10.33`, `0.10`, `0`, `latest` (*0.10/Dockerfile*)](https://github.com/docker-library/node/blob/57dd55534374b98309c13cd19e00691f5479ddf0/0.10/Dockerfile)
 - [`0.10.33-onbuild`, `0.10-onbuild`, `0-onbuild`, `onbuild` (*0.10/onbuild/Dockerfile*)](https://github.com/docker-library/node/blob/806873187edbff36d7fc294a62131f4f28fa681a/0.10/onbuild/Dockerfile)
-- [`0.10.33-slim`, `0.10-slim`, `0-slim`, `slim` (*0.10/slim/Dockerfile*)](https://github.com/docker-library/node/blob/013858ac35afb9ca7b10102956427b629e7708da/0.10/slim/Dockerfile)
-- [`0.11.14`, `0.11` (*0.11/Dockerfile*)](https://github.com/docker-library/node/blob/013858ac35afb9ca7b10102956427b629e7708da/0.11/Dockerfile)
+- [`0.10.33-slim`, `0.10-slim`, `0-slim`, `slim` (*0.10/slim/Dockerfile*)](https://github.com/docker-library/node/blob/57dd55534374b98309c13cd19e00691f5479ddf0/0.10/slim/Dockerfile)
+- [`0.11.14`, `0.11` (*0.11/Dockerfile*)](https://github.com/docker-library/node/blob/57dd55534374b98309c13cd19e00691f5479ddf0/0.11/Dockerfile)
 - [`0.11.14-onbuild`, `0.11-onbuild` (*0.11/onbuild/Dockerfile*)](https://github.com/docker-library/node/blob/ac05e7f96c477223f0d2da1817e84403363a65e8/0.11/onbuild/Dockerfile)
-- [`0.11.14-slim`, `0.11-slim` (*0.11/slim/Dockerfile*)](https://github.com/docker-library/node/blob/013858ac35afb9ca7b10102956427b629e7708da/0.11/slim/Dockerfile)
-- [`0.8.28`, `0.8` (*0.8/Dockerfile*)](https://github.com/docker-library/node/blob/013858ac35afb9ca7b10102956427b629e7708da/0.8/Dockerfile)
+- [`0.11.14-slim`, `0.11-slim` (*0.11/slim/Dockerfile*)](https://github.com/docker-library/node/blob/57dd55534374b98309c13cd19e00691f5479ddf0/0.11/slim/Dockerfile)
+- [`0.8.28`, `0.8` (*0.8/Dockerfile*)](https://github.com/docker-library/node/blob/57dd55534374b98309c13cd19e00691f5479ddf0/0.8/Dockerfile)
 - [`0.8.28-onbuild`, `0.8-onbuild` (*0.8/onbuild/Dockerfile*)](https://github.com/docker-library/node/blob/ac05e7f96c477223f0d2da1817e84403363a65e8/0.8/onbuild/Dockerfile)
-- [`0.8.28-slim`, `0.8-slim` (*0.8/slim/Dockerfile*)](https://github.com/docker-library/node/blob/013858ac35afb9ca7b10102956427b629e7708da/0.8/slim/Dockerfile)
+- [`0.8.28-slim`, `0.8-slim` (*0.8/slim/Dockerfile*)](https://github.com/docker-library/node/blob/57dd55534374b98309c13cd19e00691f5479ddf0/0.8/slim/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file

+ 9 - 9
php/README.md

@@ -1,14 +1,14 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`5.4.35-cli`, `5.4-cli`, `5.4.35`, `5.4` (*5.4/Dockerfile*)](https://github.com/docker-library/php/blob/583557dc05de007ee5701d0a92c400fd397c8970/5.4/Dockerfile)
-- [`5.4.35-apache`, `5.4-apache` (*5.4/apache/Dockerfile*)](https://github.com/docker-library/php/blob/583557dc05de007ee5701d0a92c400fd397c8970/5.4/apache/Dockerfile)
-- [`5.4.35-fpm`, `5.4-fpm` (*5.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/583557dc05de007ee5701d0a92c400fd397c8970/5.4/fpm/Dockerfile)
-- [`5.5.19-cli`, `5.5-cli`, `5.5.19`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/php/blob/583557dc05de007ee5701d0a92c400fd397c8970/5.5/Dockerfile)
-- [`5.5.19-apache`, `5.5-apache` (*5.5/apache/Dockerfile*)](https://github.com/docker-library/php/blob/18b5d0884c45f30d54bd0eca22352df7fc9fb0d8/5.5/apache/Dockerfile)
-- [`5.5.19-fpm`, `5.5-fpm` (*5.5/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/583557dc05de007ee5701d0a92c400fd397c8970/5.5/fpm/Dockerfile)
-- [`5.6.3-cli`, `5.6-cli`, `5-cli`, `cli`, `5.6.3`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/php/blob/583557dc05de007ee5701d0a92c400fd397c8970/5.6/Dockerfile)
-- [`5.6.3-apache`, `5.6-apache`, `5-apache`, `apache` (*5.6/apache/Dockerfile*)](https://github.com/docker-library/php/blob/18b5d0884c45f30d54bd0eca22352df7fc9fb0d8/5.6/apache/Dockerfile)
-- [`5.6.3-fpm`, `5.6-fpm`, `5-fpm`, `fpm` (*5.6/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/583557dc05de007ee5701d0a92c400fd397c8970/5.6/fpm/Dockerfile)
+- [`5.4.35-cli`, `5.4-cli`, `5.4.35`, `5.4` (*5.4/Dockerfile*)](https://github.com/docker-library/php/blob/4a5d6cfe6902d86bea3f040c868b64712e94e7c1/5.4/Dockerfile)
+- [`5.4.35-apache`, `5.4-apache` (*5.4/apache/Dockerfile*)](https://github.com/docker-library/php/blob/58c3fd175cb3ab30633fbc3e86314154ecc38e89/5.4/apache/Dockerfile)
+- [`5.4.35-fpm`, `5.4-fpm` (*5.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/4a5d6cfe6902d86bea3f040c868b64712e94e7c1/5.4/fpm/Dockerfile)
+- [`5.5.19-cli`, `5.5-cli`, `5.5.19`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/php/blob/4a5d6cfe6902d86bea3f040c868b64712e94e7c1/5.5/Dockerfile)
+- [`5.5.19-apache`, `5.5-apache` (*5.5/apache/Dockerfile*)](https://github.com/docker-library/php/blob/58c3fd175cb3ab30633fbc3e86314154ecc38e89/5.5/apache/Dockerfile)
+- [`5.5.19-fpm`, `5.5-fpm` (*5.5/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/4a5d6cfe6902d86bea3f040c868b64712e94e7c1/5.5/fpm/Dockerfile)
+- [`5.6.3-cli`, `5.6-cli`, `5-cli`, `cli`, `5.6.3`, `5.6`, `5`, `latest` (*5.6/Dockerfile*)](https://github.com/docker-library/php/blob/4a5d6cfe6902d86bea3f040c868b64712e94e7c1/5.6/Dockerfile)
+- [`5.6.3-apache`, `5.6-apache`, `5-apache`, `apache` (*5.6/apache/Dockerfile*)](https://github.com/docker-library/php/blob/58c3fd175cb3ab30633fbc3e86314154ecc38e89/5.6/apache/Dockerfile)
+- [`5.6.3-fpm`, `5.6-fpm`, `5-fpm`, `fpm` (*5.6/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/4a5d6cfe6902d86bea3f040c868b64712e94e7c1/5.6/fpm/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file

+ 6 - 6
postgres/README.md

@@ -1,11 +1,11 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`8.4.22`, `8.4`, `8` (*8.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/4603177ae330d135dea953b42aec28fe1eef514e/8.4/Dockerfile)
-- [`9.0.18`, `9.0` (*9.0/Dockerfile*)](https://github.com/docker-library/postgres/blob/4603177ae330d135dea953b42aec28fe1eef514e/9.0/Dockerfile)
-- [`9.1.14`, `9.1` (*9.1/Dockerfile*)](https://github.com/docker-library/postgres/blob/4603177ae330d135dea953b42aec28fe1eef514e/9.1/Dockerfile)
-- [`9.2.9`, `9.2` (*9.2/Dockerfile*)](https://github.com/docker-library/postgres/blob/4603177ae330d135dea953b42aec28fe1eef514e/9.2/Dockerfile)
-- [`9.3.5`, `9.3`, `9`, `latest` (*9.3/Dockerfile*)](https://github.com/docker-library/postgres/blob/4603177ae330d135dea953b42aec28fe1eef514e/9.3/Dockerfile)
-- [`9.4-beta3`, `9.4` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/69a30d9e6f12c57296b11d3511127210466f0197/9.4/Dockerfile)
+- [`8.4.22`, `8.4`, `8` (*8.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/e30347e48b1f1528fccf4d26efea5834ae9b2869/8.4/Dockerfile)
+- [`9.0.18`, `9.0` (*9.0/Dockerfile*)](https://github.com/docker-library/postgres/blob/e30347e48b1f1528fccf4d26efea5834ae9b2869/9.0/Dockerfile)
+- [`9.1.14`, `9.1` (*9.1/Dockerfile*)](https://github.com/docker-library/postgres/blob/e30347e48b1f1528fccf4d26efea5834ae9b2869/9.1/Dockerfile)
+- [`9.2.9`, `9.2` (*9.2/Dockerfile*)](https://github.com/docker-library/postgres/blob/e30347e48b1f1528fccf4d26efea5834ae9b2869/9.2/Dockerfile)
+- [`9.3.5`, `9.3`, `9`, `latest` (*9.3/Dockerfile*)](https://github.com/docker-library/postgres/blob/e30347e48b1f1528fccf4d26efea5834ae9b2869/9.3/Dockerfile)
+- [`9.4-rc1`, `9.4` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/595fb3798892feb36bc81f01317861ddcdc6521b/9.4/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file

+ 1 - 1
rails/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`4.1.7`, `4.1`, `4`, `latest` (*Dockerfile*)](https://github.com/docker-library/rails/blob/cedbbc335ac4520c838e2921257ad1809c734c9a/Dockerfile)
+- [`4.1.8`, `4.1`, `4`, `latest` (*Dockerfile*)](https://github.com/docker-library/rails/blob/4cb183520d97f8bfe1828604397c1af8533a465d/Dockerfile)
 - [`onbuild` (*onbuild/Dockerfile*)](https://github.com/docker-library/rails/blob/cedbbc335ac4520c838e2921257ad1809c734c9a/onbuild/Dockerfile)
 
 For more information about this image and its history, please see the [relevant

+ 2 - 2
redis/README.md

@@ -1,7 +1,7 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`2.6.17`, `2.6` (*2.6/Dockerfile*)](https://github.com/docker-library/redis/blob/9e5054fef2e6d1fdd7035ecb4ed0ae68e10bd6d6/2.6/Dockerfile)
-- [`2.8.17`, `2.8`, `2`, `latest` (*2.8/Dockerfile*)](https://github.com/docker-library/redis/blob/9e5054fef2e6d1fdd7035ecb4ed0ae68e10bd6d6/2.8/Dockerfile)
+- [`2.6.17`, `2.6` (*2.6/Dockerfile*)](https://github.com/docker-library/redis/blob/109323988b7663bceaf4a01c3353f8934dfc002e/2.6/Dockerfile)
+- [`2.8.17`, `2.8`, `2`, `latest` (*2.8/Dockerfile*)](https://github.com/docker-library/redis/blob/109323988b7663bceaf4a01c3353f8934dfc002e/2.8/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file

+ 1 - 1
sentry/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`6.4.4`, `6.4`, `6`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/e369849d190fe69c8d59793eb619258a772664f0/Dockerfile)
+- [`6.4.4`, `6.4`, `6`, `latest` (*Dockerfile*)](https://github.com/docker-library/sentry/blob/08e7bf99eee1e7a879422fc474b73a6fafecbc31/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file

+ 1 - 1
tomcat/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`6.0.41-jre7`, `6.0-jre7`, `6-jre7`, `6.0.41`, `6.0`, `6` (*6-jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/2c7c55c923a12607c527186fad50e6f42c3f9d6b/6-jre7/Dockerfile)
+- [`6.0.43-jre7`, `6.0-jre7`, `6-jre7`, `6.0.43`, `6.0`, `6` (*6-jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/452e2d4dcb58e3d044a6288befab6d717f94590e/6-jre7/Dockerfile)
 - [`7.0.57-jre7`, `7.0-jre7`, `7-jre7`, `7.0.57`, `7.0`, `7` (*7-jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/88b51c6d19c83b689221d5eb2e9489d9d36ed8db/7-jre7/Dockerfile)
 - [`8.0.15-jre7`, `8.0-jre7`, `8-jre7`, `jre7`, `8.0.15`, `8.0`, `8`, `latest` (*8-jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/aff42b3c40f2dff08b421fce66b81983706bfc50/8-jre7/Dockerfile)
 

+ 1 - 1
wordpress/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`4.0.0`, `4.0`, `4`, `latest` (*Dockerfile*)](https://github.com/docker-library/wordpress/blob/c1fbc8c0fca1a9c3e2c10aefaa4b205ec916ba56/Dockerfile)
+- [`4.0.1`, `4.0`, `4`, `latest` (*Dockerfile*)](https://github.com/docker-library/wordpress/blob/0c7d43082446a5a9741ca6812cf1ac92bb6697dd/Dockerfile)
 
 For more information about this image and its history, please see the [relevant
 manifest file