From fb10f2bce36ffe0bf9734c16d3a1fd7979ba36e5 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 7 Jul 2016 12:16:33 -0700 Subject: [PATCH] Run update.sh --- docker/README.md | 18 +++++++++++------- drupal/README.md | 6 +++--- elasticsearch/README.md | 16 ++++++++-------- java/README.md | 8 ++++---- memcached/README.md | 6 +++--- owncloud/README.md | 33 +++++++++++++++++++++------------ percona/README.md | 4 ++-- php/README.md | 6 +++--- rabbitmq/README.md | 6 +++--- 9 files changed, 58 insertions(+), 45 deletions(-) diff --git a/docker/README.md b/docker/README.md index 84edaf037..3fb5fd4e1 100644 --- a/docker/README.md +++ b/docker/README.md @@ -16,19 +16,25 @@ For more information about this image and its history, please see [the relevant For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see [the `docker/tag-details.md` file](https://github.com/docker-library/docs/blob/master/docker/tag-details.md) in [the `docker-library/docs` GitHub repo](https://github.com/docker-library/docs). -# What is Docker? +# What is Docker in Docker? -Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux, Mac OS and Windows. +Although running Docker inside Docker is generally not recommended, there are some legitimate use cases, such as development of Docker itself. + +*Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux, Mac OS and Windows.* > [wikipedia.org/wiki/Docker_(software)](https://en.wikipedia.org/wiki/Docker_%28software%29) ![logo](https://raw.githubusercontent.com/docker-library/docs/c350af05d3fac7b5c3f6327ac82fe4d990d8729c/docker/logo.png) +Before running Docker-in-Docker, be sure to read through [Jérôme Petazzoni's excellent blog post on the subject](https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/), where he outlines some of the pros and cons of doing so (and some nasty gotchas you might run into). + +If you are still convinced that you need Docker-in-Docker and not just access to a container's host Docker server, then read on. + # How to use this image [![asciicast](https://asciinema.org/a/24707.png)](https://asciinema.org/a/24707) -## start a daemon instance +## Start a daemon instance ```console $ docker run --privileged --name some-docker -d docker:1.8-dind @@ -38,9 +44,7 @@ $ docker run --privileged --name some-docker -d docker:1.8-dind This image includes `EXPOSE 2375` (the Docker port), so standard container linking will make it automatically available to the linked containers (as the following examples illustrate). -Before running Docker-in-Docker, be sure to read through [Jérôme Petazzoni's excellent blog post on the subject](https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/), where he outlines some of the pros and cons of doing so (and some nasty gotchas you might run into). - -## connect to it from a second container +## Connect to it from a second container ```console $ docker run --rm --link some-docker:docker docker:1.7 version @@ -127,7 +131,7 @@ Server: OS/Arch: linux/amd64 ``` -## custom daemon flags +## Custom daemon flags ```console $ docker run --privileged --name some-devicemapper-docker -d docker:dind --storage-driver=devicemapper diff --git a/drupal/README.md b/drupal/README.md index 9b8e099f7..3f11ef538 100644 --- a/drupal/README.md +++ b/drupal/README.md @@ -2,10 +2,10 @@ - [`7.44-apache`, `7-apache`, `7.44`, `7` (*7/apache/Dockerfile*)](https://github.com/docker-library/drupal/blob/09ecd6173dee9401924cbe350eced0ec7c477e43/7/apache/Dockerfile) - [`7.44-fpm`, `7-fpm` (*7/fpm/Dockerfile*)](https://github.com/docker-library/drupal/blob/09ecd6173dee9401924cbe350eced0ec7c477e43/7/fpm/Dockerfile) -- [`8.1.3-apache`, `8.1-apache`, `8-apache`, `apache`, `8.1.3`, `8.1`, `8`, `latest` (*8.1/apache/Dockerfile*)](https://github.com/docker-library/drupal/blob/09ecd6173dee9401924cbe350eced0ec7c477e43/8.1/apache/Dockerfile) -- [`8.1.3-fpm`, `8.1-fpm`, `8-fpm`, `fpm` (*8.1/fpm/Dockerfile*)](https://github.com/docker-library/drupal/blob/09ecd6173dee9401924cbe350eced0ec7c477e43/8.1/fpm/Dockerfile) +- [`8.1.4-apache`, `8.1-apache`, `8-apache`, `apache`, `8.1.4`, `8.1`, `8`, `latest` (*8.1/apache/Dockerfile*)](https://github.com/docker-library/drupal/blob/d79663db4cb85f58443aaa562a766e4bff89f2b1/8.1/apache/Dockerfile) +- [`8.1.4-fpm`, `8.1-fpm`, `8-fpm`, `fpm` (*8.1/fpm/Dockerfile*)](https://github.com/docker-library/drupal/blob/d79663db4cb85f58443aaa562a766e4bff89f2b1/8.1/fpm/Dockerfile) -[![](https://badge.imagelayers.io/drupal:latest.svg)](https://imagelayers.io/?images=drupal:7.44-apache,drupal:7.44-fpm,drupal:8.1.3-apache,drupal:8.1.3-fpm) +[![](https://badge.imagelayers.io/drupal:latest.svg)](https://imagelayers.io/?images=drupal:7.44-apache,drupal:7.44-fpm,drupal:8.1.4-apache,drupal:8.1.4-fpm) For more information about this image and its history, please see [the relevant manifest file (`library/drupal`)](https://github.com/docker-library/official-images/blob/master/library/drupal). 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%2Fdrupal). diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 1a26b5f1d..ca7a17c8a 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -1,13 +1,13 @@ # Supported tags and respective `Dockerfile` links -- [`1.5.2`, `1.5` (*1.5/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2ceaacde5b9dcc3e15f5daa4b1a282bf0f190d2b/1.5/Dockerfile) -- [`1.6.2`, `1.6` (*1.6/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2ceaacde5b9dcc3e15f5daa4b1a282bf0f190d2b/1.6/Dockerfile) -- [`1.7.5`, `1.7`, `1` (*1.7/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2ceaacde5b9dcc3e15f5daa4b1a282bf0f190d2b/1.7/Dockerfile) -- [`2.0.2`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2ceaacde5b9dcc3e15f5daa4b1a282bf0f190d2b/2.0/Dockerfile) -- [`2.1.2`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2ceaacde5b9dcc3e15f5daa4b1a282bf0f190d2b/2.1/Dockerfile) -- [`2.2.2`, `2.2` (*2.2/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/97739a4b07d856d2cf861e5e4e7bb2bc8cded7f7/2.2/Dockerfile) -- [`2.3.3`, `2.3`, `2`, `latest` (*2.3/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/30af4a027561ede1295621039ebc4ae6c656ea2a/2.3/Dockerfile) -- [`5.0.0-alpha4`, `5.0.0`, `5.0`, `5` (*5.0/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/4093013f00696225cd9e316d5f892ae8f98b7888/5.0/Dockerfile) +- [`1.5.2`, `1.5` (*1.5/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/1.5/Dockerfile) +- [`1.6.2`, `1.6` (*1.6/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/1.6/Dockerfile) +- [`1.7.5`, `1.7`, `1` (*1.7/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/1.7/Dockerfile) +- [`2.0.2`, `2.0` (*2.0/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/2.0/Dockerfile) +- [`2.1.2`, `2.1` (*2.1/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/2.1/Dockerfile) +- [`2.2.2`, `2.2` (*2.2/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/2.2/Dockerfile) +- [`2.3.3`, `2.3`, `2`, `latest` (*2.3/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/2.3/Dockerfile) +- [`5.0.0-alpha4`, `5.0.0`, `5.0`, `5` (*5.0/Dockerfile*)](https://github.com/docker-library/elasticsearch/blob/2bfa45254a681e4f667c96c5de13438209e2f0ec/5.0/Dockerfile) [![](https://badge.imagelayers.io/elasticsearch:latest.svg)](https://imagelayers.io/?images=elasticsearch:1.5.2,elasticsearch:1.6.2,elasticsearch:1.7.5,elasticsearch:2.0.2,elasticsearch:2.1.2,elasticsearch:2.2.2,elasticsearch:2.3.3,elasticsearch:5.0.0-alpha4) diff --git a/java/README.md b/java/README.md index e70e7bca6..62a17283a 100644 --- a/java/README.md +++ b/java/README.md @@ -3,13 +3,13 @@ - [`6b38-jdk`, `6b38`, `6-jdk`, `6`, `openjdk-6b38-jdk`, `openjdk-6b38`, `openjdk-6-jdk`, `openjdk-6` (*6-jdk/Dockerfile*)](https://github.com/docker-library/openjdk/blob/89851f0abc3a83cfad5248102f379d6a0bd3951a/6-jdk/Dockerfile) - [`6b38-jre`, `6-jre`, `openjdk-6b38-jre`, `openjdk-6-jre` (*6-jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/89851f0abc3a83cfad5248102f379d6a0bd3951a/6-jre/Dockerfile) - [`7u101-jdk`, `7u101`, `7-jdk`, `7`, `openjdk-7u101-jdk`, `openjdk-7u101`, `openjdk-7-jdk`, `openjdk-7` (*7-jdk/Dockerfile*)](https://github.com/docker-library/openjdk/blob/a3f06bcbc86d16912a309cf4538a00caf9a6100c/7-jdk/Dockerfile) -- [`7u91-jdk-alpine`, `7u91-alpine`, `7-jdk-alpine`, `7-alpine`, `openjdk-7u91-jdk-alpine`, `openjdk-7u91-alpine`, `openjdk-7-jdk-alpine`, `openjdk-7-alpine` (*7-jdk/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/f60edc7cfe9fa4d4473ef027c6fb2d5e1f6c17f9/7-jdk/alpine/Dockerfile) +- [`7u91-jdk-alpine`, `7u91-alpine`, `7-jdk-alpine`, `7-alpine`, `openjdk-7u91-jdk-alpine`, `openjdk-7u91-alpine`, `openjdk-7-jdk-alpine`, `openjdk-7-alpine` (*7-jdk/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/54c64cf47d2b705418feb68b811419a223c5a040/7-jdk/alpine/Dockerfile) - [`7u101-jre`, `7-jre`, `openjdk-7u101-jre`, `openjdk-7-jre` (*7-jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/a3f06bcbc86d16912a309cf4538a00caf9a6100c/7-jre/Dockerfile) -- [`7u91-jre-alpine`, `7-jre-alpine`, `openjdk-7u91-jre-alpine`, `openjdk-7-jre-alpine` (*7-jre/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/f60edc7cfe9fa4d4473ef027c6fb2d5e1f6c17f9/7-jre/alpine/Dockerfile) +- [`7u91-jre-alpine`, `7-jre-alpine`, `openjdk-7u91-jre-alpine`, `openjdk-7-jre-alpine` (*7-jre/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/54c64cf47d2b705418feb68b811419a223c5a040/7-jre/alpine/Dockerfile) - [`8u91-jdk`, `8u91`, `8-jdk`, `8`, `jdk`, `latest`, `openjdk-8u91-jdk`, `openjdk-8u91`, `openjdk-8-jdk`, `openjdk-8` (*8-jdk/Dockerfile*)](https://github.com/docker-library/openjdk/blob/a0a4970a343a3c021dad760f2281d20f61931e3c/8-jdk/Dockerfile) -- [`8u92-jdk-alpine`, `8u92-alpine`, `8-jdk-alpine`, `8-alpine`, `jdk-alpine`, `alpine`, `openjdk-8u92-jdk-alpine`, `openjdk-8u92-alpine`, `openjdk-8-jdk-alpine`, `openjdk-8-alpine` (*8-jdk/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/c6c90f5e09a5dc1a1ccd662de8210342f94c673e/8-jdk/alpine/Dockerfile) +- [`8u92-jdk-alpine`, `8u92-alpine`, `8-jdk-alpine`, `8-alpine`, `jdk-alpine`, `alpine`, `openjdk-8u92-jdk-alpine`, `openjdk-8u92-alpine`, `openjdk-8-jdk-alpine`, `openjdk-8-alpine` (*8-jdk/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/54c64cf47d2b705418feb68b811419a223c5a040/8-jdk/alpine/Dockerfile) - [`8u91-jre`, `8-jre`, `jre`, `openjdk-8u91-jre`, `openjdk-8-jre` (*8-jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/a0a4970a343a3c021dad760f2281d20f61931e3c/8-jre/Dockerfile) -- [`8u92-jre-alpine`, `8-jre-alpine`, `jre-alpine`, `openjdk-8u92-jre-alpine`, `openjdk-8-jre-alpine` (*8-jre/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/c6c90f5e09a5dc1a1ccd662de8210342f94c673e/8-jre/alpine/Dockerfile) +- [`8u92-jre-alpine`, `8-jre-alpine`, `jre-alpine`, `openjdk-8u92-jre-alpine`, `openjdk-8-jre-alpine` (*8-jre/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/54c64cf47d2b705418feb68b811419a223c5a040/8-jre/alpine/Dockerfile) - [`9-b124-jdk`, `9-b124`, `9-jdk`, `9`, `openjdk-9-b124-jdk`, `openjdk-9-b124`, `openjdk-9-jdk`, `openjdk-9` (*9-jdk/Dockerfile*)](https://github.com/docker-library/openjdk/blob/d1890fa5206eee489ab6285afa2a52f409dcfdc4/9-jdk/Dockerfile) - [`9-b124-jre`, `9-jre`, `openjdk-9-b124-jre`, `openjdk-9-jre` (*9-jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/d1890fa5206eee489ab6285afa2a52f409dcfdc4/9-jre/Dockerfile) diff --git a/memcached/README.md b/memcached/README.md index 6086ccf86..a3d9571fc 100644 --- a/memcached/README.md +++ b/memcached/README.md @@ -1,9 +1,9 @@ # Supported tags and respective `Dockerfile` links -- [`1.4.27`, `1.4`, `1`, `latest` (*debian/Dockerfile*)](https://github.com/docker-library/memcached/blob/3f5295b2be7ad0dd396c75e7b4b0f5aad2215cbd/debian/Dockerfile) -- [`1.4.27-alpine`, `1.4-alpine`, `1-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/docker-library/memcached/blob/3f5295b2be7ad0dd396c75e7b4b0f5aad2215cbd/alpine/Dockerfile) +- [`1.4.28`, `1.4`, `1`, `latest` (*debian/Dockerfile*)](https://github.com/docker-library/memcached/blob/20f1e32162f9376a75b569519a375ce18e659a8d/debian/Dockerfile) +- [`1.4.28-alpine`, `1.4-alpine`, `1-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/docker-library/memcached/blob/20f1e32162f9376a75b569519a375ce18e659a8d/alpine/Dockerfile) -[![](https://badge.imagelayers.io/memcached:latest.svg)](https://imagelayers.io/?images=memcached:1.4.27,memcached:1.4.27-alpine) +[![](https://badge.imagelayers.io/memcached:latest.svg)](https://imagelayers.io/?images=memcached:1.4.28,memcached:1.4.28-alpine) 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/owncloud/README.md b/owncloud/README.md index 4c08082d3..b852b00e2 100644 --- a/owncloud/README.md +++ b/owncloud/README.md @@ -58,20 +58,29 @@ When using the 6.0 image, you need to map the host port to the container port th Example `docker-compose.yml` for `owncloud`: ```yaml -# access via "http://localhost:8080" (or "http://$(docker-machine ip):8080" if using docker-machine) -# during initial setup, use "mysql" as the MySQL hostname +# ownCloud with MariaDB/MySQL +# +# Access via "http://localhost:8080" (or "http://$(docker-machine ip):8080" if using docker-machine) +# +# During initial ownCloud setup, select "Storage & database" --> "Configure the database" --> "MySQL/MariaDB" +# Database user: root +# Database password: example +# Database name: pick any name +# Database host: replace "localhost" with "mysql" -owncloud: - image: owncloud - links: - - db:mysql - ports: - - 8080:80 +version: '2' -db: - image: mariadb - environment: - MYSQL_ROOT_PASSWORD: example +services: + + owncloud: + image: owncloud + ports: + - 8080:80 + + mysql: + image: mariadb + environment: + MYSQL_ROOT_PASSWORD: example ``` # License diff --git a/percona/README.md b/percona/README.md index 85b447995..c4a26bbdc 100644 --- a/percona/README.md +++ b/percona/README.md @@ -1,10 +1,10 @@ # Supported tags and respective `Dockerfile` links -- [`5.7.12`, `5.7`, `5`, `latest` (*5.7/Dockerfile*)](https://github.com/docker-library/percona/blob/340269718642a7acc4580e398121ba5462308730/5.7/Dockerfile) +- [`5.7.13`, `5.7`, `5`, `latest` (*5.7/Dockerfile*)](https://github.com/docker-library/percona/blob/b1f72280a3464a12979111287255da27c6537405/5.7/Dockerfile) - [`5.6.30`, `5.6` (*5.6/Dockerfile*)](https://github.com/docker-library/percona/blob/5981db386679e99039de1104a28920939acf59fc/5.6/Dockerfile) - [`5.5.49`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/percona/blob/4501310f267a20434f10b28a8e1be660a3a09439/5.5/Dockerfile) -[![](https://badge.imagelayers.io/percona:latest.svg)](https://imagelayers.io/?images=percona:5.7.12,percona:5.6.30,percona:5.5.49) +[![](https://badge.imagelayers.io/percona:latest.svg)](https://imagelayers.io/?images=percona:5.7.13,percona:5.6.30,percona:5.5.49) 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/php/README.md b/php/README.md index 47472a50e..9a6379039 100644 --- a/php/README.md +++ b/php/README.md @@ -2,21 +2,21 @@ - [`7.0.8-cli`, `7.0-cli`, `7-cli`, `cli`, `7.0.8`, `7.0`, `7`, `latest` (*7.0/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/7.0/Dockerfile) - [`7.0.8-alpine`, `7.0-alpine`, `7-alpine`, `alpine` (*7.0/alpine/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/7.0/alpine/Dockerfile) -- [`7.0.8-apache`, `7.0-apache`, `7-apache`, `apache` (*7.0/apache/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/7.0/apache/Dockerfile) +- [`7.0.8-apache`, `7.0-apache`, `7-apache`, `apache` (*7.0/apache/Dockerfile*)](https://github.com/docker-library/php/blob/2dc37fa5199d38a1e53493c315fd0f5c1054e2c3/7.0/apache/Dockerfile) - [`7.0.8-fpm`, `7.0-fpm`, `7-fpm`, `fpm` (*7.0/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/7.0/fpm/Dockerfile) - [`7.0.8-fpm-alpine`, `7.0-fpm-alpine`, `7-fpm-alpine`, `fpm-alpine` (*7.0/fpm/alpine/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/7.0/fpm/alpine/Dockerfile) - [`7.0.8-zts`, `7.0-zts`, `7-zts`, `zts` (*7.0/zts/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/7.0/zts/Dockerfile) - [`7.0.8-zts-alpine`, `7.0-zts-alpine`, `7-zts-alpine`, `zts-alpine` (*7.0/zts/alpine/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/7.0/zts/alpine/Dockerfile) - [`5.6.23-cli`, `5.6-cli`, `5-cli`, `5.6.23`, `5.6`, `5` (*5.6/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/5.6/Dockerfile) - [`5.6.23-alpine`, `5.6-alpine`, `5-alpine` (*5.6/alpine/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/5.6/alpine/Dockerfile) -- [`5.6.23-apache`, `5.6-apache`, `5-apache` (*5.6/apache/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/5.6/apache/Dockerfile) +- [`5.6.23-apache`, `5.6-apache`, `5-apache` (*5.6/apache/Dockerfile*)](https://github.com/docker-library/php/blob/2dc37fa5199d38a1e53493c315fd0f5c1054e2c3/5.6/apache/Dockerfile) - [`5.6.23-fpm`, `5.6-fpm`, `5-fpm` (*5.6/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/5.6/fpm/Dockerfile) - [`5.6.23-fpm-alpine`, `5.6-fpm-alpine`, `5-fpm-alpine` (*5.6/fpm/alpine/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/5.6/fpm/alpine/Dockerfile) - [`5.6.23-zts`, `5.6-zts`, `5-zts` (*5.6/zts/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/5.6/zts/Dockerfile) - [`5.6.23-zts-alpine`, `5.6-zts-alpine`, `5-zts-alpine` (*5.6/zts/alpine/Dockerfile*)](https://github.com/docker-library/php/blob/d0993972f314576849e4489cc25729d05e1391ca/5.6/zts/alpine/Dockerfile) - [`5.5.37-cli`, `5.5-cli`, `5.5.37`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/php/blob/e37ca400ba0e1c34357bf06732bc77064e5a4941/5.5/Dockerfile) - [`5.5.37-alpine`, `5.5-alpine` (*5.5/alpine/Dockerfile*)](https://github.com/docker-library/php/blob/e37ca400ba0e1c34357bf06732bc77064e5a4941/5.5/alpine/Dockerfile) -- [`5.5.37-apache`, `5.5-apache` (*5.5/apache/Dockerfile*)](https://github.com/docker-library/php/blob/e37ca400ba0e1c34357bf06732bc77064e5a4941/5.5/apache/Dockerfile) +- [`5.5.37-apache`, `5.5-apache` (*5.5/apache/Dockerfile*)](https://github.com/docker-library/php/blob/2dc37fa5199d38a1e53493c315fd0f5c1054e2c3/5.5/apache/Dockerfile) - [`5.5.37-fpm`, `5.5-fpm` (*5.5/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/e37ca400ba0e1c34357bf06732bc77064e5a4941/5.5/fpm/Dockerfile) - [`5.5.37-fpm-alpine`, `5.5-fpm-alpine` (*5.5/fpm/alpine/Dockerfile*)](https://github.com/docker-library/php/blob/e37ca400ba0e1c34357bf06732bc77064e5a4941/5.5/fpm/alpine/Dockerfile) - [`5.5.37-zts`, `5.5-zts` (*5.5/zts/Dockerfile*)](https://github.com/docker-library/php/blob/e37ca400ba0e1c34357bf06732bc77064e5a4941/5.5/zts/Dockerfile) diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 4233c8042..b7852c7a7 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -1,9 +1,9 @@ # Supported tags and respective `Dockerfile` links -- [`3.6.2`, `3.6`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/6b496ac32e18fbff4b2b45e0577a79b10edd4df0/Dockerfile) -- [`3.6.2-management`, `3.6-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/dc712681dcaeadb0371be66be5e96563be364e5d/management/Dockerfile) +- [`3.6.3`, `3.6`, `3`, `latest` (*Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/ab3b8b85c19b8fce28b13fe5aa4cf3c099908d88/Dockerfile) +- [`3.6.3-management`, `3.6-management`, `3-management`, `management` (*management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/dc712681dcaeadb0371be66be5e96563be364e5d/management/Dockerfile) -[![](https://badge.imagelayers.io/rabbitmq:latest.svg)](https://imagelayers.io/?images=rabbitmq:3.6.2,rabbitmq:3.6.2-management) +[![](https://badge.imagelayers.io/rabbitmq:latest.svg)](https://imagelayers.io/?images=rabbitmq:3.6.3,rabbitmq:3.6.3-management) 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).