From 8a2bcb8a3e330f2e7a1b4e13696d539fc997fd8c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 19 Mar 2019 23:10:27 +0000 Subject: [PATCH] Run update.sh --- centos/README.md | 2 +- python/README.md | 34 +++++++++++++++++----------------- rabbitmq/README.md | 8 ++++---- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/centos/README.md b/centos/README.md index c6d3b31a0b0a..eff2e97d6d19 100644 --- a/centos/README.md +++ b/centos/README.md @@ -77,7 +77,7 @@ The CentOS Project offers regularly updated images for all active releases. Thes ## Minor tags -Additionally, images with minor version tags that correspond to install media are also offered. **These images DO NOT recieve updates** as they are intended to match installation iso contents. If you choose to use these images it is highly recommended that you include `RUN yum -y update && yum clean all` in your Dockerfile, or otherwise address any potential security concerns. To use these images, please specify the minor version tag: +Additionally, images with minor version tags that correspond to install media are also offered. **These images DO NOT receive updates** as they are intended to match installation iso contents. If you choose to use these images it is highly recommended that you include `RUN yum -y update && yum clean all` in your Dockerfile, or otherwise address any potential security concerns. To use these images, please specify the minor version tag: For example: `docker pull centos:5.11` or `docker pull centos:6.6` diff --git a/python/README.md b/python/README.md index 10da46893d0b..d35927c1732c 100644 --- a/python/README.md +++ b/python/README.md @@ -43,19 +43,19 @@ WARNING: - [`3.6.8-windowsservercore-1709`, `3.6-windowsservercore-1709` (*3.6/windows/windowsservercore-1709/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-1709/Dockerfile) - [`3.6.8-windowsservercore-1803`, `3.6-windowsservercore-1803` (*3.6/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-1803/Dockerfile) - [`3.6.8-windowsservercore-1809`, `3.6-windowsservercore-1809` (*3.6/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-1809/Dockerfile) -- [`3.5.6-stretch`, `3.5-stretch` (*3.5/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/af2cf72d9c6c304d041c88db3e79242fd8c9ce60/3.5/stretch/Dockerfile) -- [`3.5.6-slim-stretch`, `3.5-slim-stretch`, `3.5.6-slim`, `3.5-slim` (*3.5/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/af2cf72d9c6c304d041c88db3e79242fd8c9ce60/3.5/stretch/slim/Dockerfile) -- [`3.5.6-jessie`, `3.5-jessie` (*3.5/jessie/Dockerfile*)](https://github.com/docker-library/python/blob/af2cf72d9c6c304d041c88db3e79242fd8c9ce60/3.5/jessie/Dockerfile) -- [`3.5.6-slim-jessie`, `3.5-slim-jessie` (*3.5/jessie/slim/Dockerfile*)](https://github.com/docker-library/python/blob/af2cf72d9c6c304d041c88db3e79242fd8c9ce60/3.5/jessie/slim/Dockerfile) -- [`3.5.6-alpine3.9`, `3.5-alpine3.9`, `3.5.6-alpine`, `3.5-alpine` (*3.5/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/af2cf72d9c6c304d041c88db3e79242fd8c9ce60/3.5/alpine3.9/Dockerfile) -- [`3.5.6-alpine3.8`, `3.5-alpine3.8` (*3.5/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/af2cf72d9c6c304d041c88db3e79242fd8c9ce60/3.5/alpine3.8/Dockerfile) -- [`3.4.9-stretch`, `3.4-stretch` (*3.4/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/ae9270e7cab01ce5cde6efe89694d04dd9ef9f65/3.4/stretch/Dockerfile) -- [`3.4.9-slim-stretch`, `3.4-slim-stretch`, `3.4.9-slim`, `3.4-slim` (*3.4/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/ae9270e7cab01ce5cde6efe89694d04dd9ef9f65/3.4/stretch/slim/Dockerfile) -- [`3.4.9-jessie`, `3.4-jessie` (*3.4/jessie/Dockerfile*)](https://github.com/docker-library/python/blob/ae9270e7cab01ce5cde6efe89694d04dd9ef9f65/3.4/jessie/Dockerfile) -- [`3.4.9-slim-jessie`, `3.4-slim-jessie` (*3.4/jessie/slim/Dockerfile*)](https://github.com/docker-library/python/blob/ae9270e7cab01ce5cde6efe89694d04dd9ef9f65/3.4/jessie/slim/Dockerfile) -- [`3.4.9-wheezy`, `3.4-wheezy` (*3.4/wheezy/Dockerfile*)](https://github.com/docker-library/python/blob/ae9270e7cab01ce5cde6efe89694d04dd9ef9f65/3.4/wheezy/Dockerfile) -- [`3.4.9-alpine3.9`, `3.4-alpine3.9`, `3.4.9-alpine`, `3.4-alpine` (*3.4/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/ae9270e7cab01ce5cde6efe89694d04dd9ef9f65/3.4/alpine3.9/Dockerfile) -- [`3.4.9-alpine3.8`, `3.4-alpine3.8` (*3.4/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/ae9270e7cab01ce5cde6efe89694d04dd9ef9f65/3.4/alpine3.8/Dockerfile) +- [`3.5.7-stretch`, `3.5-stretch` (*3.5/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/f991b3773d8f50486cfdd06a6f5c208ce38e1ed3/3.5/stretch/Dockerfile) +- [`3.5.7-slim-stretch`, `3.5-slim-stretch`, `3.5.7-slim`, `3.5-slim` (*3.5/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/f991b3773d8f50486cfdd06a6f5c208ce38e1ed3/3.5/stretch/slim/Dockerfile) +- [`3.5.7-jessie`, `3.5-jessie` (*3.5/jessie/Dockerfile*)](https://github.com/docker-library/python/blob/f991b3773d8f50486cfdd06a6f5c208ce38e1ed3/3.5/jessie/Dockerfile) +- [`3.5.7-slim-jessie`, `3.5-slim-jessie` (*3.5/jessie/slim/Dockerfile*)](https://github.com/docker-library/python/blob/f991b3773d8f50486cfdd06a6f5c208ce38e1ed3/3.5/jessie/slim/Dockerfile) +- [`3.5.7-alpine3.9`, `3.5-alpine3.9`, `3.5.7-alpine`, `3.5-alpine` (*3.5/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/f991b3773d8f50486cfdd06a6f5c208ce38e1ed3/3.5/alpine3.9/Dockerfile) +- [`3.5.7-alpine3.8`, `3.5-alpine3.8` (*3.5/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/f991b3773d8f50486cfdd06a6f5c208ce38e1ed3/3.5/alpine3.8/Dockerfile) +- [`3.4.10-stretch`, `3.4-stretch` (*3.4/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/cd7d18f5e1eff40186b496ca214e330ea02edb07/3.4/stretch/Dockerfile) +- [`3.4.10-slim-stretch`, `3.4-slim-stretch`, `3.4.10-slim`, `3.4-slim` (*3.4/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/cd7d18f5e1eff40186b496ca214e330ea02edb07/3.4/stretch/slim/Dockerfile) +- [`3.4.10-jessie`, `3.4-jessie` (*3.4/jessie/Dockerfile*)](https://github.com/docker-library/python/blob/cd7d18f5e1eff40186b496ca214e330ea02edb07/3.4/jessie/Dockerfile) +- [`3.4.10-slim-jessie`, `3.4-slim-jessie` (*3.4/jessie/slim/Dockerfile*)](https://github.com/docker-library/python/blob/cd7d18f5e1eff40186b496ca214e330ea02edb07/3.4/jessie/slim/Dockerfile) +- [`3.4.10-wheezy`, `3.4-wheezy` (*3.4/wheezy/Dockerfile*)](https://github.com/docker-library/python/blob/cd7d18f5e1eff40186b496ca214e330ea02edb07/3.4/wheezy/Dockerfile) +- [`3.4.10-alpine3.9`, `3.4-alpine3.9`, `3.4.10-alpine`, `3.4-alpine` (*3.4/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/cd7d18f5e1eff40186b496ca214e330ea02edb07/3.4/alpine3.9/Dockerfile) +- [`3.4.10-alpine3.8`, `3.4-alpine3.8` (*3.4/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/cd7d18f5e1eff40186b496ca214e330ea02edb07/3.4/alpine3.8/Dockerfile) - [`2.7.16-stretch`, `2.7-stretch`, `2-stretch` (*2.7/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/stretch/Dockerfile) - [`2.7.16-slim-stretch`, `2.7-slim-stretch`, `2-slim-stretch`, `2.7.16-slim`, `2.7-slim`, `2-slim` (*2.7/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/stretch/slim/Dockerfile) - [`2.7.16-jessie`, `2.7-jessie`, `2-jessie` (*2.7/jessie/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/jessie/Dockerfile) @@ -103,10 +103,10 @@ WARNING: - [`3.6.8-windowsservercore-1709` (*3.6/windows/windowsservercore-1709/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-1709/Dockerfile) - [`3.6.8-windowsservercore-1803` (*3.6/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-1803/Dockerfile) - [`3.6.8-windowsservercore-1809` (*3.6/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-1809/Dockerfile) -- `3.5.6`, `3.5`: - - [`3.5.6-stretch` (*3.5/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/af2cf72d9c6c304d041c88db3e79242fd8c9ce60/3.5/stretch/Dockerfile) -- `3.4.9`, `3.4`: - - [`3.4.9-stretch` (*3.4/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/ae9270e7cab01ce5cde6efe89694d04dd9ef9f65/3.4/stretch/Dockerfile) +- `3.5.7`, `3.5`: + - [`3.5.7-stretch` (*3.5/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/f991b3773d8f50486cfdd06a6f5c208ce38e1ed3/3.5/stretch/Dockerfile) +- `3.4.10`, `3.4`: + - [`3.4.10-stretch` (*3.4/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/cd7d18f5e1eff40186b496ca214e330ea02edb07/3.4/stretch/Dockerfile) - `2.7.16`, `2.7`, `2`: - [`2.7.16-stretch` (*2.7/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/stretch/Dockerfile) - [`2.7.16-windowsservercore-ltsc2016` (*2.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/windows/windowsservercore-ltsc2016/Dockerfile) diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 21fd4c89b38d..e09867ee3a49 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -16,13 +16,13 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`3.8.0-beta.3`, `3.8-rc` (*3.8-rc/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/5fe8361fc2b14587c44f7b6c573e442cf2cbdcd4/3.8-rc/ubuntu/Dockerfile) +- [`3.8.0-beta.3`, `3.8-rc` (*3.8-rc/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/676cc7748cbbb3fde8491bbd6e5633d5eb1a0ef6/3.8-rc/ubuntu/Dockerfile) - [`3.8.0-beta.3-management`, `3.8-rc-management` (*3.8-rc/ubuntu/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/3a5957b93e31661739a9018bc2ae5d20f1bfae59/3.8-rc/ubuntu/management/Dockerfile) -- [`3.8.0-beta.3-alpine`, `3.8-rc-alpine` (*3.8-rc/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/5fe8361fc2b14587c44f7b6c573e442cf2cbdcd4/3.8-rc/alpine/Dockerfile) +- [`3.8.0-beta.3-alpine`, `3.8-rc-alpine` (*3.8-rc/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/676cc7748cbbb3fde8491bbd6e5633d5eb1a0ef6/3.8-rc/alpine/Dockerfile) - [`3.8.0-beta.3-management-alpine`, `3.8-rc-management-alpine` (*3.8-rc/alpine/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/3a5957b93e31661739a9018bc2ae5d20f1bfae59/3.8-rc/alpine/management/Dockerfile) -- [`3.7.13`, `3.7`, `3`, `latest` (*3.7/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/fe180abbbcdec93323805133205fc345e67784b9/3.7/ubuntu/Dockerfile) +- [`3.7.13`, `3.7`, `3`, `latest` (*3.7/ubuntu/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/064d595490cc5595f50b98cfc801abbbca2b5afd/3.7/ubuntu/Dockerfile) - [`3.7.13-management`, `3.7-management`, `3-management`, `management` (*3.7/ubuntu/management/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/f22c0b266cfeb8cb6d776f9e6a961908c2557ad3/3.7/ubuntu/management/Dockerfile) -- [`3.7.13-alpine`, `3.7-alpine`, `3-alpine`, `alpine` (*3.7/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/fe180abbbcdec93323805133205fc345e67784b9/3.7/alpine/Dockerfile) +- [`3.7.13-alpine`, `3.7-alpine`, `3-alpine`, `alpine` (*3.7/alpine/Dockerfile*)](https://github.com/docker-library/rabbitmq/blob/064d595490cc5595f50b98cfc801abbbca2b5afd/3.7/alpine/Dockerfile) - [`3.7.13-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) # Quick reference