From 14d8d20482a7564b9ca9a2e65e8131285c86bf35 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 13 Jan 2017 10:34:14 -0800 Subject: [PATCH] Run update.sh --- cassandra/README.md | 8 ++++---- elasticsearch/README.md | 8 ++++---- golang/README.md | 13 +++++++------ kibana/README.md | 4 ++-- logstash/README.md | 6 +++--- mariadb/README.md | 6 +++--- memcached/README.md | 4 ++-- mongo/README.md | 6 +++--- openjdk/README.md | 4 ++-- percona/README.md | 6 +++--- piwik/README.md | 2 +- postgres/README.md | 10 +++++----- rabbitmq/README.md | 2 +- redmine/README.md | 8 ++++---- tomcat/README.md | 16 ++++++++-------- wordpress/README.md | 18 +++++++++--------- 16 files changed, 61 insertions(+), 60 deletions(-) diff --git a/cassandra/README.md b/cassandra/README.md index 56f11c16c..a9c028d46 100644 --- a/cassandra/README.md +++ b/cassandra/README.md @@ -1,9 +1,9 @@ # Supported tags and respective `Dockerfile` links -- [`2.1.16`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/4bb926527d4a9eb534508fe0bbae604dee81f40a/2.1/Dockerfile) -- [`2.2.8`, `2.2`, `2` (*2.2/Dockerfile*)](https://github.com/docker-library/cassandra/blob/4bb926527d4a9eb534508fe0bbae604dee81f40a/2.2/Dockerfile) -- [`3.0.10`, `3.0` (*3.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/d3a91560b21e73994235a72a4c3153e775e1654d/3.0/Dockerfile) -- [`3.9`, `3`, `latest` (*3.9/Dockerfile*)](https://github.com/docker-library/cassandra/blob/4bb926527d4a9eb534508fe0bbae604dee81f40a/3.9/Dockerfile) +- [`2.1.16`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/cassandra/blob/3ca0a18a575ae318f753ab1ecf01d54c93192681/2.1/Dockerfile) +- [`2.2.8`, `2.2`, `2` (*2.2/Dockerfile*)](https://github.com/docker-library/cassandra/blob/3ca0a18a575ae318f753ab1ecf01d54c93192681/2.2/Dockerfile) +- [`3.0.10`, `3.0` (*3.0/Dockerfile*)](https://github.com/docker-library/cassandra/blob/3ca0a18a575ae318f753ab1ecf01d54c93192681/3.0/Dockerfile) +- [`3.9`, `3`, `latest` (*3.9/Dockerfile*)](https://github.com/docker-library/cassandra/blob/3ca0a18a575ae318f753ab1ecf01d54c93192681/3.9/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/cassandra`)](https://github.com/docker-library/official-images/blob/master/library/cassandra). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fcassandra). diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 586bc3894..d281d455e 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -1,10 +1,10 @@ # Supported tags and respective `Dockerfile` links -- [`5.1.1`, `5.1`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/1107caed5c403a63d99c1b1ae1f7002d387c7e85/5/Dockerfile) -- [`5.1.1-alpine`, `5.1-alpine`, `5-alpine`, `alpine` (*5/alpine/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/1107caed5c403a63d99c1b1ae1f7002d387c7e85/5/alpine/Dockerfile) -- [`2.4.3`, `2.4`, `2` (*2.4/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/1107caed5c403a63d99c1b1ae1f7002d387c7e85/2.4/Dockerfile) +- [`5.1.1`, `5.1`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/9648a7bfb4f0b6aef7da619c60826e102293a7d5/5/Dockerfile) +- [`5.1.1-alpine`, `5.1-alpine`, `5-alpine`, `alpine` (*5/alpine/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/9648a7bfb4f0b6aef7da619c60826e102293a7d5/5/alpine/Dockerfile) +- [`2.4.3`, `2.4`, `2` (*2.4/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/ffd7a19f1e68329cc310f145c232e83abec09067/2.4/Dockerfile) - [`2.4.3-alpine`, `2.4-alpine`, `2-alpine` (*2.4/alpine/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/1107caed5c403a63d99c1b1ae1f7002d387c7e85/2.4/alpine/Dockerfile) -- [`1.7.6`, `1.7`, `1` (*1.7/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/1107caed5c403a63d99c1b1ae1f7002d387c7e85/1.7/Dockerfile) +- [`1.7.6`, `1.7`, `1` (*1.7/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/ffd7a19f1e68329cc310f145c232e83abec09067/1.7/Dockerfile) - [`1.7.6-alpine`, `1.7-alpine`, `1-alpine` (*1.7/alpine/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/1107caed5c403a63d99c1b1ae1f7002d387c7e85/1.7/alpine/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/elasticsearch`)](https://github.com/docker-library/official-images/blob/master/library/elasticsearch). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Felasticsearch). diff --git a/golang/README.md b/golang/README.md index 3b3d1b758..58a38b188 100644 --- a/golang/README.md +++ b/golang/README.md @@ -10,14 +10,15 @@ - [`1.7.4-onbuild`, `1.7-onbuild`, `1-onbuild`, `onbuild` (*1.7/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/2372c8cafe9cc958bade33ad0b8b54de8869c21f/1.7/onbuild/Dockerfile) - [`1.7.4-wheezy`, `1.7-wheezy`, `1-wheezy`, `wheezy` (*1.7/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/18ee81a2ec649dd7b3d5126b24eef86bc9c86d80/1.7/wheezy/Dockerfile) - [`1.7.4-alpine`, `1.7-alpine`, `1-alpine`, `alpine` (*1.7/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/bfbd521de2942d10d96b14f99c491536490db018/1.7/alpine/Dockerfile) +- [`1.7.4-alpine3.5`, `1.7-alpine3.5`, `1-alpine3.5`, `alpine3.5` (*1.7/alpine3.5/Dockerfile*)](https://github.com/docker-library/golang/blob/6c5f2993c210854b077ad07c9a94334f8c82fbb1/1.7/alpine3.5/Dockerfile) - [`1.7.4-windowsservercore`, `1.7-windowsservercore`, `1-windowsservercore`, `windowsservercore` (*1.7/windows/windowsservercore/Dockerfile*)](https://github.com/docker-library/golang/blob/9ef22bd9eac98c3ed12a48c953922e2bab8485ef/1.7/windows/windowsservercore/Dockerfile) - [`1.7.4-nanoserver`, `1.7-nanoserver`, `1-nanoserver`, `nanoserver` (*1.7/windows/nanoserver/Dockerfile*)](https://github.com/docker-library/golang/blob/18ee81a2ec649dd7b3d5126b24eef86bc9c86d80/1.7/windows/nanoserver/Dockerfile) -- [`1.8beta2`, `1.8` (*1.8/Dockerfile*)](https://github.com/docker-library/golang/blob/f98d9b6d5d34efa8ba52426358d00d950f9daaec/1.8/Dockerfile) -- [`1.8beta2-onbuild`, `1.8-onbuild` (*1.8/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/7319cccdf0c2b8cbcb4ea214f310e8d15fe5c1dd/1.8/onbuild/Dockerfile) -- [`1.8beta2-wheezy`, `1.8-wheezy` (*1.8/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/f98d9b6d5d34efa8ba52426358d00d950f9daaec/1.8/wheezy/Dockerfile) -- [`1.8beta2-alpine`, `1.8-alpine` (*1.8/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/dcc5daf40298da271abb97677d5c78d4b5433b02/1.8/alpine/Dockerfile) -- [`1.8beta2-windowsservercore`, `1.8-windowsservercore` (*1.8/windows/windowsservercore/Dockerfile*)](https://github.com/docker-library/golang/blob/f98d9b6d5d34efa8ba52426358d00d950f9daaec/1.8/windows/windowsservercore/Dockerfile) -- [`1.8beta2-nanoserver`, `1.8-nanoserver` (*1.8/windows/nanoserver/Dockerfile*)](https://github.com/docker-library/golang/blob/f98d9b6d5d34efa8ba52426358d00d950f9daaec/1.8/windows/nanoserver/Dockerfile) +- [`1.8rc1`, `1.8` (*1.8/Dockerfile*)](https://github.com/docker-library/golang/blob/b819b526131d44c03f02942816f616067d389037/1.8/Dockerfile) +- [`1.8rc1-onbuild`, `1.8-onbuild` (*1.8/onbuild/Dockerfile*)](https://github.com/docker-library/golang/blob/7319cccdf0c2b8cbcb4ea214f310e8d15fe5c1dd/1.8/onbuild/Dockerfile) +- [`1.8rc1-wheezy`, `1.8-wheezy` (*1.8/wheezy/Dockerfile*)](https://github.com/docker-library/golang/blob/b819b526131d44c03f02942816f616067d389037/1.8/wheezy/Dockerfile) +- [`1.8rc1-alpine`, `1.8-alpine` (*1.8/alpine/Dockerfile*)](https://github.com/docker-library/golang/blob/b819b526131d44c03f02942816f616067d389037/1.8/alpine/Dockerfile) +- [`1.8rc1-windowsservercore`, `1.8-windowsservercore` (*1.8/windows/windowsservercore/Dockerfile*)](https://github.com/docker-library/golang/blob/b819b526131d44c03f02942816f616067d389037/1.8/windows/windowsservercore/Dockerfile) +- [`1.8rc1-nanoserver`, `1.8-nanoserver` (*1.8/windows/nanoserver/Dockerfile*)](https://github.com/docker-library/golang/blob/b819b526131d44c03f02942816f616067d389037/1.8/windows/nanoserver/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/golang`)](https://github.com/docker-library/official-images/blob/master/library/golang). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fgolang). diff --git a/kibana/README.md b/kibana/README.md index 925eb2c99..2fd758852 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -1,7 +1,7 @@ # Supported tags and respective `Dockerfile` links -- [`5.1.1`, `5.1`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/kibana/blob/144fccdd6a2c8c05fc79c27d3eb62a90b274f19b/5/Dockerfile) -- [`4.6.3`, `4.6`, `4` (*4.6/Dockerfile*)](https://github.com/docker-library/kibana/blob/144fccdd6a2c8c05fc79c27d3eb62a90b274f19b/4.6/Dockerfile) +- [`5.1.1`, `5.1`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/kibana/blob/f660339999bbb4afe519ea748a32f948a997f3e6/5/Dockerfile) +- [`4.6.3`, `4.6`, `4` (*4.6/Dockerfile*)](https://github.com/docker-library/kibana/blob/f660339999bbb4afe519ea748a32f948a997f3e6/4.6/Dockerfile) - [`4.1.11`, `4.1` (*4.1/Dockerfile*)](https://github.com/docker-library/kibana/blob/144fccdd6a2c8c05fc79c27d3eb62a90b274f19b/4.1/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/kibana`)](https://github.com/docker-library/official-images/blob/master/library/kibana). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fkibana). diff --git a/logstash/README.md b/logstash/README.md index 46d21a21e..6d21c5b81 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -1,10 +1,10 @@ # Supported tags and respective `Dockerfile` links -- [`5.1.1`, `5.1`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/logstash/blob/aa556fc3ae9d6cadc26390d8c57bc94710122b7d/5/Dockerfile) +- [`5.1.1`, `5.1`, `5`, `latest` (*5/Dockerfile*)](https://github.com/docker-library/logstash/blob/754eeb919e42b1f6f2708b73f6f13cbc06fd722c/5/Dockerfile) - [`5.1.1-alpine`, `5.1-alpine`, `5-alpine`, `alpine` (*5/alpine/Dockerfile*)](https://github.com/docker-library/logstash/blob/aa556fc3ae9d6cadc26390d8c57bc94710122b7d/5/alpine/Dockerfile) -- [`2.4.1`, `2.4`, `2` (*2.4/Dockerfile*)](https://github.com/docker-library/logstash/blob/93d338f878f4adb1e4e8fa31407d9b4263c41932/2.4/Dockerfile) +- [`2.4.1`, `2.4`, `2` (*2.4/Dockerfile*)](https://github.com/docker-library/logstash/blob/754eeb919e42b1f6f2708b73f6f13cbc06fd722c/2.4/Dockerfile) - [`2.4.1-alpine`, `2.4-alpine`, `2-alpine` (*2.4/alpine/Dockerfile*)](https://github.com/docker-library/logstash/blob/93d338f878f4adb1e4e8fa31407d9b4263c41932/2.4/alpine/Dockerfile) -- [`1.5.6`, `1.5`, `1` (*1.5/Dockerfile*)](https://github.com/docker-library/logstash/blob/93d338f878f4adb1e4e8fa31407d9b4263c41932/1.5/Dockerfile) +- [`1.5.6`, `1.5`, `1` (*1.5/Dockerfile*)](https://github.com/docker-library/logstash/blob/754eeb919e42b1f6f2708b73f6f13cbc06fd722c/1.5/Dockerfile) - [`1.5.6-alpine`, `1.5-alpine`, `1-alpine` (*1.5/alpine/Dockerfile*)](https://github.com/docker-library/logstash/blob/93d338f878f4adb1e4e8fa31407d9b4263c41932/1.5/alpine/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/logstash`)](https://github.com/docker-library/official-images/blob/master/library/logstash). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Flogstash). diff --git a/mariadb/README.md b/mariadb/README.md index 288b42269..35de05f2e 100644 --- a/mariadb/README.md +++ b/mariadb/README.md @@ -1,8 +1,8 @@ # Supported tags and respective `Dockerfile` links -- [`10.1.20`, `10.1`, `10`, `latest` (*10.1/Dockerfile*)](https://github.com/docker-library/mariadb/blob/c31e557088187e8ac7a7d4b13e7bd0c052386f94/10.1/Dockerfile) -- [`10.0.28`, `10.0` (*10.0/Dockerfile*)](https://github.com/docker-library/mariadb/blob/2b065acb53b18eb44e1d78a1a41f0a46f829c291/10.0/Dockerfile) -- [`5.5.54`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-library/mariadb/blob/b2dd0ba9f4b025d67fa21c5753c5e410b5801d0e/5.5/Dockerfile) +- [`10.1.20`, `10.1`, `10`, `latest` (*10.1/Dockerfile*)](https://github.com/docker-library/mariadb/blob/b26cb74f2c213b4b852067937198d924517e387f/10.1/Dockerfile) +- [`10.0.28`, `10.0` (*10.0/Dockerfile*)](https://github.com/docker-library/mariadb/blob/b26cb74f2c213b4b852067937198d924517e387f/10.0/Dockerfile) +- [`5.5.54`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-library/mariadb/blob/b26cb74f2c213b4b852067937198d924517e387f/5.5/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/mariadb`)](https://github.com/docker-library/official-images/blob/master/library/mariadb). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fmariadb). diff --git a/memcached/README.md b/memcached/README.md index 0a068f1f9..15df8a8fe 100644 --- a/memcached/README.md +++ b/memcached/README.md @@ -1,7 +1,7 @@ # Supported tags and respective `Dockerfile` links -- [`1.4.33`, `1.4`, `1`, `latest` (*debian/Dockerfile*)](https://github.com/docker-library/memcached/blob/137391b8166fd61c12bc54098350181d7da378f0/debian/Dockerfile) -- [`1.4.33-alpine`, `1.4-alpine`, `1-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/docker-library/memcached/blob/83cb3846229ce562c2584ee8f9d924db5b04f85b/alpine/Dockerfile) +- [`1.4.34`, `1.4`, `1`, `latest` (*debian/Dockerfile*)](https://github.com/docker-library/memcached/blob/53b91f1cfb308fe4946a79bd1d23ceaa3d18e250/debian/Dockerfile) +- [`1.4.34-alpine`, `1.4-alpine`, `1-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/docker-library/memcached/blob/53b91f1cfb308fe4946a79bd1d23ceaa3d18e250/alpine/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/memcached`)](https://github.com/docker-library/official-images/blob/master/library/memcached). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fmemcached). diff --git a/mongo/README.md b/mongo/README.md index e5c27c53b..6681201d2 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -1,10 +1,10 @@ # Supported tags and respective `Dockerfile` links -- [`3.0.14`, `3.0` (*3.0/Dockerfile*)](https://github.com/docker-library/mongo/blob/b37a4891feffeafb77febd2833d96b59cf28d6a8/3.0/Dockerfile) +- [`3.0.14`, `3.0` (*3.0/Dockerfile*)](https://github.com/docker-library/mongo/blob/30d09dbd6343d3cbd1bbea2d6afde49f5d9a9295/3.0/Dockerfile) - [`3.0.14-windowsservercore`, `3.0-windowsservercore` (*3.0/windows/windowsservercore/Dockerfile*)](https://github.com/docker-library/mongo/blob/a51b641c84e1a8d543b6a234a090f8263188139a/3.0/windows/windowsservercore/Dockerfile) -- [`3.2.11`, `3.2` (*3.2/Dockerfile*)](https://github.com/docker-library/mongo/blob/21a6f6cf3eff13a39b20c86224730a29823370ca/3.2/Dockerfile) +- [`3.2.11`, `3.2` (*3.2/Dockerfile*)](https://github.com/docker-library/mongo/blob/30d09dbd6343d3cbd1bbea2d6afde49f5d9a9295/3.2/Dockerfile) - [`3.2.11-windowsservercore`, `3.2-windowsservercore` (*3.2/windows/windowsservercore/Dockerfile*)](https://github.com/docker-library/mongo/blob/21a6f6cf3eff13a39b20c86224730a29823370ca/3.2/windows/windowsservercore/Dockerfile) -- [`3.4.1`, `3.4`, `3`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/mongo/blob/6f548652b0139ff50182c56d3c74efd875f6fb5c/3.4/Dockerfile) +- [`3.4.1`, `3.4`, `3`, `latest` (*3.4/Dockerfile*)](https://github.com/docker-library/mongo/blob/30d09dbd6343d3cbd1bbea2d6afde49f5d9a9295/3.4/Dockerfile) - [`3.4.1-windowsservercore`, `3.4-windowsservercore`, `3-windowsservercore`, `windowsservercore` (*3.4/windows/windowsservercore/Dockerfile*)](https://github.com/docker-library/mongo/blob/6f548652b0139ff50182c56d3c74efd875f6fb5c/3.4/windows/windowsservercore/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/mongo`)](https://github.com/docker-library/official-images/blob/master/library/mongo). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fmongo). diff --git a/openjdk/README.md b/openjdk/README.md index 697281cd1..b4f871567 100644 --- a/openjdk/README.md +++ b/openjdk/README.md @@ -10,8 +10,8 @@ - [`8u111-jdk-alpine`, `8u111-alpine`, `8-jdk-alpine`, `8-alpine`, `jdk-alpine`, `alpine` (*8-jdk/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/0476812eabd178c77534f3c03bd0a2673822d7b9/8-jdk/alpine/Dockerfile) - [`8u111-jre`, `8-jre`, `jre` (*8-jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/e6e9cf8b21516ba764189916d35be57486203c95/8-jre/Dockerfile) - [`8u111-jre-alpine`, `8-jre-alpine`, `jre-alpine` (*8-jre/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/0476812eabd178c77534f3c03bd0a2673822d7b9/8-jre/alpine/Dockerfile) -- [`9-b149-jdk`, `9-b149`, `9-jdk`, `9` (*9-jdk/Dockerfile*)](https://github.com/docker-library/openjdk/blob/e2c8648d39ef1492df3482de3fda0ee3f8955fb1/9-jdk/Dockerfile) -- [`9-b149-jre`, `9-jre` (*9-jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/e2c8648d39ef1492df3482de3fda0ee3f8955fb1/9-jre/Dockerfile) +- [`9-b151-jdk`, `9-b151`, `9-jdk`, `9` (*9-jdk/Dockerfile*)](https://github.com/docker-library/openjdk/blob/11af1a181763751cce50f383f6b4b023fd5d2255/9-jdk/Dockerfile) +- [`9-b151-jre`, `9-jre` (*9-jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/11af1a181763751cce50f383f6b4b023fd5d2255/9-jre/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/openjdk`)](https://github.com/docker-library/official-images/blob/master/library/openjdk). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fopenjdk). diff --git a/percona/README.md b/percona/README.md index 139f95126..94a7918fe 100644 --- a/percona/README.md +++ b/percona/README.md @@ -1,8 +1,8 @@ # Supported tags and respective `Dockerfile` links -- [`5.7.16`, `5.7`, `5`, `latest` (*5.7/Dockerfile*)](https://github.com/docker-library/percona/blob/4f8e829e7d0f8929225a3b042177dbe604c75755/5.7/Dockerfile) -- [`5.6.34`, `5.6` (*5.6/Dockerfile*)](https://github.com/docker-library/percona/blob/4f8e829e7d0f8929225a3b042177dbe604c75755/5.6/Dockerfile) -- [`5.5.53`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/percona/blob/4f8e829e7d0f8929225a3b042177dbe604c75755/5.5/Dockerfile) +- [`5.7.16`, `5.7`, `5`, `latest` (*5.7/Dockerfile*)](https://github.com/docker-library/percona/blob/6c829dccb3b3ec43289b5721bf48b55801b49cdd/5.7/Dockerfile) +- [`5.6.34`, `5.6` (*5.6/Dockerfile*)](https://github.com/docker-library/percona/blob/6c829dccb3b3ec43289b5721bf48b55801b49cdd/5.6/Dockerfile) +- [`5.5.53`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/percona/blob/6c829dccb3b3ec43289b5721bf48b55801b49cdd/5.5/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/percona`)](https://github.com/docker-library/official-images/blob/master/library/percona). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fpercona). diff --git a/piwik/README.md b/piwik/README.md index 801a8adc1..effb9c9fb 100644 --- a/piwik/README.md +++ b/piwik/README.md @@ -1,6 +1,6 @@ # Supported tags and respective `Dockerfile` links -- [`3.0.0`, `3.0`, `3`, `latest` (*Dockerfile*)](https://github.com/piwik/docker-piwik/blob/864ad02f7f84d7d4c44bf3ee839fc0383eb8dad7/Dockerfile) +- [`3.0.1`, `3.0`, `3`, `latest` (*Dockerfile*)](https://github.com/piwik/docker-piwik/blob/b38670f41cce0b02b63ce6478ebbb0cbd3122eac/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/piwik`)](https://github.com/docker-library/official-images/blob/master/library/piwik). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fpiwik). diff --git a/postgres/README.md b/postgres/README.md index 4ee0f8e98..501c5ffe5 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -1,14 +1,14 @@ # Supported tags and respective `Dockerfile` links -- [`9.6.1`, `9.6`, `9`, `latest` (*9.6/Dockerfile*)](https://github.com/docker-library/postgres/blob/a00e979002aaa80840d58a5f8cc541342e06788f/9.6/Dockerfile) +- [`9.6.1`, `9.6`, `9`, `latest` (*9.6/Dockerfile*)](https://github.com/docker-library/postgres/blob/ea6f466b258ad42a87a753a10dc84272d56ab699/9.6/Dockerfile) - [`9.6.1-alpine`, `9.6-alpine`, `9-alpine`, `alpine` (*9.6/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/bcf8da33d85f2a558ae1611cb310d27fe8359fea/9.6/alpine/Dockerfile) -- [`9.5.5`, `9.5` (*9.5/Dockerfile*)](https://github.com/docker-library/postgres/blob/4f3238cf60b514d5c20e86096817718474f53d73/9.5/Dockerfile) +- [`9.5.5`, `9.5` (*9.5/Dockerfile*)](https://github.com/docker-library/postgres/blob/ea6f466b258ad42a87a753a10dc84272d56ab699/9.5/Dockerfile) - [`9.5.5-alpine`, `9.5-alpine` (*9.5/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/bcf8da33d85f2a558ae1611cb310d27fe8359fea/9.5/alpine/Dockerfile) -- [`9.4.10`, `9.4` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/4f3238cf60b514d5c20e86096817718474f53d73/9.4/Dockerfile) +- [`9.4.10`, `9.4` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/ea6f466b258ad42a87a753a10dc84272d56ab699/9.4/Dockerfile) - [`9.4.10-alpine`, `9.4-alpine` (*9.4/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/bcf8da33d85f2a558ae1611cb310d27fe8359fea/9.4/alpine/Dockerfile) -- [`9.3.15`, `9.3` (*9.3/Dockerfile*)](https://github.com/docker-library/postgres/blob/4f3238cf60b514d5c20e86096817718474f53d73/9.3/Dockerfile) +- [`9.3.15`, `9.3` (*9.3/Dockerfile*)](https://github.com/docker-library/postgres/blob/ea6f466b258ad42a87a753a10dc84272d56ab699/9.3/Dockerfile) - [`9.3.15-alpine`, `9.3-alpine` (*9.3/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/bcf8da33d85f2a558ae1611cb310d27fe8359fea/9.3/alpine/Dockerfile) -- [`9.2.19`, `9.2` (*9.2/Dockerfile*)](https://github.com/docker-library/postgres/blob/4f3238cf60b514d5c20e86096817718474f53d73/9.2/Dockerfile) +- [`9.2.19`, `9.2` (*9.2/Dockerfile*)](https://github.com/docker-library/postgres/blob/ea6f466b258ad42a87a753a10dc84272d56ab699/9.2/Dockerfile) - [`9.2.19-alpine`, `9.2-alpine` (*9.2/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/bcf8da33d85f2a558ae1611cb310d27fe8359fea/9.2/alpine/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/postgres`)](https://github.com/docker-library/official-images/blob/master/library/postgres). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fpostgres). diff --git a/rabbitmq/README.md b/rabbitmq/README.md index d533261ee..f30d8833f 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -1,6 +1,6 @@ # Supported tags and respective `Dockerfile` links -- [`3.6.6`, `3.6`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/c766dd4dad64dd1c5550febff7e19ab763b7c5a4/Dockerfile) +- [`3.6.6`, `3.6`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/2016a3de7f3c9663208bd11a9bd49b2af49c13bc/Dockerfile) - [`3.6.6-management`, `3.6-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/dc712681dcaeadb0371be66be5e96563be364e5d/management/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/rabbitmq`)](https://github.com/docker-library/official-images/blob/master/library/rabbitmq). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Frabbitmq). diff --git a/redmine/README.md b/redmine/README.md index 950c5fbb0..12a7543a5 100644 --- a/redmine/README.md +++ b/redmine/README.md @@ -2,10 +2,10 @@ - [`3.1.7`, `3.1` (*3.1/Dockerfile*)](https://github.com/docker-library/redmine/blob/665a1f399082dc01543b36c9aecd0cf4c5ee214e/3.1/Dockerfile) - [`3.1.7-passenger`, `3.1-passenger` (*3.1/passenger/Dockerfile*)](https://github.com/docker-library/redmine/blob/e803be4f45b5db05ea950d2e2831f1811df8f488/3.1/passenger/Dockerfile) -- [`3.2.4`, `3.2` (*3.2/Dockerfile*)](https://github.com/docker-library/redmine/blob/665a1f399082dc01543b36c9aecd0cf4c5ee214e/3.2/Dockerfile) -- [`3.2.4-passenger`, `3.2-passenger` (*3.2/passenger/Dockerfile*)](https://github.com/docker-library/redmine/blob/e803be4f45b5db05ea950d2e2831f1811df8f488/3.2/passenger/Dockerfile) -- [`3.3.1`, `3.3`, `3`, `latest` (*3.3/Dockerfile*)](https://github.com/docker-library/redmine/blob/665a1f399082dc01543b36c9aecd0cf4c5ee214e/3.3/Dockerfile) -- [`3.3.1-passenger`, `3.3-passenger`, `3-passenger`, `passenger` (*3.3/passenger/Dockerfile*)](https://github.com/docker-library/redmine/blob/e803be4f45b5db05ea950d2e2831f1811df8f488/3.3/passenger/Dockerfile) +- [`3.2.5`, `3.2` (*3.2/Dockerfile*)](https://github.com/docker-library/redmine/blob/d03bfc8dda6aba04d47abcc4d91c9a022be3ffef/3.2/Dockerfile) +- [`3.2.5-passenger`, `3.2-passenger` (*3.2/passenger/Dockerfile*)](https://github.com/docker-library/redmine/blob/e803be4f45b5db05ea950d2e2831f1811df8f488/3.2/passenger/Dockerfile) +- [`3.3.2`, `3.3`, `3`, `latest` (*3.3/Dockerfile*)](https://github.com/docker-library/redmine/blob/751dc04d76bdec5b92238a6acaa31df610b7d651/3.3/Dockerfile) +- [`3.3.2-passenger`, `3.3-passenger`, `3-passenger`, `passenger` (*3.3/passenger/Dockerfile*)](https://github.com/docker-library/redmine/blob/e803be4f45b5db05ea950d2e2831f1811df8f488/3.3/passenger/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/redmine`)](https://github.com/docker-library/official-images/blob/master/library/redmine). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fredmine). diff --git a/tomcat/README.md b/tomcat/README.md index 46a4ab0fc..4a7b2424d 100644 --- a/tomcat/README.md +++ b/tomcat/README.md @@ -1,18 +1,18 @@ # Supported tags and respective `Dockerfile` links -- [`6.0.48-jre7`, `6.0-jre7`, `6-jre7`, `6.0.48`, `6.0`, `6` (*6/jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9ef39e44020d9ac03c8c15bae5e5b0ba96faa128/6/jre7/Dockerfile) -- [`6.0.48-jre8`, `6.0-jre8`, `6-jre8` (*6/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9ef39e44020d9ac03c8c15bae5e5b0ba96faa128/6/jre8/Dockerfile) -- [`7.0.73-jre7`, `7.0-jre7`, `7-jre7`, `7.0.73`, `7.0`, `7` (*7/jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9ef39e44020d9ac03c8c15bae5e5b0ba96faa128/7/jre7/Dockerfile) +- [`6.0.48-jre7`, `6.0-jre7`, `6-jre7`, `6.0.48`, `6.0`, `6` (*6/jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e5ee9fb792276e4558733e22b3fb02af9de91ef5/6/jre7/Dockerfile) +- [`6.0.48-jre8`, `6.0-jre8`, `6-jre8` (*6/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e5ee9fb792276e4558733e22b3fb02af9de91ef5/6/jre8/Dockerfile) +- [`7.0.73-jre7`, `7.0-jre7`, `7-jre7`, `7.0.73`, `7.0`, `7` (*7/jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e5ee9fb792276e4558733e22b3fb02af9de91ef5/7/jre7/Dockerfile) - [`7.0.73-jre7-alpine`, `7.0-jre7-alpine`, `7-jre7-alpine`, `7.0.73-alpine`, `7.0-alpine`, `7-alpine` (*7/jre7-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/1651e929e7d4c9785b602cb93cdd2503573c3834/7/jre7-alpine/Dockerfile) -- [`7.0.73-jre8`, `7.0-jre8`, `7-jre8` (*7/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9ef39e44020d9ac03c8c15bae5e5b0ba96faa128/7/jre8/Dockerfile) +- [`7.0.73-jre8`, `7.0-jre8`, `7-jre8` (*7/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e5ee9fb792276e4558733e22b3fb02af9de91ef5/7/jre8/Dockerfile) - [`7.0.73-jre8-alpine`, `7.0-jre8-alpine`, `7-jre8-alpine` (*7/jre8-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/1651e929e7d4c9785b602cb93cdd2503573c3834/7/jre8-alpine/Dockerfile) -- [`8.0.39-jre7`, `8.0-jre7`, `8-jre7`, `jre7`, `8.0.39`, `8.0`, `8`, `latest` (*8.0/jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9ef39e44020d9ac03c8c15bae5e5b0ba96faa128/8.0/jre7/Dockerfile) +- [`8.0.39-jre7`, `8.0-jre7`, `8-jre7`, `jre7`, `8.0.39`, `8.0`, `8`, `latest` (*8.0/jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e5ee9fb792276e4558733e22b3fb02af9de91ef5/8.0/jre7/Dockerfile) - [`8.0.39-jre7-alpine`, `8.0-jre7-alpine`, `8-jre7-alpine`, `jre7-alpine`, `8.0.39-alpine`, `8.0-alpine`, `8-alpine`, `alpine` (*8.0/jre7-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/3c72bd6721ab6645badc72c164cbe6f3a8970bdb/8.0/jre7-alpine/Dockerfile) -- [`8.0.39-jre8`, `8.0-jre8`, `8-jre8`, `jre8` (*8.0/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9ef39e44020d9ac03c8c15bae5e5b0ba96faa128/8.0/jre8/Dockerfile) +- [`8.0.39-jre8`, `8.0-jre8`, `8-jre8`, `jre8` (*8.0/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e5ee9fb792276e4558733e22b3fb02af9de91ef5/8.0/jre8/Dockerfile) - [`8.0.39-jre8-alpine`, `8.0-jre8-alpine`, `8-jre8-alpine`, `jre8-alpine` (*8.0/jre8-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/3c72bd6721ab6645badc72c164cbe6f3a8970bdb/8.0/jre8-alpine/Dockerfile) -- [`8.5.9-jre8`, `8.5-jre8`, `8.5.9`, `8.5` (*8.5/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9c280294942795515740cb6d78b1d51d95b31928/8.5/jre8/Dockerfile) +- [`8.5.9-jre8`, `8.5-jre8`, `8.5.9`, `8.5` (*8.5/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e5ee9fb792276e4558733e22b3fb02af9de91ef5/8.5/jre8/Dockerfile) - [`8.5.9-jre8-alpine`, `8.5-jre8-alpine`, `8.5.9-alpine`, `8.5-alpine` (*8.5/jre8-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9c280294942795515740cb6d78b1d51d95b31928/8.5/jre8-alpine/Dockerfile) -- [`9.0.0.M15-jre8`, `9.0.0-jre8`, `9.0-jre8`, `9-jre8`, `9.0.0.M15`, `9.0.0`, `9.0`, `9` (*9.0/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9fcf1c13eb901de73aa3abdfc36d1989a1154365/9.0/jre8/Dockerfile) +- [`9.0.0.M15-jre8`, `9.0.0-jre8`, `9.0-jre8`, `9-jre8`, `9.0.0.M15`, `9.0.0`, `9.0`, `9` (*9.0/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/e5ee9fb792276e4558733e22b3fb02af9de91ef5/9.0/jre8/Dockerfile) - [`9.0.0.M15-jre8-alpine`, `9.0.0-jre8-alpine`, `9.0-jre8-alpine`, `9-jre8-alpine`, `9.0.0.M15-alpine`, `9.0.0-alpine`, `9.0-alpine`, `9-alpine` (*9.0/jre8-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/9fcf1c13eb901de73aa3abdfc36d1989a1154365/9.0/jre8-alpine/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/tomcat`)](https://github.com/docker-library/official-images/blob/master/library/tomcat). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Ftomcat). diff --git a/wordpress/README.md b/wordpress/README.md index 277b819da..138bd8307 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -1,14 +1,14 @@ # Supported tags and respective `Dockerfile` links -- [`4.7.0-apache`, `4.7-apache`, `4-apache`, `apache`, `4.7.0`, `4.7`, `4`, `latest`, `4.7.0-php5.6-apache`, `4.7-php5.6-apache`, `4-php5.6-apache`, `php5.6-apache`, `4.7.0-php5.6`, `4.7-php5.6`, `4-php5.6`, `php5.6` (*php5.6/apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/637afb53dc03b4af19149a0880e796346f97c137/php5.6/apache/Dockerfile) -- [`4.7.0-fpm`, `4.7-fpm`, `4-fpm`, `fpm`, `4.7.0-php5.6-fpm`, `4.7-php5.6-fpm`, `4-php5.6-fpm`, `php5.6-fpm` (*php5.6/fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/637afb53dc03b4af19149a0880e796346f97c137/php5.6/fpm/Dockerfile) -- [`4.7.0-fpm-alpine`, `4.7-fpm-alpine`, `4-fpm-alpine`, `fpm-alpine`, `4.7.0-php5.6-fpm-alpine`, `4.7-php5.6-fpm-alpine`, `4-php5.6-fpm-alpine`, `php5.6-fpm-alpine` (*php5.6/fpm-alpine/Dockerfile*)](https://github.com/docker-library/wordpress/blob/637afb53dc03b4af19149a0880e796346f97c137/php5.6/fpm-alpine/Dockerfile) -- [`4.7.0-php7.0-apache`, `4.7-php7.0-apache`, `4-php7.0-apache`, `php7.0-apache`, `4.7.0-php7.0`, `4.7-php7.0`, `4-php7.0`, `php7.0` (*php7.0/apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/637afb53dc03b4af19149a0880e796346f97c137/php7.0/apache/Dockerfile) -- [`4.7.0-php7.0-fpm`, `4.7-php7.0-fpm`, `4-php7.0-fpm`, `php7.0-fpm` (*php7.0/fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/637afb53dc03b4af19149a0880e796346f97c137/php7.0/fpm/Dockerfile) -- [`4.7.0-php7.0-fpm-alpine`, `4.7-php7.0-fpm-alpine`, `4-php7.0-fpm-alpine`, `php7.0-fpm-alpine` (*php7.0/fpm-alpine/Dockerfile*)](https://github.com/docker-library/wordpress/blob/637afb53dc03b4af19149a0880e796346f97c137/php7.0/fpm-alpine/Dockerfile) -- [`4.7.0-php7.1-apache`, `4.7-php7.1-apache`, `4-php7.1-apache`, `php7.1-apache`, `4.7.0-php7.1`, `4.7-php7.1`, `4-php7.1`, `php7.1` (*php7.1/apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/f56ccb5de179757eeb043ef5fedea6c3cf4e3bf2/php7.1/apache/Dockerfile) -- [`4.7.0-php7.1-fpm`, `4.7-php7.1-fpm`, `4-php7.1-fpm`, `php7.1-fpm` (*php7.1/fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/f56ccb5de179757eeb043ef5fedea6c3cf4e3bf2/php7.1/fpm/Dockerfile) -- [`4.7.0-php7.1-fpm-alpine`, `4.7-php7.1-fpm-alpine`, `4-php7.1-fpm-alpine`, `php7.1-fpm-alpine` (*php7.1/fpm-alpine/Dockerfile*)](https://github.com/docker-library/wordpress/blob/f56ccb5de179757eeb043ef5fedea6c3cf4e3bf2/php7.1/fpm-alpine/Dockerfile) +- [`4.7.1-apache`, `4.7-apache`, `4-apache`, `apache`, `4.7.1`, `4.7`, `4`, `latest`, `4.7.1-php5.6-apache`, `4.7-php5.6-apache`, `4-php5.6-apache`, `php5.6-apache`, `4.7.1-php5.6`, `4.7-php5.6`, `4-php5.6`, `php5.6` (*php5.6/apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php5.6/apache/Dockerfile) +- [`4.7.1-fpm`, `4.7-fpm`, `4-fpm`, `fpm`, `4.7.1-php5.6-fpm`, `4.7-php5.6-fpm`, `4-php5.6-fpm`, `php5.6-fpm` (*php5.6/fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php5.6/fpm/Dockerfile) +- [`4.7.1-fpm-alpine`, `4.7-fpm-alpine`, `4-fpm-alpine`, `fpm-alpine`, `4.7.1-php5.6-fpm-alpine`, `4.7-php5.6-fpm-alpine`, `4-php5.6-fpm-alpine`, `php5.6-fpm-alpine` (*php5.6/fpm-alpine/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php5.6/fpm-alpine/Dockerfile) +- [`4.7.1-php7.0-apache`, `4.7-php7.0-apache`, `4-php7.0-apache`, `php7.0-apache`, `4.7.1-php7.0`, `4.7-php7.0`, `4-php7.0`, `php7.0` (*php7.0/apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php7.0/apache/Dockerfile) +- [`4.7.1-php7.0-fpm`, `4.7-php7.0-fpm`, `4-php7.0-fpm`, `php7.0-fpm` (*php7.0/fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php7.0/fpm/Dockerfile) +- [`4.7.1-php7.0-fpm-alpine`, `4.7-php7.0-fpm-alpine`, `4-php7.0-fpm-alpine`, `php7.0-fpm-alpine` (*php7.0/fpm-alpine/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php7.0/fpm-alpine/Dockerfile) +- [`4.7.1-php7.1-apache`, `4.7-php7.1-apache`, `4-php7.1-apache`, `php7.1-apache`, `4.7.1-php7.1`, `4.7-php7.1`, `4-php7.1`, `php7.1` (*php7.1/apache/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php7.1/apache/Dockerfile) +- [`4.7.1-php7.1-fpm`, `4.7-php7.1-fpm`, `4-php7.1-fpm`, `php7.1-fpm` (*php7.1/fpm/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php7.1/fpm/Dockerfile) +- [`4.7.1-php7.1-fpm-alpine`, `4.7-php7.1-fpm-alpine`, `4-php7.1-fpm-alpine`, `php7.1-fpm-alpine` (*php7.1/fpm-alpine/Dockerfile*)](https://github.com/docker-library/wordpress/blob/0966763fa39385f2eaddd5b35ee91c40d3a1f4ac/php7.1/fpm-alpine/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/wordpress`)](https://github.com/docker-library/official-images/blob/master/library/wordpress). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fwordpress).