Browse Source

Run update.sh

Docker Library Bot 6 years ago
parent
commit
6b7df59657
9 changed files with 111 additions and 111 deletions
  1. 4 4
      ghost/README.md
  2. 2 2
      kong/README.md
  3. 3 3
      mysql/README.md
  4. 7 7
      openjdk/README.md
  5. 3 3
      php-zendserver/README.md
  6. 10 10
      php/README.md
  7. 10 10
      postgres/README.md
  8. 6 6
      pypy/README.md
  9. 66 66
      python/README.md

+ 4 - 4
ghost/README.md

@@ -16,10 +16,10 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`2.20.1`, `2.20`, `2`, `latest` (*2/debian/Dockerfile*)](https://github.com/docker-library/ghost/blob/2fd94097ba5a9690401cb8d52c3319f8dd78d0a1/2/debian/Dockerfile)
--	[`2.20.1-alpine`, `2.20-alpine`, `2-alpine`, `alpine` (*2/alpine/Dockerfile*)](https://github.com/docker-library/ghost/blob/2fd94097ba5a9690401cb8d52c3319f8dd78d0a1/2/alpine/Dockerfile)
--	[`1.25.7`, `1.25`, `1` (*1/debian/Dockerfile*)](https://github.com/docker-library/ghost/blob/c4b0064aa0ef96e7fea06bbbd41ab82722a7f80c/1/debian/Dockerfile)
--	[`1.25.7-alpine`, `1.25-alpine`, `1-alpine` (*1/alpine/Dockerfile*)](https://github.com/docker-library/ghost/blob/c4b0064aa0ef96e7fea06bbbd41ab82722a7f80c/1/alpine/Dockerfile)
+-	[`2.21.0`, `2.21`, `2`, `latest` (*2/debian/Dockerfile*)](https://github.com/docker-library/ghost/blob/9a12514dcb26aa9ec2620cb4b1f0991f10396a89/2/debian/Dockerfile)
+-	[`2.21.0-alpine`, `2.21-alpine`, `2-alpine`, `alpine` (*2/alpine/Dockerfile*)](https://github.com/docker-library/ghost/blob/9a12514dcb26aa9ec2620cb4b1f0991f10396a89/2/alpine/Dockerfile)
+-	[`1.25.7`, `1.25`, `1` (*1/debian/Dockerfile*)](https://github.com/docker-library/ghost/blob/bc588b8dd2c412c23e352b6e8eb53e0025ef4726/1/debian/Dockerfile)
+-	[`1.25.7-alpine`, `1.25-alpine`, `1-alpine` (*1/alpine/Dockerfile*)](https://github.com/docker-library/ghost/blob/bc588b8dd2c412c23e352b6e8eb53e0025ef4726/1/alpine/Dockerfile)
 
 # Quick reference
 

+ 2 - 2
kong/README.md

@@ -16,8 +16,8 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`1.1.1-alpine`, `1.1.1`, `1.1`, `latest` (*alpine/Dockerfile*)](https://github.com/Kong/docker-kong/blob/9cf28d20dd17f66c957d2a58fe9361a99f92bf09/alpine/Dockerfile)
--	[`1.1.1-centos`, `1.1-centos` (*centos/Dockerfile*)](https://github.com/Kong/docker-kong/blob/9cf28d20dd17f66c957d2a58fe9361a99f92bf09/centos/Dockerfile)
+-	[`1.1.2-alpine`, `1.1.2`, `1.1`, `latest` (*alpine/Dockerfile*)](https://github.com/Kong/docker-kong/blob/bb4efafd0e2272be1c27b9aa2de60cd0022a3fad/alpine/Dockerfile)
+-	[`1.1.2-centos`, `1.1-centos` (*centos/Dockerfile*)](https://github.com/Kong/docker-kong/blob/bb4efafd0e2272be1c27b9aa2de60cd0022a3fad/centos/Dockerfile)
 -	[`1.0.3-alpine`, `1.0.3`, `1.0` (*alpine/Dockerfile*)](https://github.com/Kong/docker-kong/blob/61ca745bf9ae97af6d950dace81680a855b96a45/alpine/Dockerfile)
 -	[`1.0.3-centos`, `1.0-centos` (*centos/Dockerfile*)](https://github.com/Kong/docker-kong/blob/61ca745bf9ae97af6d950dace81680a855b96a45/centos/Dockerfile)
 -	[`0.15.0-alpine`, `0.15-alpine`, `0.15.0`, `0.15` (*alpine/Dockerfile*)](https://github.com/Kong/docker-kong/blob/7b766824d850af001d0c6c7a0ecbaced4522d575/alpine/Dockerfile)

+ 3 - 3
mysql/README.md

@@ -16,9 +16,9 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`8.0.15`, `8.0`, `8`, `latest` (*8.0/Dockerfile*)](https://github.com/docker-library/mysql/blob/a7a737f1eb44db467c85c8229df9d886dd63460e/8.0/Dockerfile)
--	[`5.7.25`, `5.7`, `5` (*5.7/Dockerfile*)](https://github.com/docker-library/mysql/blob/bb7ea52db4e12d3fb526450d22382d5cd8cd41ca/5.7/Dockerfile)
--	[`5.6.43`, `5.6` (*5.6/Dockerfile*)](https://github.com/docker-library/mysql/blob/c0454b9e0ede6050deb66e2aabbc213b11b3eefe/5.6/Dockerfile)
+-	[`8.0.16`, `8.0`, `8`, `latest` (*8.0/Dockerfile*)](https://github.com/docker-library/mysql/blob/130bd8e46a3da1adfc1732a08c70673e20aa5977/8.0/Dockerfile)
+-	[`5.7.26`, `5.7`, `5` (*5.7/Dockerfile*)](https://github.com/docker-library/mysql/blob/26380f33a0fcd07dda35e37516eb24eaf962845c/5.7/Dockerfile)
+-	[`5.6.44`, `5.6` (*5.6/Dockerfile*)](https://github.com/docker-library/mysql/blob/38510a26f56f429817da7cabf5c772756faa5e55/5.6/Dockerfile)
 -	[`5.5.62`, `5.5` (*5.5/Dockerfile*)](https://github.com/docker-library/mysql/blob/696fc899126ae00771b5d87bdadae836e704ae7d/5.5/Dockerfile)
 
 # Quick reference

+ 7 - 7
openjdk/README.md

@@ -34,9 +34,9 @@ WARNING:
 -	[`8u212-jdk-stretch`, `8u212-stretch`, `8-jdk-stretch`, `8-stretch` (*8/jdk/Dockerfile*)](https://github.com/docker-library/openjdk/blob/b8ce9eff38451de3282b2eb2bcd8b520fb95e1ce/8/jdk/Dockerfile)
 -	[`8u212-jdk-slim-stretch`, `8u212-slim-stretch`, `8-jdk-slim-stretch`, `8-slim-stretch`, `8u212-jdk-slim`, `8u212-slim`, `8-jdk-slim`, `8-slim` (*8/jdk/slim/Dockerfile*)](https://github.com/docker-library/openjdk/blob/b8ce9eff38451de3282b2eb2bcd8b520fb95e1ce/8/jdk/slim/Dockerfile)
 -	[`8u201-jdk-alpine3.9`, `8u201-alpine3.9`, `8-jdk-alpine3.9`, `8-alpine3.9`, `8u201-jdk-alpine`, `8u201-alpine`, `8-jdk-alpine`, `8-alpine` (*8/jdk/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/bbb929b5877fd14377f8b1d40a1eb1a9ebf39e2f/8/jdk/alpine/Dockerfile)
--	[`8u201-jdk-windowsservercore-ltsc2016`, `8u201-windowsservercore-ltsc2016`, `8-jdk-windowsservercore-ltsc2016`, `8-windowsservercore-ltsc2016` (*8/jdk/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/openjdk/blob/9850ebc9cb840b259aebcf4de1f19cc3b7621810/8/jdk/windows/windowsservercore-ltsc2016/Dockerfile)
--	[`8u201-jdk-windowsservercore-1803`, `8u201-windowsservercore-1803`, `8-jdk-windowsservercore-1803`, `8-windowsservercore-1803` (*8/jdk/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/openjdk/blob/9850ebc9cb840b259aebcf4de1f19cc3b7621810/8/jdk/windows/windowsservercore-1803/Dockerfile)
--	[`8u201-jdk-windowsservercore-1809`, `8u201-windowsservercore-1809`, `8-jdk-windowsservercore-1809`, `8-windowsservercore-1809` (*8/jdk/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/openjdk/blob/9850ebc9cb840b259aebcf4de1f19cc3b7621810/8/jdk/windows/windowsservercore-1809/Dockerfile)
+-	[`8u212-jdk-windowsservercore-ltsc2016`, `8u212-windowsservercore-ltsc2016`, `8-jdk-windowsservercore-ltsc2016`, `8-windowsservercore-ltsc2016` (*8/jdk/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/openjdk/blob/d617d7e4b951735c512f3d5ac7672f7394115c91/8/jdk/windows/windowsservercore-ltsc2016/Dockerfile)
+-	[`8u212-jdk-windowsservercore-1803`, `8u212-windowsservercore-1803`, `8-jdk-windowsservercore-1803`, `8-windowsservercore-1803` (*8/jdk/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/openjdk/blob/d617d7e4b951735c512f3d5ac7672f7394115c91/8/jdk/windows/windowsservercore-1803/Dockerfile)
+-	[`8u212-jdk-windowsservercore-1809`, `8u212-windowsservercore-1809`, `8-jdk-windowsservercore-1809`, `8-windowsservercore-1809` (*8/jdk/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/openjdk/blob/d617d7e4b951735c512f3d5ac7672f7394115c91/8/jdk/windows/windowsservercore-1809/Dockerfile)
 -	[`8u212-jre-stretch`, `8-jre-stretch` (*8/jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/b8ce9eff38451de3282b2eb2bcd8b520fb95e1ce/8/jre/Dockerfile)
 -	[`8u212-jre-slim-stretch`, `8-jre-slim-stretch`, `8u212-jre-slim`, `8-jre-slim` (*8/jre/slim/Dockerfile*)](https://github.com/docker-library/openjdk/blob/b8ce9eff38451de3282b2eb2bcd8b520fb95e1ce/8/jre/slim/Dockerfile)
 -	[`8u201-jre-alpine3.9`, `8-jre-alpine3.9`, `8u201-jre-alpine`, `8-jre-alpine` (*8/jre/alpine/Dockerfile*)](https://github.com/docker-library/openjdk/blob/bbb929b5877fd14377f8b1d40a1eb1a9ebf39e2f/8/jre/alpine/Dockerfile)
@@ -73,10 +73,10 @@ WARNING:
 	-	[`11.0.3-jre-stretch` (*11/jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/178c542fbb93a8f8a42e331b73a1214c9d8ba81d/11/jre/Dockerfile)
 -	`8u212-jdk`, `8u212`, `8-jdk`, `8`:
 	-	[`8u212-jdk-stretch` (*8/jdk/Dockerfile*)](https://github.com/docker-library/openjdk/blob/b8ce9eff38451de3282b2eb2bcd8b520fb95e1ce/8/jdk/Dockerfile)
--	`8u201-jdk-windowsservercore`, `8u201-windowsservercore`, `8-jdk-windowsservercore`, `8-windowsservercore`:
-	-	[`8u201-jdk-windowsservercore-ltsc2016` (*8/jdk/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/openjdk/blob/9850ebc9cb840b259aebcf4de1f19cc3b7621810/8/jdk/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`8u201-jdk-windowsservercore-1803` (*8/jdk/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/openjdk/blob/9850ebc9cb840b259aebcf4de1f19cc3b7621810/8/jdk/windows/windowsservercore-1803/Dockerfile)
-	-	[`8u201-jdk-windowsservercore-1809` (*8/jdk/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/openjdk/blob/9850ebc9cb840b259aebcf4de1f19cc3b7621810/8/jdk/windows/windowsservercore-1809/Dockerfile)
+-	`8u212-jdk-windowsservercore`, `8u212-windowsservercore`, `8-jdk-windowsservercore`, `8-windowsservercore`:
+	-	[`8u212-jdk-windowsservercore-ltsc2016` (*8/jdk/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/openjdk/blob/d617d7e4b951735c512f3d5ac7672f7394115c91/8/jdk/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`8u212-jdk-windowsservercore-1803` (*8/jdk/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/openjdk/blob/d617d7e4b951735c512f3d5ac7672f7394115c91/8/jdk/windows/windowsservercore-1803/Dockerfile)
+	-	[`8u212-jdk-windowsservercore-1809` (*8/jdk/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/openjdk/blob/d617d7e4b951735c512f3d5ac7672f7394115c91/8/jdk/windows/windowsservercore-1809/Dockerfile)
 -	`8u212-jre`, `8-jre`:
 	-	[`8u212-jre-stretch` (*8/jre/Dockerfile*)](https://github.com/docker-library/openjdk/blob/b8ce9eff38451de3282b2eb2bcd8b520fb95e1ce/8/jre/Dockerfile)
 -	`7u211-jdk`, `7u211`, `7-jdk`, `7`:

+ 3 - 3
php-zendserver/README.md

@@ -16,9 +16,9 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`5.6`, `8.5-php5.6`, `8.5` (*8.5/5.6/Dockerfile*)](https://github.com/zendtech/php-zendserver-docker/blob/78105bf7c9123abbb432ddba50d73ecb482062ca/8.5/5.6/Dockerfile)
--	[`9.1` (*9.1/7.1/Dockerfile*)](https://github.com/zendtech/php-zendserver-docker/blob/78105bf7c9123abbb432ddba50d73ecb482062ca/9.1/7.1/Dockerfile)
--	[`2018.0`, `latest` (*2018.0/7.2/Dockerfile*)](https://github.com/zendtech/php-zendserver-docker/blob/78105bf7c9123abbb432ddba50d73ecb482062ca/2018.0/7.2/Dockerfile)
+-	[`5.6`, `8.5-php5.6`, `8.5` (*8.5/5.6/Dockerfile*)](https://github.com/zendtech/php-zendserver-docker/blob/7afd3fc8a38fb255a511962077343d1b9078ea13/8.5/5.6/Dockerfile)
+-	[`9.1` (*9.1/7.1/Dockerfile*)](https://github.com/zendtech/php-zendserver-docker/blob/7afd3fc8a38fb255a511962077343d1b9078ea13/9.1/7.1/Dockerfile)
+-	[`2018.0`, `latest` (*2018.0/7.2/Dockerfile*)](https://github.com/zendtech/php-zendserver-docker/blob/7afd3fc8a38fb255a511962077343d1b9078ea13/2018.0/7.2/Dockerfile)
 
 # Quick reference
 

+ 10 - 10
php/README.md

@@ -18,37 +18,37 @@ WARNING:
 
 -	[`7.3.4-cli-stretch`, `7.3-cli-stretch`, `7-cli-stretch`, `cli-stretch`, `7.3.4-stretch`, `7.3-stretch`, `7-stretch`, `stretch`, `7.3.4-cli`, `7.3-cli`, `7-cli`, `cli`, `7.3.4`, `7.3`, `7`, `latest` (*7.3/stretch/cli/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/stretch/cli/Dockerfile)
 -	[`7.3.4-apache-stretch`, `7.3-apache-stretch`, `7-apache-stretch`, `apache-stretch`, `7.3.4-apache`, `7.3-apache`, `7-apache`, `apache` (*7.3/stretch/apache/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/stretch/apache/Dockerfile)
--	[`7.3.4-fpm-stretch`, `7.3-fpm-stretch`, `7-fpm-stretch`, `fpm-stretch`, `7.3.4-fpm`, `7.3-fpm`, `7-fpm`, `fpm` (*7.3/stretch/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/stretch/fpm/Dockerfile)
+-	[`7.3.4-fpm-stretch`, `7.3-fpm-stretch`, `7-fpm-stretch`, `fpm-stretch`, `7.3.4-fpm`, `7.3-fpm`, `7-fpm`, `fpm` (*7.3/stretch/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.3/stretch/fpm/Dockerfile)
 -	[`7.3.4-zts-stretch`, `7.3-zts-stretch`, `7-zts-stretch`, `zts-stretch`, `7.3.4-zts`, `7.3-zts`, `7-zts`, `zts` (*7.3/stretch/zts/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/stretch/zts/Dockerfile)
 -	[`7.3.4-cli-alpine3.9`, `7.3-cli-alpine3.9`, `7-cli-alpine3.9`, `cli-alpine3.9`, `7.3.4-alpine3.9`, `7.3-alpine3.9`, `7-alpine3.9`, `alpine3.9`, `7.3.4-cli-alpine`, `7.3-cli-alpine`, `7-cli-alpine`, `cli-alpine`, `7.3.4-alpine`, `7.3-alpine`, `7-alpine`, `alpine` (*7.3/alpine3.9/cli/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/alpine3.9/cli/Dockerfile)
--	[`7.3.4-fpm-alpine3.9`, `7.3-fpm-alpine3.9`, `7-fpm-alpine3.9`, `fpm-alpine3.9`, `7.3.4-fpm-alpine`, `7.3-fpm-alpine`, `7-fpm-alpine`, `fpm-alpine` (*7.3/alpine3.9/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/alpine3.9/fpm/Dockerfile)
+-	[`7.3.4-fpm-alpine3.9`, `7.3-fpm-alpine3.9`, `7-fpm-alpine3.9`, `fpm-alpine3.9`, `7.3.4-fpm-alpine`, `7.3-fpm-alpine`, `7-fpm-alpine`, `fpm-alpine` (*7.3/alpine3.9/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.3/alpine3.9/fpm/Dockerfile)
 -	[`7.3.4-zts-alpine3.9`, `7.3-zts-alpine3.9`, `7-zts-alpine3.9`, `zts-alpine3.9`, `7.3.4-zts-alpine`, `7.3-zts-alpine`, `7-zts-alpine`, `zts-alpine` (*7.3/alpine3.9/zts/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/alpine3.9/zts/Dockerfile)
 -	[`7.3.4-cli-alpine3.8`, `7.3-cli-alpine3.8`, `7-cli-alpine3.8`, `cli-alpine3.8`, `7.3.4-alpine3.8`, `7.3-alpine3.8`, `7-alpine3.8`, `alpine3.8` (*7.3/alpine3.8/cli/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/alpine3.8/cli/Dockerfile)
--	[`7.3.4-fpm-alpine3.8`, `7.3-fpm-alpine3.8`, `7-fpm-alpine3.8`, `fpm-alpine3.8` (*7.3/alpine3.8/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/alpine3.8/fpm/Dockerfile)
+-	[`7.3.4-fpm-alpine3.8`, `7.3-fpm-alpine3.8`, `7-fpm-alpine3.8`, `fpm-alpine3.8` (*7.3/alpine3.8/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.3/alpine3.8/fpm/Dockerfile)
 -	[`7.3.4-zts-alpine3.8`, `7.3-zts-alpine3.8`, `7-zts-alpine3.8`, `zts-alpine3.8` (*7.3/alpine3.8/zts/Dockerfile*)](https://github.com/docker-library/php/blob/a5c895da277a71578af9561b0e282e6cb0764434/7.3/alpine3.8/zts/Dockerfile)
 -	[`7.2.17-cli-stretch`, `7.2-cli-stretch`, `7.2.17-stretch`, `7.2-stretch`, `7.2.17-cli`, `7.2-cli`, `7.2.17`, `7.2` (*7.2/stretch/cli/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/stretch/cli/Dockerfile)
 -	[`7.2.17-apache-stretch`, `7.2-apache-stretch`, `7.2.17-apache`, `7.2-apache` (*7.2/stretch/apache/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/stretch/apache/Dockerfile)
--	[`7.2.17-fpm-stretch`, `7.2-fpm-stretch`, `7.2.17-fpm`, `7.2-fpm` (*7.2/stretch/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/stretch/fpm/Dockerfile)
+-	[`7.2.17-fpm-stretch`, `7.2-fpm-stretch`, `7.2.17-fpm`, `7.2-fpm` (*7.2/stretch/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.2/stretch/fpm/Dockerfile)
 -	[`7.2.17-zts-stretch`, `7.2-zts-stretch`, `7.2.17-zts`, `7.2-zts` (*7.2/stretch/zts/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/stretch/zts/Dockerfile)
 -	[`7.2.17-cli-alpine3.9`, `7.2-cli-alpine3.9`, `7.2.17-alpine3.9`, `7.2-alpine3.9`, `7.2.17-cli-alpine`, `7.2-cli-alpine`, `7.2.17-alpine`, `7.2-alpine` (*7.2/alpine3.9/cli/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/alpine3.9/cli/Dockerfile)
--	[`7.2.17-fpm-alpine3.9`, `7.2-fpm-alpine3.9`, `7.2.17-fpm-alpine`, `7.2-fpm-alpine` (*7.2/alpine3.9/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/alpine3.9/fpm/Dockerfile)
+-	[`7.2.17-fpm-alpine3.9`, `7.2-fpm-alpine3.9`, `7.2.17-fpm-alpine`, `7.2-fpm-alpine` (*7.2/alpine3.9/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.2/alpine3.9/fpm/Dockerfile)
 -	[`7.2.17-zts-alpine3.9`, `7.2-zts-alpine3.9`, `7.2.17-zts-alpine`, `7.2-zts-alpine` (*7.2/alpine3.9/zts/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/alpine3.9/zts/Dockerfile)
 -	[`7.2.17-cli-alpine3.8`, `7.2-cli-alpine3.8`, `7.2.17-alpine3.8`, `7.2-alpine3.8` (*7.2/alpine3.8/cli/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/alpine3.8/cli/Dockerfile)
--	[`7.2.17-fpm-alpine3.8`, `7.2-fpm-alpine3.8` (*7.2/alpine3.8/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/alpine3.8/fpm/Dockerfile)
+-	[`7.2.17-fpm-alpine3.8`, `7.2-fpm-alpine3.8` (*7.2/alpine3.8/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.2/alpine3.8/fpm/Dockerfile)
 -	[`7.2.17-zts-alpine3.8`, `7.2-zts-alpine3.8` (*7.2/alpine3.8/zts/Dockerfile*)](https://github.com/docker-library/php/blob/cf02ea0f79cf7cff3853f6d4254b95b65d44cc12/7.2/alpine3.8/zts/Dockerfile)
 -	[`7.1.28-cli-stretch`, `7.1-cli-stretch`, `7.1.28-stretch`, `7.1-stretch`, `7.1.28-cli`, `7.1-cli`, `7.1.28`, `7.1` (*7.1/stretch/cli/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/stretch/cli/Dockerfile)
 -	[`7.1.28-apache-stretch`, `7.1-apache-stretch`, `7.1.28-apache`, `7.1-apache` (*7.1/stretch/apache/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/stretch/apache/Dockerfile)
--	[`7.1.28-fpm-stretch`, `7.1-fpm-stretch`, `7.1.28-fpm`, `7.1-fpm` (*7.1/stretch/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/stretch/fpm/Dockerfile)
+-	[`7.1.28-fpm-stretch`, `7.1-fpm-stretch`, `7.1.28-fpm`, `7.1-fpm` (*7.1/stretch/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.1/stretch/fpm/Dockerfile)
 -	[`7.1.28-zts-stretch`, `7.1-zts-stretch`, `7.1.28-zts`, `7.1-zts` (*7.1/stretch/zts/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/stretch/zts/Dockerfile)
 -	[`7.1.28-cli-jessie`, `7.1-cli-jessie`, `7.1.28-jessie`, `7.1-jessie` (*7.1/jessie/cli/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/jessie/cli/Dockerfile)
 -	[`7.1.28-apache-jessie`, `7.1-apache-jessie` (*7.1/jessie/apache/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/jessie/apache/Dockerfile)
--	[`7.1.28-fpm-jessie`, `7.1-fpm-jessie` (*7.1/jessie/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/jessie/fpm/Dockerfile)
+-	[`7.1.28-fpm-jessie`, `7.1-fpm-jessie` (*7.1/jessie/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.1/jessie/fpm/Dockerfile)
 -	[`7.1.28-zts-jessie`, `7.1-zts-jessie` (*7.1/jessie/zts/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/jessie/zts/Dockerfile)
 -	[`7.1.28-cli-alpine3.9`, `7.1-cli-alpine3.9`, `7.1.28-alpine3.9`, `7.1-alpine3.9`, `7.1.28-cli-alpine`, `7.1-cli-alpine`, `7.1.28-alpine`, `7.1-alpine` (*7.1/alpine3.9/cli/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/alpine3.9/cli/Dockerfile)
--	[`7.1.28-fpm-alpine3.9`, `7.1-fpm-alpine3.9`, `7.1.28-fpm-alpine`, `7.1-fpm-alpine` (*7.1/alpine3.9/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/alpine3.9/fpm/Dockerfile)
+-	[`7.1.28-fpm-alpine3.9`, `7.1-fpm-alpine3.9`, `7.1.28-fpm-alpine`, `7.1-fpm-alpine` (*7.1/alpine3.9/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.1/alpine3.9/fpm/Dockerfile)
 -	[`7.1.28-zts-alpine3.9`, `7.1-zts-alpine3.9`, `7.1.28-zts-alpine`, `7.1-zts-alpine` (*7.1/alpine3.9/zts/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/alpine3.9/zts/Dockerfile)
 -	[`7.1.28-cli-alpine3.8`, `7.1-cli-alpine3.8`, `7.1.28-alpine3.8`, `7.1-alpine3.8` (*7.1/alpine3.8/cli/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/alpine3.8/cli/Dockerfile)
--	[`7.1.28-fpm-alpine3.8`, `7.1-fpm-alpine3.8` (*7.1/alpine3.8/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/alpine3.8/fpm/Dockerfile)
+-	[`7.1.28-fpm-alpine3.8`, `7.1-fpm-alpine3.8` (*7.1/alpine3.8/fpm/Dockerfile*)](https://github.com/docker-library/php/blob/545a73c9704c5f74b79f4373ffa02776159079a5/7.1/alpine3.8/fpm/Dockerfile)
 -	[`7.1.28-zts-alpine3.8`, `7.1-zts-alpine3.8` (*7.1/alpine3.8/zts/Dockerfile*)](https://github.com/docker-library/php/blob/4ac9fae8a99dabcd15f660f8c950a51a1fc6b833/7.1/alpine3.8/zts/Dockerfile)
 
 # Quick reference

+ 10 - 10
postgres/README.md

@@ -16,16 +16,16 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`11.2`, `11`, `latest` (*11/Dockerfile*)](https://github.com/docker-library/postgres/blob/7e80419825e4bab4e749bc61334570ffc261ea5e/11/Dockerfile)
--	[`11.2-alpine`, `11-alpine`, `alpine` (*11/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/6c3b27f1433ad81675afb386a182098dc867e3e8/11/alpine/Dockerfile)
--	[`10.7`, `10` (*10/Dockerfile*)](https://github.com/docker-library/postgres/blob/ef04f3055bab11b10d3d5c41a659acfacf2c850b/10/Dockerfile)
--	[`10.7-alpine`, `10-alpine` (*10/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/cc305ee1c59d93ac1808108edda6556b879374a4/10/alpine/Dockerfile)
--	[`9.6.12`, `9.6`, `9` (*9.6/Dockerfile*)](https://github.com/docker-library/postgres/blob/a9610d18de51c189c9d4b0197c408e2e3bfb7917/9.6/Dockerfile)
--	[`9.6.12-alpine`, `9.6-alpine`, `9-alpine` (*9.6/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/122fb0bdcc8058166d7535d30724278efbe41e86/9.6/alpine/Dockerfile)
--	[`9.5.16`, `9.5` (*9.5/Dockerfile*)](https://github.com/docker-library/postgres/blob/58793919b63a1e0b2a9797b857bf435276e28436/9.5/Dockerfile)
--	[`9.5.16-alpine`, `9.5-alpine` (*9.5/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/c6da877bba4184e5e112032f52e36bcabccc6ce8/9.5/alpine/Dockerfile)
--	[`9.4.21`, `9.4` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/23d28bb5957e74cfa1167262fffaddab1bdea4d6/9.4/Dockerfile)
--	[`9.4.21-alpine`, `9.4-alpine` (*9.4/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/fd5c083fcfb276b9cc2299057a8c6c8431bc3b0a/9.4/alpine/Dockerfile)
+-	[`11.2`, `11`, `latest` (*11/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/11/Dockerfile)
+-	[`11.2-alpine`, `11-alpine`, `alpine` (*11/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/11/alpine/Dockerfile)
+-	[`10.7`, `10` (*10/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/10/Dockerfile)
+-	[`10.7-alpine`, `10-alpine` (*10/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/10/alpine/Dockerfile)
+-	[`9.6.12`, `9.6`, `9` (*9.6/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/9.6/Dockerfile)
+-	[`9.6.12-alpine`, `9.6-alpine`, `9-alpine` (*9.6/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/9.6/alpine/Dockerfile)
+-	[`9.5.16`, `9.5` (*9.5/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/9.5/Dockerfile)
+-	[`9.5.16-alpine`, `9.5-alpine` (*9.5/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/9.5/alpine/Dockerfile)
+-	[`9.4.21`, `9.4` (*9.4/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/9.4/Dockerfile)
+-	[`9.4.21-alpine`, `9.4-alpine` (*9.4/alpine/Dockerfile*)](https://github.com/docker-library/postgres/blob/85aadc08c347cd20f199902c4b8b4f736341c3b8/9.4/alpine/Dockerfile)
 
 # Quick reference
 

+ 6 - 6
pypy/README.md

@@ -16,12 +16,12 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`2.7-7.1.1`, `2.7-7.1`, `2.7-7`, `2.7`, `2-7.1.1`, `2-7.1`, `2-7`, `2`, `2.7-7.1.1-jessie`, `2.7-7.1-jessie`, `2.7-7-jessie`, `2.7-jessie`, `2-7.1.1-jessie`, `2-7.1-jessie`, `2-7-jessie`, `2-jessie` (*2.7/Dockerfile*)](https://github.com/docker-library/pypy/blob/f1cf0a1612c182313f93ab54bf0b1d288b95cf3d/2.7/Dockerfile)
--	[`2.7-7.1.1-slim`, `2.7-7.1-slim`, `2.7-7-slim`, `2.7-slim`, `2-7.1.1-slim`, `2-7.1-slim`, `2-7-slim`, `2-slim`, `2.7-7.1.1-slim-jessie`, `2.7-7.1-slim-jessie`, `2.7-7-slim-jessie`, `2.7-slim-jessie`, `2-7.1.1-slim-jessie`, `2-7.1-slim-jessie`, `2-7-slim-jessie`, `2-slim-jessie` (*2.7/slim/Dockerfile*)](https://github.com/docker-library/pypy/blob/f1cf0a1612c182313f93ab54bf0b1d288b95cf3d/2.7/slim/Dockerfile)
--	[`3.5-7.0.0`, `3.5-7.0`, `3.5-7`, `3.5`, `3-7.0.0`, `3-7.0`, `3-7`, `3`, `latest`, `3.5-7.0.0-stretch`, `3.5-7.0-stretch`, `3.5-7-stretch`, `3.5-stretch`, `3-7.0.0-stretch`, `3-7.0-stretch`, `3-7-stretch`, `3-stretch`, `stretch` (*3.5/Dockerfile*)](https://github.com/docker-library/pypy/blob/b3ee440a1a459e63001454e5a9e1f20da439edab/3.5/Dockerfile)
--	[`3.5-7.0.0-slim`, `3.5-7.0-slim`, `3.5-7-slim`, `3.5-slim`, `3-7.0.0-slim`, `3-7.0-slim`, `3-7-slim`, `3-slim`, `slim`, `3.5-7.0.0-slim-stretch`, `3.5-7.0-slim-stretch`, `3.5-7-slim-stretch`, `3.5-slim-stretch`, `3-7.0.0-slim-stretch`, `3-7.0-slim-stretch`, `3-7-slim-stretch`, `3-slim-stretch`, `slim-stretch` (*3.5/slim/Dockerfile*)](https://github.com/docker-library/pypy/blob/abb5b517964511ac622572f07f54c21d58849dfe/3.5/slim/Dockerfile)
--	[`3.6-7.1.1`, `3.6-7.1`, `3.6-7`, `3.6`, `3.6-7.1.1-stretch`, `3.6-7.1-stretch`, `3.6-7-stretch`, `3.6-stretch` (*3.6/Dockerfile*)](https://github.com/docker-library/pypy/blob/113b29602a8a490730425df7a0ea14632ca7bfb8/3.6/Dockerfile)
--	[`3.6-7.1.1-slim`, `3.6-7.1-slim`, `3.6-7-slim`, `3.6-slim`, `3.6-7.1.1-slim-stretch`, `3.6-7.1-slim-stretch`, `3.6-7-slim-stretch`, `3.6-slim-stretch` (*3.6/slim/Dockerfile*)](https://github.com/docker-library/pypy/blob/113b29602a8a490730425df7a0ea14632ca7bfb8/3.6/slim/Dockerfile)
+-	[`2.7-7.1.1`, `2.7-7.1`, `2.7-7`, `2.7`, `2-7.1.1`, `2-7.1`, `2-7`, `2`, `2.7-7.1.1-jessie`, `2.7-7.1-jessie`, `2.7-7-jessie`, `2.7-jessie`, `2-7.1.1-jessie`, `2-7.1-jessie`, `2-7-jessie`, `2-jessie` (*2.7/Dockerfile*)](https://github.com/docker-library/pypy/blob/6a9b40fc39e1265b9cf7499aada695cb55433527/2.7/Dockerfile)
+-	[`2.7-7.1.1-slim`, `2.7-7.1-slim`, `2.7-7-slim`, `2.7-slim`, `2-7.1.1-slim`, `2-7.1-slim`, `2-7-slim`, `2-slim`, `2.7-7.1.1-slim-jessie`, `2.7-7.1-slim-jessie`, `2.7-7-slim-jessie`, `2.7-slim-jessie`, `2-7.1.1-slim-jessie`, `2-7.1-slim-jessie`, `2-7-slim-jessie`, `2-slim-jessie` (*2.7/slim/Dockerfile*)](https://github.com/docker-library/pypy/blob/6a9b40fc39e1265b9cf7499aada695cb55433527/2.7/slim/Dockerfile)
+-	[`3.5-7.0.0`, `3.5-7.0`, `3.5-7`, `3.5`, `3-7.0.0`, `3-7.0`, `3-7`, `3`, `latest`, `3.5-7.0.0-stretch`, `3.5-7.0-stretch`, `3.5-7-stretch`, `3.5-stretch`, `3-7.0.0-stretch`, `3-7.0-stretch`, `3-7-stretch`, `3-stretch`, `stretch` (*3.5/Dockerfile*)](https://github.com/docker-library/pypy/blob/8e525772078fd0386619644a00021937a86b63bd/3.5/Dockerfile)
+-	[`3.5-7.0.0-slim`, `3.5-7.0-slim`, `3.5-7-slim`, `3.5-slim`, `3-7.0.0-slim`, `3-7.0-slim`, `3-7-slim`, `3-slim`, `slim`, `3.5-7.0.0-slim-stretch`, `3.5-7.0-slim-stretch`, `3.5-7-slim-stretch`, `3.5-slim-stretch`, `3-7.0.0-slim-stretch`, `3-7.0-slim-stretch`, `3-7-slim-stretch`, `3-slim-stretch`, `slim-stretch` (*3.5/slim/Dockerfile*)](https://github.com/docker-library/pypy/blob/8e525772078fd0386619644a00021937a86b63bd/3.5/slim/Dockerfile)
+-	[`3.6-7.1.1`, `3.6-7.1`, `3.6-7`, `3.6`, `3.6-7.1.1-stretch`, `3.6-7.1-stretch`, `3.6-7-stretch`, `3.6-stretch` (*3.6/Dockerfile*)](https://github.com/docker-library/pypy/blob/6a9b40fc39e1265b9cf7499aada695cb55433527/3.6/Dockerfile)
+-	[`3.6-7.1.1-slim`, `3.6-7.1-slim`, `3.6-7-slim`, `3.6-slim`, `3.6-7.1.1-slim-stretch`, `3.6-7.1-slim-stretch`, `3.6-7-slim-stretch`, `3.6-slim-stretch` (*3.6/slim/Dockerfile*)](https://github.com/docker-library/pypy/blob/6a9b40fc39e1265b9cf7499aada695cb55433527/3.6/slim/Dockerfile)
 
 # Quick reference
 

+ 66 - 66
python/README.md

@@ -18,84 +18,84 @@ WARNING:
 
 ## Simple Tags
 
--	[`3.8.0a3-stretch`, `3.8-rc-stretch`, `rc-stretch` (*3.8-rc/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/stretch/Dockerfile)
--	[`3.8.0a3-slim-stretch`, `3.8-rc-slim-stretch`, `rc-slim-stretch`, `3.8.0a3-slim`, `3.8-rc-slim`, `rc-slim` (*3.8-rc/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/stretch/slim/Dockerfile)
--	[`3.8.0a3-alpine3.9`, `3.8-rc-alpine3.9`, `rc-alpine3.9`, `3.8.0a3-alpine`, `3.8-rc-alpine`, `rc-alpine` (*3.8-rc/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/alpine3.9/Dockerfile)
--	[`3.8.0a3-windowsservercore-ltsc2016`, `3.8-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016` (*3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile)
--	[`3.8.0a3-windowsservercore-1803`, `3.8-rc-windowsservercore-1803`, `rc-windowsservercore-1803` (*3.8-rc/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-1803/Dockerfile)
--	[`3.8.0a3-windowsservercore-1809`, `3.8-rc-windowsservercore-1809`, `rc-windowsservercore-1809` (*3.8-rc/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-1809/Dockerfile)
--	[`3.7.3-stretch`, `3.7-stretch`, `3-stretch`, `stretch` (*3.7/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/stretch/Dockerfile)
--	[`3.7.3-slim-stretch`, `3.7-slim-stretch`, `3-slim-stretch`, `slim-stretch`, `3.7.3-slim`, `3.7-slim`, `3-slim`, `slim` (*3.7/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/stretch/slim/Dockerfile)
--	[`3.7.3-alpine3.9`, `3.7-alpine3.9`, `3-alpine3.9`, `alpine3.9`, `3.7.3-alpine`, `3.7-alpine`, `3-alpine`, `alpine` (*3.7/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/alpine3.9/Dockerfile)
--	[`3.7.3-alpine3.8`, `3.7-alpine3.8`, `3-alpine3.8`, `alpine3.8` (*3.7/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/alpine3.8/Dockerfile)
--	[`3.7.3-windowsservercore-ltsc2016`, `3.7-windowsservercore-ltsc2016`, `3-windowsservercore-ltsc2016`, `windowsservercore-ltsc2016` (*3.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
--	[`3.7.3-windowsservercore-1803`, `3.7-windowsservercore-1803`, `3-windowsservercore-1803`, `windowsservercore-1803` (*3.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-1803/Dockerfile)
--	[`3.7.3-windowsservercore-1809`, `3.7-windowsservercore-1809`, `3-windowsservercore-1809`, `windowsservercore-1809` (*3.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-1809/Dockerfile)
--	[`3.6.8-stretch`, `3.6-stretch` (*3.6/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/stretch/Dockerfile)
--	[`3.6.8-slim-stretch`, `3.6-slim-stretch`, `3.6.8-slim`, `3.6-slim` (*3.6/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/stretch/slim/Dockerfile)
--	[`3.6.8-jessie`, `3.6-jessie` (*3.6/jessie/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/jessie/Dockerfile)
--	[`3.6.8-slim-jessie`, `3.6-slim-jessie` (*3.6/jessie/slim/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/jessie/slim/Dockerfile)
--	[`3.6.8-alpine3.9`, `3.6-alpine3.9`, `3.6.8-alpine`, `3.6-alpine` (*3.6/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/alpine3.9/Dockerfile)
--	[`3.6.8-alpine3.8`, `3.6-alpine3.8` (*3.6/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/alpine3.8/Dockerfile)
--	[`3.6.8-windowsservercore-ltsc2016`, `3.6-windowsservercore-ltsc2016` (*3.6/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-ltsc2016/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.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)
--	[`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)
--	[`2.7.16-slim-jessie`, `2.7-slim-jessie`, `2-slim-jessie` (*2.7/jessie/slim/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/jessie/slim/Dockerfile)
--	[`2.7.16-alpine3.9`, `2.7-alpine3.9`, `2-alpine3.9`, `2.7.16-alpine`, `2.7-alpine`, `2-alpine` (*2.7/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/alpine3.9/Dockerfile)
--	[`2.7.16-alpine3.8`, `2.7-alpine3.8`, `2-alpine3.8` (*2.7/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/alpine3.8/Dockerfile)
--	[`2.7.16-windowsservercore-ltsc2016`, `2.7-windowsservercore-ltsc2016`, `2-windowsservercore-ltsc2016` (*2.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/windows/windowsservercore-ltsc2016/Dockerfile)
--	[`2.7.16-windowsservercore-1803`, `2.7-windowsservercore-1803`, `2-windowsservercore-1803` (*2.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/windows/windowsservercore-1803/Dockerfile)
--	[`2.7.16-windowsservercore-1809`, `2.7-windowsservercore-1809`, `2-windowsservercore-1809` (*2.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/windows/windowsservercore-1809/Dockerfile)
+-	[`3.8.0a3-stretch`, `3.8-rc-stretch`, `rc-stretch` (*3.8-rc/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/stretch/Dockerfile)
+-	[`3.8.0a3-slim-stretch`, `3.8-rc-slim-stretch`, `rc-slim-stretch`, `3.8.0a3-slim`, `3.8-rc-slim`, `rc-slim` (*3.8-rc/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/stretch/slim/Dockerfile)
+-	[`3.8.0a3-alpine3.9`, `3.8-rc-alpine3.9`, `rc-alpine3.9`, `3.8.0a3-alpine`, `3.8-rc-alpine`, `rc-alpine` (*3.8-rc/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/alpine3.9/Dockerfile)
+-	[`3.8.0a3-windowsservercore-ltsc2016`, `3.8-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016` (*3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile)
+-	[`3.8.0a3-windowsservercore-1803`, `3.8-rc-windowsservercore-1803`, `rc-windowsservercore-1803` (*3.8-rc/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-1803/Dockerfile)
+-	[`3.8.0a3-windowsservercore-1809`, `3.8-rc-windowsservercore-1809`, `rc-windowsservercore-1809` (*3.8-rc/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-1809/Dockerfile)
+-	[`3.7.3-stretch`, `3.7-stretch`, `3-stretch`, `stretch` (*3.7/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/stretch/Dockerfile)
+-	[`3.7.3-slim-stretch`, `3.7-slim-stretch`, `3-slim-stretch`, `slim-stretch`, `3.7.3-slim`, `3.7-slim`, `3-slim`, `slim` (*3.7/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/stretch/slim/Dockerfile)
+-	[`3.7.3-alpine3.9`, `3.7-alpine3.9`, `3-alpine3.9`, `alpine3.9`, `3.7.3-alpine`, `3.7-alpine`, `3-alpine`, `alpine` (*3.7/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/alpine3.9/Dockerfile)
+-	[`3.7.3-alpine3.8`, `3.7-alpine3.8`, `3-alpine3.8`, `alpine3.8` (*3.7/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/alpine3.8/Dockerfile)
+-	[`3.7.3-windowsservercore-ltsc2016`, `3.7-windowsservercore-ltsc2016`, `3-windowsservercore-ltsc2016`, `windowsservercore-ltsc2016` (*3.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
+-	[`3.7.3-windowsservercore-1803`, `3.7-windowsservercore-1803`, `3-windowsservercore-1803`, `windowsservercore-1803` (*3.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-1803/Dockerfile)
+-	[`3.7.3-windowsservercore-1809`, `3.7-windowsservercore-1809`, `3-windowsservercore-1809`, `windowsservercore-1809` (*3.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-1809/Dockerfile)
+-	[`3.6.8-stretch`, `3.6-stretch` (*3.6/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/stretch/Dockerfile)
+-	[`3.6.8-slim-stretch`, `3.6-slim-stretch`, `3.6.8-slim`, `3.6-slim` (*3.6/stretch/slim/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/stretch/slim/Dockerfile)
+-	[`3.6.8-jessie`, `3.6-jessie` (*3.6/jessie/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/jessie/Dockerfile)
+-	[`3.6.8-slim-jessie`, `3.6-slim-jessie` (*3.6/jessie/slim/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/jessie/slim/Dockerfile)
+-	[`3.6.8-alpine3.9`, `3.6-alpine3.9`, `3.6.8-alpine`, `3.6-alpine` (*3.6/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/alpine3.9/Dockerfile)
+-	[`3.6.8-alpine3.8`, `3.6-alpine3.8` (*3.6/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/alpine3.8/Dockerfile)
+-	[`3.6.8-windowsservercore-ltsc2016`, `3.6-windowsservercore-ltsc2016` (*3.6/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
+-	[`3.6.8-windowsservercore-1803`, `3.6-windowsservercore-1803` (*3.6/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/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/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/windows/windowsservercore-1809/Dockerfile)
+-	[`3.5.7-stretch`, `3.5-stretch` (*3.5/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/2dcc8166bd1be451f3c17e71ee710a03d94fd5cf/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/2dcc8166bd1be451f3c17e71ee710a03d94fd5cf/3.5/stretch/slim/Dockerfile)
+-	[`3.5.7-jessie`, `3.5-jessie` (*3.5/jessie/Dockerfile*)](https://github.com/docker-library/python/blob/2dcc8166bd1be451f3c17e71ee710a03d94fd5cf/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/2dcc8166bd1be451f3c17e71ee710a03d94fd5cf/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/2dcc8166bd1be451f3c17e71ee710a03d94fd5cf/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/2dcc8166bd1be451f3c17e71ee710a03d94fd5cf/3.5/alpine3.8/Dockerfile)
+-	[`2.7.16-stretch`, `2.7-stretch`, `2-stretch` (*2.7/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/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/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/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/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/jessie/Dockerfile)
+-	[`2.7.16-slim-jessie`, `2.7-slim-jessie`, `2-slim-jessie` (*2.7/jessie/slim/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/jessie/slim/Dockerfile)
+-	[`2.7.16-alpine3.9`, `2.7-alpine3.9`, `2-alpine3.9`, `2.7.16-alpine`, `2.7-alpine`, `2-alpine` (*2.7/alpine3.9/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/alpine3.9/Dockerfile)
+-	[`2.7.16-alpine3.8`, `2.7-alpine3.8`, `2-alpine3.8` (*2.7/alpine3.8/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/alpine3.8/Dockerfile)
+-	[`2.7.16-windowsservercore-ltsc2016`, `2.7-windowsservercore-ltsc2016`, `2-windowsservercore-ltsc2016` (*2.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-ltsc2016/Dockerfile)
+-	[`2.7.16-windowsservercore-1803`, `2.7-windowsservercore-1803`, `2-windowsservercore-1803` (*2.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-1803/Dockerfile)
+-	[`2.7.16-windowsservercore-1809`, `2.7-windowsservercore-1809`, `2-windowsservercore-1809` (*2.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-1809/Dockerfile)
 
 ## Shared Tags
 
 -	`3.8.0a3`, `3.8-rc`, `rc`:
-	-	[`3.8.0a3-stretch` (*3.8-rc/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/stretch/Dockerfile)
-	-	[`3.8.0a3-windowsservercore-ltsc2016` (*3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.8.0a3-windowsservercore-1803` (*3.8-rc/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-1803/Dockerfile)
-	-	[`3.8.0a3-windowsservercore-1809` (*3.8-rc/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.8.0a3-stretch` (*3.8-rc/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/stretch/Dockerfile)
+	-	[`3.8.0a3-windowsservercore-ltsc2016` (*3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.8.0a3-windowsservercore-1803` (*3.8-rc/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-1803/Dockerfile)
+	-	[`3.8.0a3-windowsservercore-1809` (*3.8-rc/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-1809/Dockerfile)
 -	`3.8.0a3-windowsservercore`, `3.8-rc-windowsservercore`, `rc-windowsservercore`:
-	-	[`3.8.0a3-windowsservercore-ltsc2016` (*3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.8.0a3-windowsservercore-1803` (*3.8-rc/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-1803/Dockerfile)
-	-	[`3.8.0a3-windowsservercore-1809` (*3.8-rc/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/c437cb9efa5f8e62b45b1fa287416dbe678c6fdf/3.8-rc/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.8.0a3-windowsservercore-ltsc2016` (*3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.8.0a3-windowsservercore-1803` (*3.8-rc/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-1803/Dockerfile)
+	-	[`3.8.0a3-windowsservercore-1809` (*3.8-rc/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/4e284ff8ad5458518743188afa3e64d83ea9986c/3.8-rc/windows/windowsservercore-1809/Dockerfile)
 -	`3.7.3`, `3.7`, `3`, `latest`:
-	-	[`3.7.3-stretch` (*3.7/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/stretch/Dockerfile)
-	-	[`3.7.3-windowsservercore-ltsc2016` (*3.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.7.3-windowsservercore-1803` (*3.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-1803/Dockerfile)
-	-	[`3.7.3-windowsservercore-1809` (*3.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.7.3-stretch` (*3.7/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/stretch/Dockerfile)
+	-	[`3.7.3-windowsservercore-ltsc2016` (*3.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.7.3-windowsservercore-1803` (*3.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-1803/Dockerfile)
+	-	[`3.7.3-windowsservercore-1809` (*3.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-1809/Dockerfile)
 -	`3.7.3-windowsservercore`, `3.7-windowsservercore`, `3-windowsservercore`, `windowsservercore`:
-	-	[`3.7.3-windowsservercore-ltsc2016` (*3.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.7.3-windowsservercore-1803` (*3.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-1803/Dockerfile)
-	-	[`3.7.3-windowsservercore-1809` (*3.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/ce69fc6369feb8ec757b019035ddad7bac20562c/3.7/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.7.3-windowsservercore-ltsc2016` (*3.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.7.3-windowsservercore-1803` (*3.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-1803/Dockerfile)
+	-	[`3.7.3-windowsservercore-1809` (*3.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/65b5603fdf177c6d90df6ea6f3bd6e23839c63a4/3.7/windows/windowsservercore-1809/Dockerfile)
 -	`3.6.8`, `3.6`:
-	-	[`3.6.8-stretch` (*3.6/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/stretch/Dockerfile)
-	-	[`3.6.8-windowsservercore-ltsc2016` (*3.6/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-ltsc2016/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.6.8-stretch` (*3.6/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/stretch/Dockerfile)
+	-	[`3.6.8-windowsservercore-ltsc2016` (*3.6/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.6.8-windowsservercore-1803` (*3.6/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/windows/windowsservercore-1803/Dockerfile)
+	-	[`3.6.8-windowsservercore-1809` (*3.6/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/windows/windowsservercore-1809/Dockerfile)
 -	`3.6.8-windowsservercore`, `3.6-windowsservercore`:
-	-	[`3.6.8-windowsservercore-ltsc2016` (*3.6/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/b9cb77020447a1ac30f5f1e17f31e534826db7bb/3.6/windows/windowsservercore-ltsc2016/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.6.8-windowsservercore-ltsc2016` (*3.6/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.6.8-windowsservercore-1803` (*3.6/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/windows/windowsservercore-1803/Dockerfile)
+	-	[`3.6.8-windowsservercore-1809` (*3.6/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/fac7efee47f0c188f3ea21a328ec3109612fd0cf/3.6/windows/windowsservercore-1809/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.5.7-stretch` (*3.5/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/2dcc8166bd1be451f3c17e71ee710a03d94fd5cf/3.5/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)
-	-	[`2.7.16-windowsservercore-1803` (*2.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/windows/windowsservercore-1803/Dockerfile)
-	-	[`2.7.16-windowsservercore-1809` (*2.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/windows/windowsservercore-1809/Dockerfile)
+	-	[`2.7.16-stretch` (*2.7/stretch/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/stretch/Dockerfile)
+	-	[`2.7.16-windowsservercore-ltsc2016` (*2.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`2.7.16-windowsservercore-1803` (*2.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-1803/Dockerfile)
+	-	[`2.7.16-windowsservercore-1809` (*2.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-1809/Dockerfile)
 -	`2.7.16-windowsservercore`, `2.7-windowsservercore`, `2-windowsservercore`:
-	-	[`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)
-	-	[`2.7.16-windowsservercore-1803` (*2.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/windows/windowsservercore-1803/Dockerfile)
-	-	[`2.7.16-windowsservercore-1809` (*2.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/636e02777ea417851942e6e826fe5a6b4dee6f74/2.7/windows/windowsservercore-1809/Dockerfile)
+	-	[`2.7.16-windowsservercore-ltsc2016` (*2.7/windows/windowsservercore-ltsc2016/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`2.7.16-windowsservercore-1803` (*2.7/windows/windowsservercore-1803/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-1803/Dockerfile)
+	-	[`2.7.16-windowsservercore-1809` (*2.7/windows/windowsservercore-1809/Dockerfile*)](https://github.com/docker-library/python/blob/10c3bd9dba7bd6c14ca85924caa9a27a61ed3c9e/2.7/windows/windowsservercore-1809/Dockerfile)
 
 # Quick reference