From d1c4e7c9edee13010a5210f8525afc0ea9ef2a45 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 13 Sep 2017 22:31:49 +0000 Subject: [PATCH] Run update.sh --- centos/README.md | 3 ++- docker/README.md | 2 +- golang/README.md | 2 +- haxe/README.md | 2 +- hello-seattle/README.md | 4 ++-- hello-world/README.md | 4 ++-- hola-mundo/README.md | 4 ++-- influxdb/README.md | 2 +- kapacitor/README.md | 2 +- maven/README.md | 12 ++++++------ openjdk/README.md | 2 +- telegraf/README.md | 2 +- 12 files changed, 21 insertions(+), 20 deletions(-) diff --git a/centos/README.md b/centos/README.md index fb45b726a..a66ccb106 100644 --- a/centos/README.md +++ b/centos/README.md @@ -16,8 +16,9 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`latest`, `centos7`, `7` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/3bcede00b70b87e870c48b449d89ac5ad96269d5/docker/Dockerfile) +- [`latest`, `centos7`, `7` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/16dab97b0ce72b1db7a2f9b02c76e452cb0a63cb/docker/Dockerfile) - [`centos6`, `6` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/4921b2bfbe7477feb2d6d35c8ce82c08153ab606/docker/Dockerfile) +- [`centos7.4.1708`, `7.4.1708` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/66add29c188e42d4d855f4d4acdb2b73d547edb6/docker/Dockerfile) - [`centos7.3.1611`, `7.3.1611` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/5bbaef9f60ab9e3eeb61acec631c2d91f8714fff/docker/Dockerfile) - [`centos7.2.1511`, `7.2.1511` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/a3c59bd4e98a7f9c063d993955c8ec19c5b1ceff/docker/Dockerfile) - [`centos7.1.1503`, `7.1.1503` (*docker/Dockerfile*)](https://github.com/CentOS/sig-cloud-instance-images/blob/bc561dfdd671d612dbb9f92e7e17dd8009befc44/docker/Dockerfile) diff --git a/docker/README.md b/docker/README.md index 42b88a9b2..7853a45cb 100644 --- a/docker/README.md +++ b/docker/README.md @@ -16,7 +16,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`17.09.0-ce-rc1`, `17.09.0-ce`, `17.09.0`, `17.09-rc`, `rc`, `test` (*17.09-rc/Dockerfile*)](https://github.com/docker-library/docker/blob/ce8784112e81f724c96dae8272dd7367d712f3e9/17.09-rc/Dockerfile) +- [`17.09.0-ce-rc1`, `17.09.0-ce`, `17.09.0`, `17.09-rc`, `rc`, `test` (*17.09-rc/Dockerfile*)](https://github.com/docker-library/docker/blob/a170903ea568fe5c6aa34d3af2bda7308e037fc1/17.09-rc/Dockerfile) - [`17.09.0-ce-rc1-dind`, `17.09.0-ce-dind`, `17.09.0-dind`, `17.09-rc-dind`, `rc-dind`, `test-dind` (*17.09-rc/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/ce8784112e81f724c96dae8272dd7367d712f3e9/17.09-rc/dind/Dockerfile) - [`17.09.0-ce-rc1-git`, `17.09.0-ce-git`, `17.09.0-git`, `17.09-rc-git`, `rc-git`, `test-git` (*17.09-rc/git/Dockerfile*)](https://github.com/docker-library/docker/blob/ce8784112e81f724c96dae8272dd7367d712f3e9/17.09-rc/git/Dockerfile) - [`17.07.0-ce`, `17.07.0`, `17.07`, `17`, `edge`, `latest` (*17.07/Dockerfile*)](https://github.com/docker-library/docker/blob/a8f8fa1b57349cc22c80e7d6cbbdb512ffee2bd2/17.07/Dockerfile) diff --git a/golang/README.md b/golang/README.md index 90046bed3..338db64fd 100644 --- a/golang/README.md +++ b/golang/README.md @@ -127,7 +127,7 @@ The `golang` images come in many flavors, each designed for a specific use case. ## `golang:` -This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. This tag is based off of [`buildpack-deps`](https://registry.hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system. +This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. ## `golang:alpine` diff --git a/haxe/README.md b/haxe/README.md index 8e6565765..88b194c59 100644 --- a/haxe/README.md +++ b/haxe/README.md @@ -128,7 +128,7 @@ The `haxe` images come in many flavors, each designed for a specific use case. ## `haxe:` -This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. This tag is based off of [`buildpack-deps`](https://registry.hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system. +This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. ## `haxe:onbuild` diff --git a/hello-seattle/README.md b/hello-seattle/README.md index e8469195d..0ceb5aee6 100644 --- a/hello-seattle/README.md +++ b/hello-seattle/README.md @@ -20,12 +20,12 @@ WARNING: - `latest`: - [`linux` (*amd64/hello-seattle/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hello-seattle/Dockerfile) - - [`nanoserver` (*amd64/hello-seattle/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hello-seattle/nanoserver/Dockerfile) + - [`nanoserver` (*amd64/hello-seattle/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/b63893caa6ec64d8159f8bd45b3745ed4f12f605/amd64/hello-seattle/nanoserver/Dockerfile) ## Simple Tags - [`linux` (*amd64/hello-seattle/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hello-seattle/Dockerfile) -- [`nanoserver` (*amd64/hello-seattle/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hello-seattle/nanoserver/Dockerfile) +- [`nanoserver` (*amd64/hello-seattle/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/b63893caa6ec64d8159f8bd45b3745ed4f12f605/amd64/hello-seattle/nanoserver/Dockerfile) # Quick reference diff --git a/hello-world/README.md b/hello-world/README.md index aadaf4844..bdf296329 100644 --- a/hello-world/README.md +++ b/hello-world/README.md @@ -20,12 +20,12 @@ WARNING: - `latest`: - [`linux` (*amd64/hello-world/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hello-world/Dockerfile) - - [`nanoserver` (*amd64/hello-world/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hello-world/nanoserver/Dockerfile) + - [`nanoserver` (*amd64/hello-world/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/b63893caa6ec64d8159f8bd45b3745ed4f12f605/amd64/hello-world/nanoserver/Dockerfile) ## Simple Tags - [`linux` (*amd64/hello-world/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hello-world/Dockerfile) -- [`nanoserver` (*amd64/hello-world/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hello-world/nanoserver/Dockerfile) +- [`nanoserver` (*amd64/hello-world/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/b63893caa6ec64d8159f8bd45b3745ed4f12f605/amd64/hello-world/nanoserver/Dockerfile) # Quick reference diff --git a/hola-mundo/README.md b/hola-mundo/README.md index 3e2cb6597..bf661bec5 100644 --- a/hola-mundo/README.md +++ b/hola-mundo/README.md @@ -20,12 +20,12 @@ WARNING: - `latest`: - [`linux` (*amd64/hola-mundo/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hola-mundo/Dockerfile) - - [`nanoserver` (*amd64/hola-mundo/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hola-mundo/nanoserver/Dockerfile) + - [`nanoserver` (*amd64/hola-mundo/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/b63893caa6ec64d8159f8bd45b3745ed4f12f605/amd64/hola-mundo/nanoserver/Dockerfile) ## Simple Tags - [`linux` (*amd64/hola-mundo/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hola-mundo/Dockerfile) -- [`nanoserver` (*amd64/hola-mundo/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/7d0ee592e4ed60e2da9d59331e16ecdcadc1ed87/amd64/hola-mundo/nanoserver/Dockerfile) +- [`nanoserver` (*amd64/hola-mundo/nanoserver/Dockerfile*)](https://github.com/docker-library/hello-world/blob/b63893caa6ec64d8159f8bd45b3745ed4f12f605/amd64/hola-mundo/nanoserver/Dockerfile) # Quick reference diff --git a/influxdb/README.md b/influxdb/README.md index 0d5cd214c..a81d89015 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -186,7 +186,7 @@ The `influxdb` images come in many flavors, each designed for a specific use cas ## `influxdb:` -This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. This tag is based off of [`buildpack-deps`](https://registry.hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system. +This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. ## `influxdb:alpine` diff --git a/kapacitor/README.md b/kapacitor/README.md index aeab9b637..dee712005 100644 --- a/kapacitor/README.md +++ b/kapacitor/README.md @@ -185,7 +185,7 @@ The `kapacitor` images come in many flavors, each designed for a specific use ca ## `kapacitor:` -This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. This tag is based off of [`buildpack-deps`](https://registry.hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system. +This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. ## `kapacitor:alpine` diff --git a/maven/README.md b/maven/README.md index c2865ca2a..da9da7f7d 100644 --- a/maven/README.md +++ b/maven/README.md @@ -16,18 +16,18 @@ WARNING: # Supported tags and respective `Dockerfile` links +- [`3.5.0-jdk-7`, `3.5-jdk-7`, `3-jdk-7` (*jdk-7/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/4b6cf057428dec330e39af811b54a6abd000402a/jdk-7/Dockerfile) - [`3.5.0-jdk-7-alpine`, `3.5-jdk-7-alpine`, `3-jdk-7-alpine` (*jdk-7-alpine/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/bdcedecba28295e7fc91256c9e58b0cc1f69ed57/jdk-7-alpine/Dockerfile) - [`3.5.0-jdk-7-slim`, `3.5-jdk-7-slim`, `3-jdk-7-slim` (*jdk-7-slim/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/afebe58fedee70782887d8bce0fdf808851593fd/jdk-7-slim/Dockerfile) -- [`3.5.0-jdk-7`, `3.5-jdk-7`, `3-jdk-7` (*jdk-7/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/4b6cf057428dec330e39af811b54a6abd000402a/jdk-7/Dockerfile) +- [`3.5.0-jdk-8`, `3.5.0`, `3.5-jdk-8`, `3.5`, `3-jdk-8`, `3`, `latest` (*jdk-8/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/7fe1595b23769f777515ae3beca30003349a5ebb/jdk-8/Dockerfile) - [`3.5.0-jdk-8-alpine`, `3.5.0-alpine`, `3.5-jdk-8-alpine`, `3.5-alpine`, `3-jdk-8-alpine`, `alpine` (*jdk-8-alpine/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/bdcedecba28295e7fc91256c9e58b0cc1f69ed57/jdk-8-alpine/Dockerfile) - [`3.5.0-jdk-8-slim`, `3.5.0-slim`, `3.5-jdk-8-slim`, `3.5-slim`, `3-jdk-8-slim`, `slim` (*jdk-8-slim/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/afebe58fedee70782887d8bce0fdf808851593fd/jdk-8-slim/Dockerfile) -- [`3.5.0-jdk-8`, `3.5.0`, `3.5-jdk-8`, `3.5`, `3-jdk-8`, `3`, `latest` (*jdk-8/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/7fe1595b23769f777515ae3beca30003349a5ebb/jdk-8/Dockerfile) -- [`3.5.0-jdk-9-slim`, `3.5-jdk-9-slim`, `3-jdk-9-slim` (*jdk-9-slim/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/afebe58fedee70782887d8bce0fdf808851593fd/jdk-9-slim/Dockerfile) -- [`3.5.0-jdk-9`, `3.5-jdk-9`, `3-jdk-9` (*jdk-9/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/4b6cf057428dec330e39af811b54a6abd000402a/jdk-9/Dockerfile) -- [`3.5.0-ibmjava-8-alpine`, `3.5.0-ibmjava-alpine`, `3.5-ibmjava-8-alpine`, `3.5-ibmjava-alpine`, `3-ibmjava-8-alpine`, `ibmjava-alpine` (*ibmjava-8-alpine/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/bdcedecba28295e7fc91256c9e58b0cc1f69ed57/ibmjava-8-alpine/Dockerfile) +- [`3.5.0-jdk-9`, `3.5-jdk-9`, `3-jdk-9` (*jdk-9/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/dc6d3b87457570ccf1310cc70fba3d3c8fc46139/jdk-9/Dockerfile) +- [`3.5.0-jdk-9-slim`, `3.5-jdk-9-slim`, `3-jdk-9-slim` (*jdk-9-slim/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/dc6d3b87457570ccf1310cc70fba3d3c8fc46139/jdk-9-slim/Dockerfile) - [`3.5.0-ibmjava-8`, `3.5.0-ibmjava`, `3.5-ibmjava-8`, `3.5-ibmjava`, `3-ibmjava-8`, `3-ibmjava`, `ibmjava` (*ibmjava-8/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/4b6cf057428dec330e39af811b54a6abd000402a/ibmjava-8/Dockerfile) -- [`3.5.0-ibmjava-9-alpine`, `3.5-ibmjava-9-alpine`, `3-ibmjava-9-alpine` (*ibmjava-9-alpine/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/bdcedecba28295e7fc91256c9e58b0cc1f69ed57/ibmjava-9-alpine/Dockerfile) +- [`3.5.0-ibmjava-8-alpine`, `3.5.0-ibmjava-alpine`, `3.5-ibmjava-8-alpine`, `3.5-ibmjava-alpine`, `3-ibmjava-8-alpine`, `ibmjava-alpine` (*ibmjava-8-alpine/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/bdcedecba28295e7fc91256c9e58b0cc1f69ed57/ibmjava-8-alpine/Dockerfile) - [`3.5.0-ibmjava-9`, `3.5-ibmjava-9`, `3-ibmjava-9` (*ibmjava-9/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/4b6cf057428dec330e39af811b54a6abd000402a/ibmjava-9/Dockerfile) +- [`3.5.0-ibmjava-9-alpine`, `3.5-ibmjava-9-alpine`, `3-ibmjava-9-alpine` (*ibmjava-9-alpine/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/bdcedecba28295e7fc91256c9e58b0cc1f69ed57/ibmjava-9-alpine/Dockerfile) # Quick reference diff --git a/openjdk/README.md b/openjdk/README.md index fff0772fc..45b6910e0 100644 --- a/openjdk/README.md +++ b/openjdk/README.md @@ -133,7 +133,7 @@ The `openjdk` images come in many flavors, each designed for a specific use case ## `openjdk:` -This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. This tag is based off of [`buildpack-deps`](https://registry.hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system. +This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. ## `openjdk:slim` diff --git a/telegraf/README.md b/telegraf/README.md index 067c9daf1..d4c172566 100644 --- a/telegraf/README.md +++ b/telegraf/README.md @@ -226,7 +226,7 @@ The `telegraf` images come in many flavors, each designed for a specific use cas ## `telegraf:` -This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. This tag is based off of [`buildpack-deps`](https://registry.hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system. +This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. ## `telegraf:alpine`