浏览代码

Run update.sh

Docker Library Bot 8 年之前
父节点
当前提交
e0ab4e5d0d
共有 7 个文件被更改,包括 92 次插入57 次删除
  1. 46 14
      amazonlinux/README.md
  2. 3 3
      docker/README.md
  3. 2 2
      ghost/README.md
  4. 31 28
      php/README.md
  5. 5 5
      rabbitmq/README.md
  6. 1 1
      rocket.chat/README.md
  7. 4 4
      tomcat/README.md

+ 46 - 14
amazonlinux/README.md

@@ -55,39 +55,71 @@ WARNING:
 
 ## What is Amazon Linux?
 
-[Amazon Linux](https://aws.amazon.com/amazon-linux-ami/) is a Linux-based operating system provided by Amazon Web Services. Amazon Linux is designed to provide a stable, secure, and high performance execution environment for applications running on Amazon EC2. It supports the latest EC2 instance features and includes packages that enable easy integration with AWS.
+Amazon Linux is provided by Amazon Web Services (AWS). It is designed to provide a stable, secure, and high-performance execution environment for applications running on Amazon EC2. It also includes packages that enable easy integration with AWS, including launch configuration tools and many popular AWS libraries and tools. AWS provides ongoing security and maintenance updates to all instances running Amazon Linux.
 
-Since 2011, Amazon Linux has been offered in the Amazon Machine Image (AMI) format. The Amazon Linux AMI is a supported and maintained image of Amazon Linux provided by AWS for use on EC2 instances.
+AWS provides two versions of Amazon Linux: [Amazon Linux 2](https://aws.amazon.com/amazon-linux-2/) LTS Candidate and [Amazon Linux AMI](https://aws.amazon.com/amazon-linux-ami/).
 
 ![logo](https://raw.githubusercontent.com/docker-library/docs/9ca9202567ccc25ce110f98bbeb6c929844e05d0/amazonlinux/logo.png)
 
-## Why should I use Amazon Linux container images?
+## Where can I run Amazon Linux container images?
 
-Existing customers that use Amazon Linux AMI in their EC2 instances can now use Amazon Linux for their containers. Customers now have a smooth path to use container technology for their development, testing and production no matter where they run.
+You can run Amazon Linux container images in any Docker based environment. Examples include, your laptop, in AWS EC2 instances, and ECS clusters.
 
-For customers just embarking on their container journey, the Amazon Linux container image is a great way to get started and is well integrated with AWS services like the EC2 Container Service (ECS) and ECR. Because the image is publicly available, you can use it to launch containers anywhere you need them -- from your laptop to ECS or anywhere in between.
+## How is Amazon Linux 2 LTS Candidate different from Amazon Linux AMI?
+
+There are three major differences in Amazon Linux 2 LTS Candidate from its predecessors:
+
+1.	it is available as a VM image for on-premises development and testing
+2.	it includes systemd service and systems manager as opposed to System V init system and also includes new version of compiler and build tools
+3.	it gives you the ability to install additional software packages through Extras mechanism without impacting the underlying LTS stability
+
+## Is Amazon Linux 2 LTS Candidate (2017.12) build an official LTS build?
+
+No, Amazon Linux 2 (2017.12) is a first candidate LTS build of Amazon Linux 2. In the coming weeks, we will continue to engage with our customers and the broader community to get feedback before announcing an official LTS build which will be supported for 5 years. You can provide your feedback through your designated AWS representative or directly through [Amazon Linux Discussion Forum](https://forums.aws.amazon.com/forum.jspa?forumID=228).
 
 ## What packages are available in the Amazon Linux containers?
 
-Amazon Linux Docker container images contain a minimal subset of the same set of packages. The container images can be configured to use any of the full set of packages in Amazon Linux AMI.
+Amazon Linux Docker container images contain a subset of the packages in the images for use on EC2 and as VMs in on-premises scenarios. The container images can be configured to use any of the full set of packages in images for EC2 and on-premises use. The Amazon Linux 2 LTS Candidate Container images comes with Extras included.
 
-## Will updates be available for Amazon Linux containers?
+## What is an Amazon Linux 2 LTS Candidate Extra?
+
+Extras is a new mechanism introduced in Amazon Linux 2 to enable the consumption of the newest versions of application software in a fully supported manner on a stable Amazon Linux 2 base. Extras help alleviate the compromise between stability of the OS and freshness of available software. For example, now you can install newer versions of Python being rest assured that the underlying operating system is stable. Examples of Extras include Python 3, nginx, Postgresql, MariaDB, Go, and Rust.
+
+## How do Amazon Linux 2 LTS Candidate Extras work?
+
+Extras introduces the notion of topics to select software bundles. Each topic contains all the dependencies required for the software to install and function on Amazon Linux 2. For example, Rust is an Extras topic in the curated list provide by Amazon. It provides the toolchain and runtimes for Rust, the systems programming language. This topic includes the cmake build system for Rust, cargo - the rust package manager, and the LLVM based compiler toolchain for Rust. The packages associated with each topic are consumed via the well-known yum installation process.
 
-Similar to the Amazon Linux AMI in EC2, Amazon Linux container images will get ongoing updates from Amazon in the form of security updates, bug fix updates, and other enhancements.
+## How are Amazon Linux 2 LTS Candidate Extras topics different from the packages available in yum repositories?
 
-Security bulletins for Amazon Linux are available at https://alas.aws.amazon.com/
+`yum` is a utility for package management of RPM packages. The base image of Amazon Linux 2 (LTS) includes access to repositories that already contain stable versions of popular packages that can be installed with yum. These packages are part of the long term support for Amazon Linux 2.
+
+However, if you need a new software package or a newer version of an existing software package that is not included in the base Amazon Linux 2 LTS Candidate image, Extras provide a way to install those packages in a supported manner. Extras is essentially a simplified mechanism to point yum to AWS curated sets of packages for a selected topic.
+
+## How do I install a software package from Extras repository in Amazon Linux 2 LTS Candidate?
+
+Available packages can be listed with the `amazon-linux-extras` command. Packages can be installed with the `sudo amazon-linux-extras install <package>` command. Example: sudo amazon-linux-extras install rust1
+
+## Will updates be available for Amazon Linux containers?
+
+Similar to the Amazon Linux images for AWS EC2 and on-premises use, Amazon Linux container images will get ongoing updates from Amazon in the form of security updates, bug fix updates, and other enhancements. Security bulletins for Amazon Linux are available at https://alas.aws.amazon.com/
 
 ## What support is available for Amazon Linux outside AWS?
 
-Documentation, help, and engagement for Amazon Linux is available at https://forums.aws.amazon.com/forum.jspa?forumID=228
+-	Documentation: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/amazon-linux-ami-basics.html
+-	Amazon Linux Forums: https://forums.aws.amazon.com/forum.jspa?forumID=228
+-	Paid Support from AWS: https://aws.amazon.com/premiumsupport/
+
+## With the availability of Amazon Linux 2 LTS Candidate, are there any changes to the existing version of Amazon Linux AMI (2017.09)?
+
+With the availability of Amazon Linux 2, we are announcing that 2017.09 release of Amazon Linux AMI container image will be the last release for the current generation of Amazon Linux. Going forward, AWS will provide newer versions only for Amazon Linux 2.
 
-Comments on Docker Hub are not actively monitored by the Amazon Linux team.
+## Will AWS support the current version of Amazon Linux going forward?
 
-## How can I pull container images from the Amazon EC2 Container Registry?
+Yes; in order to avoid any disruption to your existing applications and to facilitate migration to Amazon Linux 2, AWS will provide regular security updates for Amazon Linux 2017.09 AMI and container image for 2 years after the final LTS build is announced. You can also use all your existing support channels such as AWS Premium Support and Amazon Linux Discussion Forum to continue to submit support requests.
 
-Repository URLs for the Amazon Linux container image on the EC2 Container Registry are available at http://docs.aws.amazon.com/AmazonECR/latest/userguide/amazon_linux_container_image.html
+## Is Amazon Linux 2 LTS Candidate backward compatible with the existing version of Amazon Linux?
 
-Visit the [EC2 Container Registry Getting Started](https://aws.amazon.com/ecr/getting-started/) page for more information on how to start.
+Due to the inclusion of new components in Amazon Linux 2 such as systemd, your applications running on the current version of Amazon Linux may require additional changes to run on Amazon Linux 2.
 
 # License
 

+ 3 - 3
docker/README.md

@@ -16,9 +16,9 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`17.12.0-ce-rc1`, `17.12-rc`, `rc`, `test` (*17.12-rc/Dockerfile*)](https://github.com/docker-library/docker/blob/bbfb50a21b358554c1621cfe19378158d9155694/17.12-rc/Dockerfile)
--	[`17.12.0-ce-rc1-dind`, `17.12-rc-dind`, `rc-dind`, `test-dind` (*17.12-rc/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/bbfb50a21b358554c1621cfe19378158d9155694/17.12-rc/dind/Dockerfile)
--	[`17.12.0-ce-rc1-git`, `17.12-rc-git`, `rc-git`, `test-git` (*17.12-rc/git/Dockerfile*)](https://github.com/docker-library/docker/blob/bbfb50a21b358554c1621cfe19378158d9155694/17.12-rc/git/Dockerfile)
+-	[`17.12.0-ce-rc2`, `17.12-rc`, `rc`, `test` (*17.12-rc/Dockerfile*)](https://github.com/docker-library/docker/blob/f4d3f30de26100deddd4afdc37dd04bb6d018b26/17.12-rc/Dockerfile)
+-	[`17.12.0-ce-rc2-dind`, `17.12-rc-dind`, `rc-dind`, `test-dind` (*17.12-rc/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/bbfb50a21b358554c1621cfe19378158d9155694/17.12-rc/dind/Dockerfile)
+-	[`17.12.0-ce-rc2-git`, `17.12-rc-git`, `rc-git`, `test-git` (*17.12-rc/git/Dockerfile*)](https://github.com/docker-library/docker/blob/bbfb50a21b358554c1621cfe19378158d9155694/17.12-rc/git/Dockerfile)
 -	[`17.11.0-ce`, `17.11.0`, `17.11`, `17`, `edge`, `latest` (*17.11/Dockerfile*)](https://github.com/docker-library/docker/blob/64f6d5eba928dd79b9ca1e7e879021a2baf4c705/17.11/Dockerfile)
 -	[`17.11.0-ce-dind`, `17.11.0-dind`, `17.11-dind`, `17-dind`, `edge-dind`, `dind` (*17.11/dind/Dockerfile*)](https://github.com/docker-library/docker/blob/64f6d5eba928dd79b9ca1e7e879021a2baf4c705/17.11/dind/Dockerfile)
 -	[`17.11.0-ce-git`, `17.11.0-git`, `17.11-git`, `17-git`, `edge-git`, `git` (*17.11/git/Dockerfile*)](https://github.com/docker-library/docker/blob/64f6d5eba928dd79b9ca1e7e879021a2baf4c705/17.11/git/Dockerfile)

+ 2 - 2
ghost/README.md

@@ -16,8 +16,8 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`1.18.4`, `1.18`, `1`, `latest` (*1/debian/Dockerfile*)](https://github.com/docker-library/ghost/blob/6b68444d5ed8057be842e99e93e7b98c4e8c9389/1/debian/Dockerfile)
--	[`1.18.4-alpine`, `1.18-alpine`, `1-alpine`, `alpine` (*1/alpine/Dockerfile*)](https://github.com/docker-library/ghost/blob/6b68444d5ed8057be842e99e93e7b98c4e8c9389/1/alpine/Dockerfile)
+-	[`1.19.0`, `1.19`, `1`, `latest` (*1/debian/Dockerfile*)](https://github.com/docker-library/ghost/blob/1e506751c29fb0be921eed1eff856ba93c6f67d2/1/debian/Dockerfile)
+-	[`1.19.0-alpine`, `1.19-alpine`, `1-alpine`, `alpine` (*1/alpine/Dockerfile*)](https://github.com/docker-library/ghost/blob/1e506751c29fb0be921eed1eff856ba93c6f67d2/1/alpine/Dockerfile)
 -	[`0.11.12`, `0.11`, `0` (*0/debian/Dockerfile*)](https://github.com/docker-library/ghost/blob/44dc27d05debece6a738ccbddd85d2ed4adc2eac/0/debian/Dockerfile)
 -	[`0.11.12-alpine`, `0.11-alpine`, `0-alpine` (*0/alpine/Dockerfile*)](https://github.com/docker-library/ghost/blob/44dc27d05debece6a738ccbddd85d2ed4adc2eac/0/alpine/Dockerfile)
 

+ 31 - 28
php/README.md

@@ -16,34 +16,37 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`7.2.0-cli-stretch`, `7.2-cli-stretch`, `7-cli-stretch`, `cli-stretch`, `7.2.0-stretch`, `7.2-stretch`, `7-stretch`, `stretch`, `7.2.0-cli`, `7.2-cli`, `7-cli`, `cli`, `7.2.0`, `7.2`, `7`, `latest` (*7.2/stretch/cli/Dockerfile*)](https://github.com/docker-library/php/blob/f795769559d9ce740e57ebd32f60f8a4569ee5b6/7.2/stretch/cli/Dockerfile)
--	[`7.2.0-apache-stretch`, `7.2-apache-stretch`, `7-apache-stretch`, `apache-stretch`, `7.2.0-apache`, `7.2-apache`, `7-apache`, `apache` (*7.2/stretch/apache/Dockerfile*)](https://github.com/docker-library/php/blob/f795769559d9ce740e57ebd32f60f8a4569ee5b6/7.2/stretch/apache/Dockerfile)
--	[`7.2.0-fpm-stretch`, `7.2-fpm-stretch`, `7-fpm-stretch`, `fpm-stretch`, `7.2.0-fpm`, `7.2-fpm`, `7-fpm`, `fpm` (*7.2/stretch/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/f795769559d9ce740e57ebd32f60f8a4569ee5b6/7.2/stretch/fpm/Dockerfile)
--	[`7.2.0-zts-stretch`, `7.2-zts-stretch`, `7-zts-stretch`, `zts-stretch`, `7.2.0-zts`, `7.2-zts`, `7-zts`, `zts` (*7.2/stretch/zts/Dockerfile*)](https://github.com/docker-library/php/blob/f795769559d9ce740e57ebd32f60f8a4569ee5b6/7.2/stretch/zts/Dockerfile)
--	[`7.2.0-cli-alpine3.6`, `7.2-cli-alpine3.6`, `7-cli-alpine3.6`, `cli-alpine3.6`, `7.2.0-alpine3.6`, `7.2-alpine3.6`, `7-alpine3.6`, `alpine3.6`, `7.2.0-cli-alpine`, `7.2-cli-alpine`, `7-cli-alpine`, `cli-alpine`, `7.2.0-alpine`, `7.2-alpine`, `7-alpine`, `alpine` (*7.2/alpine3.6/cli/Dockerfile*)](https://github.com/docker-library/php/blob/f795769559d9ce740e57ebd32f60f8a4569ee5b6/7.2/alpine3.6/cli/Dockerfile)
--	[`7.2.0-fpm-alpine3.6`, `7.2-fpm-alpine3.6`, `7-fpm-alpine3.6`, `fpm-alpine3.6`, `7.2.0-fpm-alpine`, `7.2-fpm-alpine`, `7-fpm-alpine`, `fpm-alpine` (*7.2/alpine3.6/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/f795769559d9ce740e57ebd32f60f8a4569ee5b6/7.2/alpine3.6/fpm/Dockerfile)
--	[`7.2.0-zts-alpine3.6`, `7.2-zts-alpine3.6`, `7-zts-alpine3.6`, `zts-alpine3.6`, `7.2.0-zts-alpine`, `7.2-zts-alpine`, `7-zts-alpine`, `zts-alpine` (*7.2/alpine3.6/zts/Dockerfile*)](https://github.com/docker-library/php/blob/f795769559d9ce740e57ebd32f60f8a4569ee5b6/7.2/alpine3.6/zts/Dockerfile)
--	[`7.1.12-cli-jessie`, `7.1-cli-jessie`, `7.1.12-jessie`, `7.1-jessie`, `7.1.12-cli`, `7.1-cli`, `7.1.12`, `7.1` (*7.1/jessie/cli/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.1/jessie/cli/Dockerfile)
--	[`7.1.12-apache-jessie`, `7.1-apache-jessie`, `7.1.12-apache`, `7.1-apache` (*7.1/jessie/apache/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.1/jessie/apache/Dockerfile)
--	[`7.1.12-fpm-jessie`, `7.1-fpm-jessie`, `7.1.12-fpm`, `7.1-fpm` (*7.1/jessie/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.1/jessie/fpm/Dockerfile)
--	[`7.1.12-zts-jessie`, `7.1-zts-jessie`, `7.1.12-zts`, `7.1-zts` (*7.1/jessie/zts/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.1/jessie/zts/Dockerfile)
--	[`7.1.12-cli-alpine3.4`, `7.1-cli-alpine3.4`, `7.1.12-alpine3.4`, `7.1-alpine3.4`, `7.1.12-cli-alpine`, `7.1-cli-alpine`, `7.1.12-alpine`, `7.1-alpine` (*7.1/alpine3.4/cli/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.1/alpine3.4/cli/Dockerfile)
--	[`7.1.12-fpm-alpine3.4`, `7.1-fpm-alpine3.4`, `7.1.12-fpm-alpine`, `7.1-fpm-alpine` (*7.1/alpine3.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.1/alpine3.4/fpm/Dockerfile)
--	[`7.1.12-zts-alpine3.4`, `7.1-zts-alpine3.4`, `7.1.12-zts-alpine`, `7.1-zts-alpine` (*7.1/alpine3.4/zts/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.1/alpine3.4/zts/Dockerfile)
--	[`7.0.26-cli-jessie`, `7.0-cli-jessie`, `7.0.26-jessie`, `7.0-jessie`, `7.0.26-cli`, `7.0-cli`, `7.0.26`, `7.0` (*7.0/jessie/cli/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.0/jessie/cli/Dockerfile)
--	[`7.0.26-apache-jessie`, `7.0-apache-jessie`, `7.0.26-apache`, `7.0-apache` (*7.0/jessie/apache/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.0/jessie/apache/Dockerfile)
--	[`7.0.26-fpm-jessie`, `7.0-fpm-jessie`, `7.0.26-fpm`, `7.0-fpm` (*7.0/jessie/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.0/jessie/fpm/Dockerfile)
--	[`7.0.26-zts-jessie`, `7.0-zts-jessie`, `7.0.26-zts`, `7.0-zts` (*7.0/jessie/zts/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.0/jessie/zts/Dockerfile)
--	[`7.0.26-cli-alpine3.4`, `7.0-cli-alpine3.4`, `7.0.26-alpine3.4`, `7.0-alpine3.4`, `7.0.26-cli-alpine`, `7.0-cli-alpine`, `7.0.26-alpine`, `7.0-alpine` (*7.0/alpine3.4/cli/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.0/alpine3.4/cli/Dockerfile)
--	[`7.0.26-fpm-alpine3.4`, `7.0-fpm-alpine3.4`, `7.0.26-fpm-alpine`, `7.0-fpm-alpine` (*7.0/alpine3.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.0/alpine3.4/fpm/Dockerfile)
--	[`7.0.26-zts-alpine3.4`, `7.0-zts-alpine3.4`, `7.0.26-zts-alpine`, `7.0-zts-alpine` (*7.0/alpine3.4/zts/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/7.0/alpine3.4/zts/Dockerfile)
--	[`5.6.32-cli-jessie`, `5.6-cli-jessie`, `5-cli-jessie`, `5.6.32-jessie`, `5.6-jessie`, `5-jessie`, `5.6.32-cli`, `5.6-cli`, `5-cli`, `5.6.32`, `5.6`, `5` (*5.6/jessie/cli/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/5.6/jessie/cli/Dockerfile)
--	[`5.6.32-apache-jessie`, `5.6-apache-jessie`, `5-apache-jessie`, `5.6.32-apache`, `5.6-apache`, `5-apache` (*5.6/jessie/apache/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/5.6/jessie/apache/Dockerfile)
--	[`5.6.32-fpm-jessie`, `5.6-fpm-jessie`, `5-fpm-jessie`, `5.6.32-fpm`, `5.6-fpm`, `5-fpm` (*5.6/jessie/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/5.6/jessie/fpm/Dockerfile)
--	[`5.6.32-zts-jessie`, `5.6-zts-jessie`, `5-zts-jessie`, `5.6.32-zts`, `5.6-zts`, `5-zts` (*5.6/jessie/zts/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/5.6/jessie/zts/Dockerfile)
--	[`5.6.32-cli-alpine3.4`, `5.6-cli-alpine3.4`, `5-cli-alpine3.4`, `5.6.32-alpine3.4`, `5.6-alpine3.4`, `5-alpine3.4`, `5.6.32-cli-alpine`, `5.6-cli-alpine`, `5-cli-alpine`, `5.6.32-alpine`, `5.6-alpine`, `5-alpine` (*5.6/alpine3.4/cli/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/5.6/alpine3.4/cli/Dockerfile)
--	[`5.6.32-fpm-alpine3.4`, `5.6-fpm-alpine3.4`, `5-fpm-alpine3.4`, `5.6.32-fpm-alpine`, `5.6-fpm-alpine`, `5-fpm-alpine` (*5.6/alpine3.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/5.6/alpine3.4/fpm/Dockerfile)
--	[`5.6.32-zts-alpine3.4`, `5.6-zts-alpine3.4`, `5-zts-alpine3.4`, `5.6.32-zts-alpine`, `5.6-zts-alpine`, `5-zts-alpine` (*5.6/alpine3.4/zts/Dockerfile*)](https://github.com/docker-library/php/blob/25e8a9268e5308b127ef1e07e62ed346c9776490/5.6/alpine3.4/zts/Dockerfile)
+-	[`7.2.0-cli-stretch`, `7.2-cli-stretch`, `7-cli-stretch`, `cli-stretch`, `7.2.0-stretch`, `7.2-stretch`, `7-stretch`, `stretch`, `7.2.0-cli`, `7.2-cli`, `7-cli`, `cli`, `7.2.0`, `7.2`, `7`, `latest` (*7.2/stretch/cli/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.2/stretch/cli/Dockerfile)
+-	[`7.2.0-apache-stretch`, `7.2-apache-stretch`, `7-apache-stretch`, `apache-stretch`, `7.2.0-apache`, `7.2-apache`, `7-apache`, `apache` (*7.2/stretch/apache/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.2/stretch/apache/Dockerfile)
+-	[`7.2.0-fpm-stretch`, `7.2-fpm-stretch`, `7-fpm-stretch`, `fpm-stretch`, `7.2.0-fpm`, `7.2-fpm`, `7-fpm`, `fpm` (*7.2/stretch/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.2/stretch/fpm/Dockerfile)
+-	[`7.2.0-zts-stretch`, `7.2-zts-stretch`, `7-zts-stretch`, `zts-stretch`, `7.2.0-zts`, `7.2-zts`, `7-zts`, `zts` (*7.2/stretch/zts/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.2/stretch/zts/Dockerfile)
+-	[`7.2.0-cli-alpine3.7`, `7.2-cli-alpine3.7`, `7-cli-alpine3.7`, `cli-alpine3.7`, `7.2.0-alpine3.7`, `7.2-alpine3.7`, `7-alpine3.7`, `alpine3.7` (*7.2/alpine3.7/cli/Dockerfile*)](https://github.com/docker-library/php/blob/6afe1891039011a7562bd40c5a955f955e52510a/7.2/alpine3.7/cli/Dockerfile)
+-	[`7.2.0-fpm-alpine3.7`, `7.2-fpm-alpine3.7`, `7-fpm-alpine3.7`, `fpm-alpine3.7` (*7.2/alpine3.7/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/6afe1891039011a7562bd40c5a955f955e52510a/7.2/alpine3.7/fpm/Dockerfile)
+-	[`7.2.0-zts-alpine3.7`, `7.2-zts-alpine3.7`, `7-zts-alpine3.7`, `zts-alpine3.7` (*7.2/alpine3.7/zts/Dockerfile*)](https://github.com/docker-library/php/blob/6afe1891039011a7562bd40c5a955f955e52510a/7.2/alpine3.7/zts/Dockerfile)
+-	[`7.2.0-cli-alpine3.6`, `7.2-cli-alpine3.6`, `7-cli-alpine3.6`, `cli-alpine3.6`, `7.2.0-alpine3.6`, `7.2-alpine3.6`, `7-alpine3.6`, `alpine3.6`, `7.2.0-cli-alpine`, `7.2-cli-alpine`, `7-cli-alpine`, `cli-alpine`, `7.2.0-alpine`, `7.2-alpine`, `7-alpine`, `alpine` (*7.2/alpine3.6/cli/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.2/alpine3.6/cli/Dockerfile)
+-	[`7.2.0-fpm-alpine3.6`, `7.2-fpm-alpine3.6`, `7-fpm-alpine3.6`, `fpm-alpine3.6`, `7.2.0-fpm-alpine`, `7.2-fpm-alpine`, `7-fpm-alpine`, `fpm-alpine` (*7.2/alpine3.6/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.2/alpine3.6/fpm/Dockerfile)
+-	[`7.2.0-zts-alpine3.6`, `7.2-zts-alpine3.6`, `7-zts-alpine3.6`, `zts-alpine3.6`, `7.2.0-zts-alpine`, `7.2-zts-alpine`, `7-zts-alpine`, `zts-alpine` (*7.2/alpine3.6/zts/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.2/alpine3.6/zts/Dockerfile)
+-	[`7.1.12-cli-jessie`, `7.1-cli-jessie`, `7.1.12-jessie`, `7.1-jessie`, `7.1.12-cli`, `7.1-cli`, `7.1.12`, `7.1` (*7.1/jessie/cli/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.1/jessie/cli/Dockerfile)
+-	[`7.1.12-apache-jessie`, `7.1-apache-jessie`, `7.1.12-apache`, `7.1-apache` (*7.1/jessie/apache/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.1/jessie/apache/Dockerfile)
+-	[`7.1.12-fpm-jessie`, `7.1-fpm-jessie`, `7.1.12-fpm`, `7.1-fpm` (*7.1/jessie/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.1/jessie/fpm/Dockerfile)
+-	[`7.1.12-zts-jessie`, `7.1-zts-jessie`, `7.1.12-zts`, `7.1-zts` (*7.1/jessie/zts/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.1/jessie/zts/Dockerfile)
+-	[`7.1.12-cli-alpine3.4`, `7.1-cli-alpine3.4`, `7.1.12-alpine3.4`, `7.1-alpine3.4`, `7.1.12-cli-alpine`, `7.1-cli-alpine`, `7.1.12-alpine`, `7.1-alpine` (*7.1/alpine3.4/cli/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.1/alpine3.4/cli/Dockerfile)
+-	[`7.1.12-fpm-alpine3.4`, `7.1-fpm-alpine3.4`, `7.1.12-fpm-alpine`, `7.1-fpm-alpine` (*7.1/alpine3.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.1/alpine3.4/fpm/Dockerfile)
+-	[`7.1.12-zts-alpine3.4`, `7.1-zts-alpine3.4`, `7.1.12-zts-alpine`, `7.1-zts-alpine` (*7.1/alpine3.4/zts/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.1/alpine3.4/zts/Dockerfile)
+-	[`7.0.26-cli-jessie`, `7.0-cli-jessie`, `7.0.26-jessie`, `7.0-jessie`, `7.0.26-cli`, `7.0-cli`, `7.0.26`, `7.0` (*7.0/jessie/cli/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.0/jessie/cli/Dockerfile)
+-	[`7.0.26-apache-jessie`, `7.0-apache-jessie`, `7.0.26-apache`, `7.0-apache` (*7.0/jessie/apache/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.0/jessie/apache/Dockerfile)
+-	[`7.0.26-fpm-jessie`, `7.0-fpm-jessie`, `7.0.26-fpm`, `7.0-fpm` (*7.0/jessie/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.0/jessie/fpm/Dockerfile)
+-	[`7.0.26-zts-jessie`, `7.0-zts-jessie`, `7.0.26-zts`, `7.0-zts` (*7.0/jessie/zts/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.0/jessie/zts/Dockerfile)
+-	[`7.0.26-cli-alpine3.4`, `7.0-cli-alpine3.4`, `7.0.26-alpine3.4`, `7.0-alpine3.4`, `7.0.26-cli-alpine`, `7.0-cli-alpine`, `7.0.26-alpine`, `7.0-alpine` (*7.0/alpine3.4/cli/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.0/alpine3.4/cli/Dockerfile)
+-	[`7.0.26-fpm-alpine3.4`, `7.0-fpm-alpine3.4`, `7.0.26-fpm-alpine`, `7.0-fpm-alpine` (*7.0/alpine3.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.0/alpine3.4/fpm/Dockerfile)
+-	[`7.0.26-zts-alpine3.4`, `7.0-zts-alpine3.4`, `7.0.26-zts-alpine`, `7.0-zts-alpine` (*7.0/alpine3.4/zts/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/7.0/alpine3.4/zts/Dockerfile)
+-	[`5.6.32-cli-jessie`, `5.6-cli-jessie`, `5-cli-jessie`, `5.6.32-jessie`, `5.6-jessie`, `5-jessie`, `5.6.32-cli`, `5.6-cli`, `5-cli`, `5.6.32`, `5.6`, `5` (*5.6/jessie/cli/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/5.6/jessie/cli/Dockerfile)
+-	[`5.6.32-apache-jessie`, `5.6-apache-jessie`, `5-apache-jessie`, `5.6.32-apache`, `5.6-apache`, `5-apache` (*5.6/jessie/apache/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/5.6/jessie/apache/Dockerfile)
+-	[`5.6.32-fpm-jessie`, `5.6-fpm-jessie`, `5-fpm-jessie`, `5.6.32-fpm`, `5.6-fpm`, `5-fpm` (*5.6/jessie/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/5.6/jessie/fpm/Dockerfile)
+-	[`5.6.32-zts-jessie`, `5.6-zts-jessie`, `5-zts-jessie`, `5.6.32-zts`, `5.6-zts`, `5-zts` (*5.6/jessie/zts/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/5.6/jessie/zts/Dockerfile)
+-	[`5.6.32-cli-alpine3.4`, `5.6-cli-alpine3.4`, `5-cli-alpine3.4`, `5.6.32-alpine3.4`, `5.6-alpine3.4`, `5-alpine3.4`, `5.6.32-cli-alpine`, `5.6-cli-alpine`, `5-cli-alpine`, `5.6.32-alpine`, `5.6-alpine`, `5-alpine` (*5.6/alpine3.4/cli/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/5.6/alpine3.4/cli/Dockerfile)
+-	[`5.6.32-fpm-alpine3.4`, `5.6-fpm-alpine3.4`, `5-fpm-alpine3.4`, `5.6.32-fpm-alpine`, `5.6-fpm-alpine`, `5-fpm-alpine` (*5.6/alpine3.4/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/5.6/alpine3.4/fpm/Dockerfile)
+-	[`5.6.32-zts-alpine3.4`, `5.6-zts-alpine3.4`, `5-zts-alpine3.4`, `5.6.32-zts-alpine`, `5.6-zts-alpine`, `5-zts-alpine` (*5.6/alpine3.4/zts/Dockerfile*)](https://github.com/docker-library/php/blob/1a00d92ff469906a4b46f2646d5dfea29ea129f1/5.6/alpine3.4/zts/Dockerfile)
 
 # Quick reference
 

+ 5 - 5
rabbitmq/README.md

@@ -16,11 +16,11 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`3.7.0`, `3.7`, `3`, `latest` (*3.7/debian/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/946a6d268ceb27e21b6658442e0f39e2e1af7649/3.7/debian/Dockerfile)
--	[`3.7.0-management`, `3.7-management`, `3-management`, `management` (*3.7/debian/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/301c52ad6d75075aa8b42b0977e4f54866c0af96/3.7/debian/management/Dockerfile)
--	[`3.7.0-alpine`, `3.7-alpine`, `3-alpine`, `alpine` (*3.7/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/946a6d268ceb27e21b6658442e0f39e2e1af7649/3.7/alpine/Dockerfile)
--	[`3.7.0-management-alpine`, `3.7-management-alpine`, `3-management-alpine`, `management-alpine` (*3.7/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/301c52ad6d75075aa8b42b0977e4f54866c0af96/3.7/alpine/management/Dockerfile)
--	[`3.6.14`, `3.6` (*3.6/debian/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/b8baad22e34295f17fb09e6bcc5ed322e511628f/3.6/debian/Dockerfile)
+-	[`3.7.0`, `3.7`, `3`, `latest` (*3.7/debian/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/f57f88450660d1daaf195e30d05d746279faab40/3.7/debian/Dockerfile)
+-	[`3.7.0-management`, `3.7-management`, `3-management`, `management` (*3.7/debian/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/4b2b11c59ee65c2a09616b163d4572559a86bb7b/3.7/debian/management/Dockerfile)
+-	[`3.7.0-alpine`, `3.7-alpine`, `3-alpine`, `alpine` (*3.7/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/f57f88450660d1daaf195e30d05d746279faab40/3.7/alpine/Dockerfile)
+-	[`3.7.0-management-alpine`, `3.7-management-alpine`, `3-management-alpine`, `management-alpine` (*3.7/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/4b2b11c59ee65c2a09616b163d4572559a86bb7b/3.7/alpine/management/Dockerfile)
+-	[`3.6.14`, `3.6` (*3.6/debian/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/4b2b11c59ee65c2a09616b163d4572559a86bb7b/3.6/debian/Dockerfile)
 -	[`3.6.14-management`, `3.6-management` (*3.6/debian/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/b9eda3e4665c24db70a9a290fddf33bc5c567b10/3.6/debian/management/Dockerfile)
 -	[`3.6.14-alpine`, `3.6-alpine` (*3.6/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/2558d958a0ab9c38f58ad616e387063b33bb229c/3.6/alpine/Dockerfile)
 -	[`3.6.14-management-alpine`, `3.6-management-alpine` (*3.6/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/b9eda3e4665c24db70a9a290fddf33bc5c567b10/3.6/alpine/management/Dockerfile)

+ 1 - 1
rocket.chat/README.md

@@ -16,7 +16,7 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`0.58.4`, `0.58`, `0`, `latest` (*Dockerfile*)](https://github.com/RocketChat/Docker.Official.Image/blob/5b8ac5413b368022ea3a3fc455fefa875941058e/Dockerfile)
+-	[`0.59.6`, `0.59`, `0`, `latest` (*Dockerfile*)](https://github.com/RocketChat/Docker.Official.Image/blob/b739ee434840288e2c0ef8b1c689950c3a309542/Dockerfile)
 
 # Quick reference
 

+ 4 - 4
tomcat/README.md

@@ -20,10 +20,10 @@ WARNING:
 -	[`7.0.82-jre7-alpine`, `7.0-jre7-alpine`, `7-jre7-alpine`, `7.0.82-alpine`, `7.0-alpine`, `7-alpine` (*7/jre7-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/5a78361a9ce7ef48979acbcabe2acd9342d0168a/7/jre7-alpine/Dockerfile)
 -	[`7.0.82-jre8`, `7.0-jre8`, `7-jre8` (*7/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/5802aa060091bb2b18aee4f98a83a155540b978a/7/jre8/Dockerfile)
 -	[`7.0.82-jre8-alpine`, `7.0-jre8-alpine`, `7-jre8-alpine` (*7/jre8-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/5a78361a9ce7ef48979acbcabe2acd9342d0168a/7/jre8-alpine/Dockerfile)
--	[`8.0.47-jre7`, `8.0-jre7`, `8.0.47`, `8.0` (*8.0/jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/1b5b0791e065d9bfdfe84235faf7f77c157ff70d/8.0/jre7/Dockerfile)
--	[`8.0.47-jre7-alpine`, `8.0-jre7-alpine`, `8.0.47-alpine`, `8.0-alpine` (*8.0/jre7-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/5a78361a9ce7ef48979acbcabe2acd9342d0168a/8.0/jre7-alpine/Dockerfile)
--	[`8.0.47-jre8`, `8.0-jre8` (*8.0/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/1b5b0791e065d9bfdfe84235faf7f77c157ff70d/8.0/jre8/Dockerfile)
--	[`8.0.47-jre8-alpine`, `8.0-jre8-alpine` (*8.0/jre8-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/5a78361a9ce7ef48979acbcabe2acd9342d0168a/8.0/jre8-alpine/Dockerfile)
+-	[`8.0.48-jre7`, `8.0-jre7`, `8.0.48`, `8.0` (*8.0/jre7/Dockerfile*)](https://github.com/docker-library/tomcat/blob/be9bb25a8bec9027dc11a05531ecd1f4171c8411/8.0/jre7/Dockerfile)
+-	[`8.0.48-jre7-alpine`, `8.0-jre7-alpine`, `8.0.48-alpine`, `8.0-alpine` (*8.0/jre7-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/0e8cf7367b4e3f3d77e8bc98fcec509bb7a8d7be/8.0/jre7-alpine/Dockerfile)
+-	[`8.0.48-jre8`, `8.0-jre8` (*8.0/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/be9bb25a8bec9027dc11a05531ecd1f4171c8411/8.0/jre8/Dockerfile)
+-	[`8.0.48-jre8-alpine`, `8.0-jre8-alpine` (*8.0/jre8-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/0e8cf7367b4e3f3d77e8bc98fcec509bb7a8d7be/8.0/jre8-alpine/Dockerfile)
 -	[`8.5.24-jre8`, `8.5-jre8`, `8-jre8`, `jre8`, `8.5.24`, `8.5`, `8`, `latest` (*8.5/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/d9a438155caff88fad8114297954e2347b534ce3/8.5/jre8/Dockerfile)
 -	[`8.5.24-jre8-alpine`, `8.5-jre8-alpine`, `8-jre8-alpine`, `jre8-alpine`, `8.5.24-alpine`, `8.5-alpine`, `8-alpine`, `alpine` (*8.5/jre8-alpine/Dockerfile*)](https://github.com/docker-library/tomcat/blob/efab5942d355f9bac6f6e2a99d82a40a564bef3c/8.5/jre8-alpine/Dockerfile)
 -	[`9.0.2-jre8`, `9.0-jre8`, `9-jre8`, `9.0.2`, `9.0`, `9` (*9.0/jre8/Dockerfile*)](https://github.com/docker-library/tomcat/blob/8c3a43c1c4f400ab9dfe6c5fe638b9c5264392c5/9.0/jre8/Dockerfile)