diff --git a/chronograf/README.md b/chronograf/README.md index ca9778eb1..421e19a31 100644 --- a/chronograf/README.md +++ b/chronograf/README.md @@ -123,7 +123,7 @@ The `chronograf` images come in many flavors, each designed for a specific use c 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. -## `chronograf:alpine` +## `chronograf:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/clojure/README.md b/clojure/README.md index eaa37e4ba..d08e1195e 100644 --- a/clojure/README.md +++ b/clojure/README.md @@ -116,7 +116,7 @@ The `clojure` images come in many flavors, each designed for a specific use case 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. -## `clojure:onbuild` +## `clojure:-onbuild` The `ONBUILD` image variants are deprecated, and their usage is discouraged. For more details, see [docker-library/official-images#2076](https://github.com/docker-library/official-images/issues/2076). @@ -124,7 +124,7 @@ While the `onbuild` variant is really useful for "getting off the ground running Once you've got a handle on how your project functions within Docker, you'll probably want to adjust your `Dockerfile` to inherit from a non-`onbuild` variant and copy the commands from the `onbuild` variant `Dockerfile` (moving the `ONBUILD` lines to the end and removing the `ONBUILD` keywords) into your own file so that you have tighter control over them and more transparency for yourself and others looking at your `Dockerfile` as to what it does. This also makes it easier to add additional requirements as time goes on (such as installing more packages before performing the previously-`ONBUILD` steps). -## `clojure:alpine` +## `clojure:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/convertigo/README.md b/convertigo/README.md index 84415c57a..865c5b126 100644 --- a/convertigo/README.md +++ b/convertigo/README.md @@ -172,7 +172,7 @@ The `convertigo` images come in many flavors, each designed for a specific use c 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. -## `convertigo:alpine` +## `convertigo:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/drupal/README.md b/drupal/README.md index cfd3e4141..e98ad2314 100644 --- a/drupal/README.md +++ b/drupal/README.md @@ -207,7 +207,7 @@ The `drupal` images come in many flavors, each designed for a specific use case. 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. -## `drupal:alpine` +## `drupal:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 8dd647926..6b2ed026c 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -148,7 +148,7 @@ The `elasticsearch` images come in many flavors, each designed for a specific us 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. -## `elasticsearch:alpine` +## `elasticsearch:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/elixir/README.md b/elixir/README.md index 312dbeae4..6f39e82dd 100644 --- a/elixir/README.md +++ b/elixir/README.md @@ -105,11 +105,11 @@ The `elixir` images come in many flavors, each designed for a specific use case. 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. -## `elixir:slim` +## `elixir:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `elixir`. Unless you are working in an environment where *only* the `elixir` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. -## `elixir:alpine` +## `elixir:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/erlang/README.md b/erlang/README.md index f345373d2..39263a03b 100644 --- a/erlang/README.md +++ b/erlang/README.md @@ -114,11 +114,11 @@ The `erlang` images come in many flavors, each designed for a specific use case. 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. -## `erlang:slim` +## `erlang:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `erlang`. Unless you are working in an environment where *only* the `erlang` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. -## `erlang:alpine` +## `erlang:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/flink/README.md b/flink/README.md index 764517708..48e3f56ca 100644 --- a/flink/README.md +++ b/flink/README.md @@ -173,7 +173,7 @@ The `flink` images come in many flavors, each designed for a specific use case. 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. -## `flink:alpine` +## `flink:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/ghost/README.md b/ghost/README.md index 9b9e11663..6650bc116 100644 --- a/ghost/README.md +++ b/ghost/README.md @@ -181,7 +181,7 @@ The `ghost` images come in many flavors, each designed for a specific use case. 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. -## `ghost:alpine` +## `ghost:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/golang/README.md b/golang/README.md index f97271325..000408e34 100644 --- a/golang/README.md +++ b/golang/README.md @@ -160,7 +160,7 @@ The `golang` images come in many flavors, each designed for a specific use case. 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` +## `golang:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/gradle/README.md b/gradle/README.md index 5c5a4c7c0..ca2bba5c3 100644 --- a/gradle/README.md +++ b/gradle/README.md @@ -87,7 +87,7 @@ The `gradle` images come in many flavors, each designed for a specific use case. 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. -## `gradle:alpine` +## `gradle:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. @@ -95,7 +95,7 @@ This variant is highly recommended when final image size being as small as possi To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar). -## `gradle:slim` +## `gradle:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `gradle`. Unless you are working in an environment where *only* the `gradle` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. diff --git a/groovy/README.md b/groovy/README.md index cf1b9aa28..ebab55cc0 100644 --- a/groovy/README.md +++ b/groovy/README.md @@ -108,7 +108,7 @@ The `groovy` images come in many flavors, each designed for a specific use case. 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. -## `groovy:alpine` +## `groovy:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/haproxy/README.md b/haproxy/README.md index 83d93fe9e..5cc26429f 100644 --- a/haproxy/README.md +++ b/haproxy/README.md @@ -122,7 +122,7 @@ The `haproxy` images come in many flavors, each designed for a specific use case 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. -## `haproxy:alpine` +## `haproxy:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/haxe/README.md b/haxe/README.md index b932e88a4..074666043 100644 --- a/haxe/README.md +++ b/haxe/README.md @@ -149,7 +149,7 @@ The `haxe` images come in many flavors, each designed for a specific use case. 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` +## `haxe:-onbuild` The `ONBUILD` image variants are deprecated, and their usage is discouraged. For more details, see [docker-library/official-images#2076](https://github.com/docker-library/official-images/issues/2076). @@ -157,7 +157,7 @@ While the `onbuild` variant is really useful for "getting off the ground running Once you've got a handle on how your project functions within Docker, you'll probably want to adjust your `Dockerfile` to inherit from a non-`onbuild` variant and copy the commands from the `onbuild` variant `Dockerfile` (moving the `ONBUILD` lines to the end and removing the `ONBUILD` keywords) into your own file so that you have tighter control over them and more transparency for yourself and others looking at your `Dockerfile` as to what it does. This also makes it easier to add additional requirements as time goes on (such as installing more packages before performing the previously-`ONBUILD` steps). -## `haxe:windowsservercore` +## `haxe:-windowsservercore` This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016. @@ -166,7 +166,7 @@ For information about how to get Docker running on Windows, please see the relev - [Windows Server Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server) - [Windows 10 Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10) -## `haxe:alpine` +## `haxe:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/httpd/README.md b/httpd/README.md index 267639664..1b54ada99 100644 --- a/httpd/README.md +++ b/httpd/README.md @@ -128,7 +128,7 @@ The `httpd` images come in many flavors, each designed for a specific use case. 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. -## `httpd:alpine` +## `httpd:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/ibmjava/README.md b/ibmjava/README.md index 41b449ff8..1590321ec 100644 --- a/ibmjava/README.md +++ b/ibmjava/README.md @@ -166,7 +166,7 @@ The `ibmjava` images come in many flavors, each designed for a specific use case 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. -## `ibmjava:alpine` +## `ibmjava:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/influxdb/README.md b/influxdb/README.md index d275c7025..89abb1fcf 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -272,7 +272,7 @@ The `influxdb` images come in many flavors, each designed for a specific use cas 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` +## `influxdb:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/irssi/README.md b/irssi/README.md index dae0c7613..80a54a6c0 100644 --- a/irssi/README.md +++ b/irssi/README.md @@ -94,7 +94,7 @@ The `irssi` images come in many flavors, each designed for a specific use case. 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. -## `irssi:alpine` +## `irssi:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/jetty/README.md b/jetty/README.md index 5c5d77bde..5785f8fbd 100644 --- a/jetty/README.md +++ b/jetty/README.md @@ -163,7 +163,7 @@ The `jetty` images come in many flavors, each designed for a specific use case. 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. -## `jetty:alpine` +## `jetty:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/joomla/README.md b/joomla/README.md index 554db6b66..ac964ae8c 100644 --- a/joomla/README.md +++ b/joomla/README.md @@ -144,7 +144,7 @@ The `joomla` images come in many flavors, each designed for a specific use case. 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. -## `joomla:alpine` +## `joomla:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/jruby/README.md b/jruby/README.md index 05084bb5d..31485dfbe 100644 --- a/jruby/README.md +++ b/jruby/README.md @@ -115,7 +115,7 @@ The `jruby` images come in many flavors, each designed for a specific use case. 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. -## `jruby:alpine` +## `jruby:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. @@ -123,7 +123,7 @@ This variant is highly recommended when final image size being as small as possi To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar). -## `jruby:onbuild` +## `jruby:-onbuild` The `ONBUILD` image variants are deprecated, and their usage is discouraged. For more details, see [docker-library/official-images#2076](https://github.com/docker-library/official-images/issues/2076). diff --git a/kapacitor/README.md b/kapacitor/README.md index 99d8b41f2..b8cbedd57 100644 --- a/kapacitor/README.md +++ b/kapacitor/README.md @@ -190,7 +190,7 @@ The `kapacitor` images come in many flavors, each designed for a specific use ca 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` +## `kapacitor:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/kong/README.md b/kong/README.md index aa2045d30..2e8378cee 100644 --- a/kong/README.md +++ b/kong/README.md @@ -174,7 +174,7 @@ The `kong` images come in many flavors, each designed for a specific use case. 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. -## `kong:alpine` +## `kong:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/lightstreamer/README.md b/lightstreamer/README.md index 24320881b..01264702c 100644 --- a/lightstreamer/README.md +++ b/lightstreamer/README.md @@ -183,7 +183,7 @@ The `lightstreamer` images come in many flavors, each designed for a specific us 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. -## `lightstreamer:alpine` +## `lightstreamer:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/logstash/README.md b/logstash/README.md index 487825727..cbfa124c7 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -127,7 +127,7 @@ The `logstash` images come in many flavors, each designed for a specific use cas 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. -## `logstash:alpine` +## `logstash:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/matomo/README.md b/matomo/README.md index fdea1eec3..2c94380ce 100644 --- a/matomo/README.md +++ b/matomo/README.md @@ -117,7 +117,7 @@ The `matomo` images come in many flavors, each designed for a specific use case. 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. -## `matomo:alpine` +## `matomo:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/maven/README.md b/maven/README.md index 8a4d9a062..c647cad72 100644 --- a/maven/README.md +++ b/maven/README.md @@ -132,11 +132,11 @@ The `maven` images come in many flavors, each designed for a specific use case. 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. -## `maven:slim` +## `maven:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `maven`. Unless you are working in an environment where *only* the `maven` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. -## `maven:alpine` +## `maven:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/memcached/README.md b/memcached/README.md index 5725b7028..d6a9eb4e1 100644 --- a/memcached/README.md +++ b/memcached/README.md @@ -87,7 +87,7 @@ The `memcached` images come in many flavors, each designed for a specific use ca 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. -## `memcached:alpine` +## `memcached:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/mono/README.md b/mono/README.md index 6a5ce846e..2bd8ba0d0 100644 --- a/mono/README.md +++ b/mono/README.md @@ -99,7 +99,7 @@ The `mono` images come in many flavors, each designed for a specific use case. 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. -## `mono:slim` +## `mono:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `mono`. Unless you are working in an environment where *only* the `mono` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. diff --git a/nats-streaming/README.md b/nats-streaming/README.md index 81516590d..6a0054055 100644 --- a/nats-streaming/README.md +++ b/nats-streaming/README.md @@ -321,7 +321,7 @@ The `nats-streaming` images come in many flavors, each designed for a specific u 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. -## `nats-streaming:windowsservercore` +## `nats-streaming:-windowsservercore` This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016. diff --git a/nats/README.md b/nats/README.md index 8c0988405..3e8ac3f45 100644 --- a/nats/README.md +++ b/nats/README.md @@ -208,7 +208,7 @@ The `nats` images come in many flavors, each designed for a specific use case. 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. -## `nats:windowsservercore` +## `nats:-windowsservercore` This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016. diff --git a/nextcloud/README.md b/nextcloud/README.md index 6cad7f0b8..682bfb877 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -431,7 +431,7 @@ The `nextcloud` images come in many flavors, each designed for a specific use ca 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. -## `nextcloud:alpine` +## `nextcloud:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/nginx/README.md b/nginx/README.md index 66a808dfb..b3d878767 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -191,7 +191,7 @@ The `nginx` images come in many flavors, each designed for a specific use case. 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. -## `nginx:alpine` +## `nginx:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/node/README.md b/node/README.md index 9bbeef194..300a39256 100644 --- a/node/README.md +++ b/node/README.md @@ -85,7 +85,7 @@ The `node` images come in many flavors, each designed for a specific use case. 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. -## `node:alpine` +## `node:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. @@ -93,7 +93,7 @@ This variant is highly recommended when final image size being as small as possi To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar). -## `node:onbuild` +## `node:-onbuild` The `ONBUILD` image variants are deprecated, and their usage is discouraged. For more details, see [docker-library/official-images#2076](https://github.com/docker-library/official-images/issues/2076). @@ -101,7 +101,7 @@ While the `onbuild` variant is really useful for "getting off the ground running Once you've got a handle on how your project functions within Docker, you'll probably want to adjust your `Dockerfile` to inherit from a non-`onbuild` variant and copy the commands from the `onbuild` variant `Dockerfile` (moving the `ONBUILD` lines to the end and removing the `ONBUILD` keywords) into your own file so that you have tighter control over them and more transparency for yourself and others looking at your `Dockerfile` as to what it does. This also makes it easier to add additional requirements as time goes on (such as installing more packages before performing the previously-`ONBUILD` steps). -## `node:slim` +## `node:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `node`. Unless you are working in an environment where *only* the `node` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. diff --git a/openjdk/README.md b/openjdk/README.md index fdd704006..12bbd9208 100644 --- a/openjdk/README.md +++ b/openjdk/README.md @@ -173,11 +173,11 @@ The `openjdk` images come in many flavors, each designed for a specific use case 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` +## `openjdk:-slim` This image installs the `-headless` package of OpenJDK and so is missing many of the UI-related Java libraries and some common packages contained in the default tag. It only contains the minimal packages needed to run Java. Unless you are working in an environment where *only* the `openjdk` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. -## `openjdk:alpine` +## `openjdk:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/perl/README.md b/perl/README.md index 102e03ece..35a23b514 100644 --- a/perl/README.md +++ b/perl/README.md @@ -123,7 +123,7 @@ The `perl` images come in many flavors, each designed for a specific use case. 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. -## `perl:slim` +## `perl:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `perl`. Unless you are working in an environment where *only* the `perl` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. diff --git a/php/README.md b/php/README.md index 29fd21489..8d5c4e2be 100644 --- a/php/README.md +++ b/php/README.md @@ -333,7 +333,7 @@ The `php` images come in many flavors, each designed for a specific use case. 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. -## `php:alpine` +## `php:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/piwik/README.md b/piwik/README.md index fc2601ab3..d698e8237 100644 --- a/piwik/README.md +++ b/piwik/README.md @@ -109,7 +109,7 @@ The `piwik` images come in many flavors, each designed for a specific use case. 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. -## `piwik:alpine` +## `piwik:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/plone/README.md b/plone/README.md index b680702a5..6519a35cb 100644 --- a/plone/README.md +++ b/plone/README.md @@ -140,7 +140,7 @@ The `plone` images come in many flavors, each designed for a specific use case. 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. -## `plone:alpine` +## `plone:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/postgres/README.md b/postgres/README.md index 3deb6d791..0981c856b 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -289,7 +289,7 @@ The `postgres` images come in many flavors, each designed for a specific use cas 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. -## `postgres:alpine` +## `postgres:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/pypy/README.md b/pypy/README.md index f48a339bc..69fdfcd5d 100644 --- a/pypy/README.md +++ b/pypy/README.md @@ -120,7 +120,7 @@ The `pypy` images come in many flavors, each designed for a specific use case. 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. -## `pypy:slim` +## `pypy:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `pypy`. Unless you are working in an environment where *only* the `pypy` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. diff --git a/python/README.md b/python/README.md index 7eb039865..20cd72499 100644 --- a/python/README.md +++ b/python/README.md @@ -182,11 +182,11 @@ The `python` images come in many flavors, each designed for a specific use case. 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. -## `python:slim` +## `python:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `python`. Unless you are working in an environment where *only* the `python` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. -## `python:alpine` +## `python:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 0e6a727ff..63b400b8d 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -238,7 +238,7 @@ The `rabbitmq` images come in many flavors, each designed for a specific use cas 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. -## `rabbitmq:alpine` +## `rabbitmq:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/redis/README.md b/redis/README.md index e80f7ad74..63f312948 100644 --- a/redis/README.md +++ b/redis/README.md @@ -132,7 +132,7 @@ The `redis` images come in many flavors, each designed for a specific use case. 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. -## `redis:alpine` +## `redis:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/ruby/README.md b/ruby/README.md index 8a5f8cebc..0413f9002 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -137,11 +137,11 @@ The `ruby` images come in many flavors, each designed for a specific use case. 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. -## `ruby:slim` +## `ruby:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `ruby`. Unless you are working in an environment where *only* the `ruby` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. -## `ruby:alpine` +## `ruby:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/rust/README.md b/rust/README.md index 8b8943a70..64f918182 100644 --- a/rust/README.md +++ b/rust/README.md @@ -97,7 +97,7 @@ The `rust` images come in many flavors, each designed for a specific use case. 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. -## `rust:slim` +## `rust:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `rust`. Unless you are working in an environment where *only* the `rust` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. diff --git a/solr/README.md b/solr/README.md index 985e72d7d..dd75b4edc 100644 --- a/solr/README.md +++ b/solr/README.md @@ -249,7 +249,7 @@ The `solr` images come in many flavors, each designed for a specific use case. 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. -## `solr:alpine` +## `solr:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. @@ -257,7 +257,7 @@ This variant is highly recommended when final image size being as small as possi To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar). -## `solr:slim` +## `solr:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `solr`. Unless you are working in an environment where *only* the `solr` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. diff --git a/sonarqube/README.md b/sonarqube/README.md index adbd39768..7f00962c5 100644 --- a/sonarqube/README.md +++ b/sonarqube/README.md @@ -108,7 +108,7 @@ The `sonarqube` images come in many flavors, each designed for a specific use ca 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. -## `sonarqube:alpine` +## `sonarqube:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/spiped/README.md b/spiped/README.md index 5814eac3c..80001c8f5 100644 --- a/spiped/README.md +++ b/spiped/README.md @@ -102,7 +102,7 @@ The `spiped` images come in many flavors, each designed for a specific use case. 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. -## `spiped:alpine` +## `spiped:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/swift/README.md b/swift/README.md index 584c91e23..84953a72e 100644 --- a/swift/README.md +++ b/swift/README.md @@ -16,7 +16,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`4.1.3`, `4.1`, `4`, `latest` (*4.1/Dockerfile*)](https://github.com/swiftdocker/docker-swift/blob/3fa417a500b6dc45f2588a2e1cf7d24c147a4581/4.1/Dockerfile) +- [`4.2`, `4`, `latest` (*4.2/Dockerfile*)](https://github.com/swiftdocker/docker-swift/blob/7fbe6bf4018c6853e4996c4f28a8da331ae0de2c/4.2/Dockerfile) +- [`4.1.3`, `4.1` (*4.1/Dockerfile*)](https://github.com/swiftdocker/docker-swift/blob/3fa417a500b6dc45f2588a2e1cf7d24c147a4581/4.1/Dockerfile) - [`4.0.3`, `4.0` (*4.0/Dockerfile*)](https://github.com/swiftdocker/docker-swift/blob/bc8cb3032ffd6a05d3eddf9cf885139277c11642/4.0/Dockerfile) - [`3.1.1`, `3.1`, `3` (*3.1/Dockerfile*)](https://github.com/swiftdocker/docker-swift/blob/bc8cb3032ffd6a05d3eddf9cf885139277c11642/3.1/Dockerfile) diff --git a/telegraf/README.md b/telegraf/README.md index 3e785e2e7..1abb494e9 100644 --- a/telegraf/README.md +++ b/telegraf/README.md @@ -269,7 +269,7 @@ The `telegraf` images come in many flavors, each designed for a specific use cas 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` +## `telegraf:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/tomcat/README.md b/tomcat/README.md index 45e58751a..9833283d3 100644 --- a/tomcat/README.md +++ b/tomcat/README.md @@ -117,11 +117,11 @@ The `tomcat` images come in many flavors, each designed for a specific use case. 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. -## `tomcat:slim` +## `tomcat:-slim` This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `tomcat`. Unless you are working in an environment where *only* the `tomcat` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. -## `tomcat:alpine` +## `tomcat:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/traefik/README.md b/traefik/README.md index bf476eec0..3f9b7d7c5 100644 --- a/traefik/README.md +++ b/traefik/README.md @@ -16,9 +16,9 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`v1.7.0-rc4`, `1.7.0-rc4`, `v1.7`, `1.7`, `maroilles` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/c8cd5891b67c3915959841be314ab1b655ed830d/scratch/amd64/Dockerfile) -- [`v1.7.0-rc4-alpine`, `1.7.0-rc4-alpine`, `v1.7-alpine`, `1.7-alpine`, `maroilles-alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/c8cd5891b67c3915959841be314ab1b655ed830d/alpine/Dockerfile) -- [`v1.7.0-rc4-nanoserver`, `1.7.0-rc4-nanoserver`, `v1.7-nanoserver`, `1.7-nanoserver`, `maroilles-nanoserver`, `v1.7.0-rc4-nanoserver-sac2016`, `1.7.0-rc4-nanoserver-sac2016`, `v1.7-nanoserver-sac2016`, `1.7-nanoserver-sac2016`, `maroilles-nanoserver-sac2016` (*windows/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/c8cd5891b67c3915959841be314ab1b655ed830d/windows/Dockerfile) +- [`v1.7.0-rc5`, `1.7.0-rc5`, `v1.7`, `1.7`, `maroilles` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/46ca01f945229d77d8cdf1ee7345508460ef99bd/scratch/amd64/Dockerfile) +- [`v1.7.0-rc5-alpine`, `1.7.0-rc5-alpine`, `v1.7-alpine`, `1.7-alpine`, `maroilles-alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/46ca01f945229d77d8cdf1ee7345508460ef99bd/alpine/Dockerfile) +- [`v1.7.0-rc5-nanoserver`, `1.7.0-rc5-nanoserver`, `v1.7-nanoserver`, `1.7-nanoserver`, `maroilles-nanoserver`, `v1.7.0-rc5-nanoserver-sac2016`, `1.7.0-rc5-nanoserver-sac2016`, `v1.7-nanoserver-sac2016`, `1.7-nanoserver-sac2016`, `maroilles-nanoserver-sac2016` (*windows/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/46ca01f945229d77d8cdf1ee7345508460ef99bd/windows/Dockerfile) - [`v1.6.6`, `1.6.6`, `v1.6`, `1.6`, `tetedemoine`, `latest` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/d95245ee706fbe031fe4d62564015cb4fb1f076d/scratch/amd64/Dockerfile) - [`v1.6.6-alpine`, `1.6.6-alpine`, `v1.6-alpine`, `1.6-alpine`, `tetedemoine-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/d95245ee706fbe031fe4d62564015cb4fb1f076d/alpine/Dockerfile) - [`v1.6.6-nanoserver`, `1.6.6-nanoserver`, `v1.6-nanoserver`, `1.6-nanoserver`, `tetedemoine-nanoserver`, `v1.6.6-nanoserver-sac2016`, `1.6.6-nanoserver-sac2016`, `v1.6-nanoserver-sac2016`, `1.6-nanoserver-sac2016`, `tetedemoine-nanoserver-sac2016`, `nanoserver`, `nanoserver-sac2016` (*windows/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/d95245ee706fbe031fe4d62564015cb4fb1f076d/windows/Dockerfile) diff --git a/wordpress/README.md b/wordpress/README.md index b1acc589b..fa0b6435b 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -170,7 +170,7 @@ The `wordpress` images come in many flavors, each designed for a specific use ca 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. -## `wordpress:alpine` +## `wordpress:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/yourls/README.md b/yourls/README.md index 2a5beef2f..e44cdccbc 100644 --- a/yourls/README.md +++ b/yourls/README.md @@ -139,7 +139,7 @@ The `yourls` images come in many flavors, each designed for a specific use case. 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. -## `yourls:alpine` +## `yourls:-alpine` This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/znc/README.md b/znc/README.md index bc625be80..4582e26e2 100644 --- a/znc/README.md +++ b/znc/README.md @@ -83,7 +83,7 @@ The `znc` images come in many flavors, each designed for a specific use case. 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. -## `znc:slim` +## `znc:-slim` This image is smaller, but it doesn't support external modules. If you need any external C++, Perl or Python module, use `latest` instead of `slim`.