Browse Source

Run update.sh

Docker Library Bot 6 years ago
parent
commit
8770eaf9ec
3 changed files with 41 additions and 48 deletions
  1. 10 9
      bash/README.md
  2. 1 1
      ghost/README.md
  3. 30 38
      python/README.md

+ 10 - 9
bash/README.md

@@ -16,15 +16,16 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`5.0.7`, `5.0`, `5`, `latest`](https://github.com/tianon/docker-bash/blob/fba9ecf51cac8e334263a377fe0c5c0e4de74265/5.0/Dockerfile)
--	[`4.4.23`, `4.4`, `4`](https://github.com/tianon/docker-bash/blob/38a2a9828a6916afcb05663fd5db950afaf4c17d/4.4/Dockerfile)
--	[`4.3.48`, `4.3`](https://github.com/tianon/docker-bash/blob/38a2a9828a6916afcb05663fd5db950afaf4c17d/4.3/Dockerfile)
--	[`4.2.53`, `4.2`](https://github.com/tianon/docker-bash/blob/38a2a9828a6916afcb05663fd5db950afaf4c17d/4.2/Dockerfile)
--	[`4.1.17`, `4.1`](https://github.com/tianon/docker-bash/blob/38a2a9828a6916afcb05663fd5db950afaf4c17d/4.1/Dockerfile)
--	[`4.0.44`, `4.0`](https://github.com/tianon/docker-bash/blob/38a2a9828a6916afcb05663fd5db950afaf4c17d/4.0/Dockerfile)
--	[`3.2.57`, `3.2`, `3`](https://github.com/tianon/docker-bash/blob/38a2a9828a6916afcb05663fd5db950afaf4c17d/3.2/Dockerfile)
--	[`3.1.23`, `3.1`](https://github.com/tianon/docker-bash/blob/38a2a9828a6916afcb05663fd5db950afaf4c17d/3.1/Dockerfile)
--	[`3.0.22`, `3.0`](https://github.com/tianon/docker-bash/blob/38a2a9828a6916afcb05663fd5db950afaf4c17d/3.0/Dockerfile)
+-	[`devel-20190705`, `devel`](https://github.com/tianon/docker-bash/blob/fe0fe8a7fec1c5d07c2f9143d113faf4ae30461c/devel/Dockerfile)
+-	[`5.0.7`, `5.0`, `5`, `latest`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/5.0/Dockerfile)
+-	[`4.4.23`, `4.4`, `4`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/4.4/Dockerfile)
+-	[`4.3.48`, `4.3`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/4.3/Dockerfile)
+-	[`4.2.53`, `4.2`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/4.2/Dockerfile)
+-	[`4.1.17`, `4.1`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/4.1/Dockerfile)
+-	[`4.0.44`, `4.0`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/4.0/Dockerfile)
+-	[`3.2.57`, `3.2`, `3`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/3.2/Dockerfile)
+-	[`3.1.23`, `3.1`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/3.1/Dockerfile)
+-	[`3.0.22`, `3.0`](https://github.com/tianon/docker-bash/blob/3682e16bca63b20ab51745afa30156e2740fc5c6/3.0/Dockerfile)
 
 # Quick reference
 

+ 1 - 1
ghost/README.md

@@ -67,7 +67,7 @@ $ docker run -d --name some-ghost ghost
 If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
 
 ```console
-$ docker run -d --name some-ghost -p 3001:2368 ghost
+$ docker run -d --name some-ghost -e url=http://localhost:3001 -p 3001:2368 ghost
 ```
 
 Then, access it via `http://localhost:3001` or `http://host-ip:3001` in a browser.

+ 30 - 38
python/README.md

@@ -18,38 +18,37 @@ WARNING:
 
 ## Simple Tags
 
--	[`3.8.0b2-buster`, `3.8-rc-buster`, `rc-buster`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/buster/Dockerfile)
--	[`3.8.0b2-slim-buster`, `3.8-rc-slim-buster`, `rc-slim-buster`, `3.8.0b2-slim`, `3.8-rc-slim`, `rc-slim`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/buster/slim/Dockerfile)
--	[`3.8.0b2-alpine3.10`, `3.8-rc-alpine3.10`, `rc-alpine3.10`, `3.8.0b2-alpine`, `3.8-rc-alpine`, `rc-alpine`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/alpine3.10/Dockerfile)
+-	[`3.8.0b2-buster`, `3.8-rc-buster`, `rc-buster`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.8-rc/buster/Dockerfile)
+-	[`3.8.0b2-slim-buster`, `3.8-rc-slim-buster`, `rc-slim-buster`, `3.8.0b2-slim`, `3.8-rc-slim`, `rc-slim`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.8-rc/buster/slim/Dockerfile)
+-	[`3.8.0b2-alpine3.10`, `3.8-rc-alpine3.10`, `rc-alpine3.10`, `3.8.0b2-alpine`, `3.8-rc-alpine`, `rc-alpine`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.8-rc/alpine3.10/Dockerfile)
 -	[`3.8.0b2-windowsservercore-ltsc2016`, `3.8-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile)
 -	[`3.8.0b2-windowsservercore-1803`, `3.8-rc-windowsservercore-1803`, `rc-windowsservercore-1803`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/windows/windowsservercore-1803/Dockerfile)
 -	[`3.8.0b2-windowsservercore-1809`, `3.8-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/windows/windowsservercore-1809/Dockerfile)
--	[`3.7.4-stretch`, `3.7-stretch`, `3-stretch`, `stretch`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/stretch/Dockerfile)
--	[`3.7.4-slim-stretch`, `3.7-slim-stretch`, `3-slim-stretch`, `slim-stretch`, `3.7.4-slim`, `3.7-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/stretch/slim/Dockerfile)
--	[`3.7.4-alpine3.10`, `3.7-alpine3.10`, `3-alpine3.10`, `alpine3.10`, `3.7.4-alpine`, `3.7-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/alpine3.10/Dockerfile)
--	[`3.7.4-alpine3.9`, `3.7-alpine3.9`, `3-alpine3.9`, `alpine3.9`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/alpine3.9/Dockerfile)
+-	[`3.7.4-buster`, `3.7-buster`, `3-buster`, `buster`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.7/buster/Dockerfile)
+-	[`3.7.4-slim-buster`, `3.7-slim-buster`, `3-slim-buster`, `slim-buster`, `3.7.4-slim`, `3.7-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.7/buster/slim/Dockerfile)
+-	[`3.7.4-stretch`, `3.7-stretch`, `3-stretch`, `stretch`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.7/stretch/Dockerfile)
+-	[`3.7.4-slim-stretch`, `3.7-slim-stretch`, `3-slim-stretch`, `slim-stretch`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.7/stretch/slim/Dockerfile)
+-	[`3.7.4-alpine3.10`, `3.7-alpine3.10`, `3-alpine3.10`, `alpine3.10`, `3.7.4-alpine`, `3.7-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.7/alpine3.10/Dockerfile)
+-	[`3.7.4-alpine3.9`, `3.7-alpine3.9`, `3-alpine3.9`, `alpine3.9`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.7/alpine3.9/Dockerfile)
 -	[`3.7.4-windowsservercore-ltsc2016`, `3.7-windowsservercore-ltsc2016`, `3-windowsservercore-ltsc2016`, `windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
 -	[`3.7.4-windowsservercore-1803`, `3.7-windowsservercore-1803`, `3-windowsservercore-1803`, `windowsservercore-1803`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/windows/windowsservercore-1803/Dockerfile)
 -	[`3.7.4-windowsservercore-1809`, `3.7-windowsservercore-1809`, `3-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/windows/windowsservercore-1809/Dockerfile)
--	[`3.6.9-stretch`, `3.6-stretch`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/stretch/Dockerfile)
--	[`3.6.9-slim-stretch`, `3.6-slim-stretch`, `3.6.9-slim`, `3.6-slim`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/stretch/slim/Dockerfile)
--	[`3.6.9-jessie`, `3.6-jessie`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/jessie/Dockerfile)
--	[`3.6.9-slim-jessie`, `3.6-slim-jessie`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/jessie/slim/Dockerfile)
--	[`3.6.9-alpine3.10`, `3.6-alpine3.10`, `3.6.9-alpine`, `3.6-alpine`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/alpine3.10/Dockerfile)
--	[`3.6.9-alpine3.9`, `3.6-alpine3.9`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/alpine3.9/Dockerfile)
--	[`3.6.9-windowsservercore-ltsc2016`, `3.6-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
--	[`3.6.9-windowsservercore-1803`, `3.6-windowsservercore-1803`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-1803/Dockerfile)
--	[`3.6.9-windowsservercore-1809`, `3.6-windowsservercore-1809`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-1809/Dockerfile)
--	[`3.5.7-stretch`, `3.5-stretch`](https://github.com/docker-library/python/blob/f233f51a2f14acee632669b56767c1cc229d2747/3.5/stretch/Dockerfile)
--	[`3.5.7-slim-stretch`, `3.5-slim-stretch`, `3.5.7-slim`, `3.5-slim`](https://github.com/docker-library/python/blob/f233f51a2f14acee632669b56767c1cc229d2747/3.5/stretch/slim/Dockerfile)
--	[`3.5.7-jessie`, `3.5-jessie`](https://github.com/docker-library/python/blob/f233f51a2f14acee632669b56767c1cc229d2747/3.5/jessie/Dockerfile)
--	[`3.5.7-slim-jessie`, `3.5-slim-jessie`](https://github.com/docker-library/python/blob/f233f51a2f14acee632669b56767c1cc229d2747/3.5/jessie/slim/Dockerfile)
--	[`3.5.7-alpine3.10`, `3.5-alpine3.10`, `3.5.7-alpine`, `3.5-alpine`](https://github.com/docker-library/python/blob/e057559fad64ed81b3da9fad6612a2de8b0ae544/3.5/alpine3.10/Dockerfile)
--	[`3.5.7-alpine3.9`, `3.5-alpine3.9`](https://github.com/docker-library/python/blob/f233f51a2f14acee632669b56767c1cc229d2747/3.5/alpine3.9/Dockerfile)
+-	[`3.6.9-buster`, `3.6-buster`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.6/buster/Dockerfile)
+-	[`3.6.9-slim-buster`, `3.6-slim-buster`, `3.6.9-slim`, `3.6-slim`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.6/buster/slim/Dockerfile)
+-	[`3.6.9-stretch`, `3.6-stretch`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.6/stretch/Dockerfile)
+-	[`3.6.9-slim-stretch`, `3.6-slim-stretch`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.6/stretch/slim/Dockerfile)
+-	[`3.6.9-alpine3.10`, `3.6-alpine3.10`, `3.6.9-alpine`, `3.6-alpine`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.6/alpine3.10/Dockerfile)
+-	[`3.6.9-alpine3.9`, `3.6-alpine3.9`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.6/alpine3.9/Dockerfile)
+-	[`3.5.7-buster`, `3.5-buster`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.5/buster/Dockerfile)
+-	[`3.5.7-slim-buster`, `3.5-slim-buster`, `3.5.7-slim`, `3.5-slim`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.5/buster/slim/Dockerfile)
+-	[`3.5.7-stretch`, `3.5-stretch`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.5/stretch/Dockerfile)
+-	[`3.5.7-slim-stretch`, `3.5-slim-stretch`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.5/stretch/slim/Dockerfile)
+-	[`3.5.7-alpine3.10`, `3.5-alpine3.10`, `3.5.7-alpine`, `3.5-alpine`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.5/alpine3.10/Dockerfile)
+-	[`3.5.7-alpine3.9`, `3.5-alpine3.9`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.5/alpine3.9/Dockerfile)
+-	[`2.7.16-buster`, `2.7-buster`, `2-buster`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/2.7/buster/Dockerfile)
+-	[`2.7.16-slim-buster`, `2.7-slim-buster`, `2-slim-buster`, `2.7.16-slim`, `2.7-slim`, `2-slim`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/2.7/buster/slim/Dockerfile)
 -	[`2.7.16-stretch`, `2.7-stretch`, `2-stretch`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/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`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/stretch/slim/Dockerfile)
--	[`2.7.16-jessie`, `2.7-jessie`, `2-jessie`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/jessie/Dockerfile)
--	[`2.7.16-slim-jessie`, `2.7-slim-jessie`, `2-slim-jessie`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/jessie/slim/Dockerfile)
+-	[`2.7.16-slim-stretch`, `2.7-slim-stretch`, `2-slim-stretch`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/stretch/slim/Dockerfile)
 -	[`2.7.16-alpine3.10`, `2.7-alpine3.10`, `2-alpine3.10`, `2.7.16-alpine`, `2.7-alpine`, `2-alpine`](https://github.com/docker-library/python/blob/e057559fad64ed81b3da9fad6612a2de8b0ae544/2.7/alpine3.10/Dockerfile)
 -	[`2.7.16-alpine3.9`, `2.7-alpine3.9`, `2-alpine3.9`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/alpine3.9/Dockerfile)
 -	[`2.7.16-windowsservercore-ltsc2016`, `2.7-windowsservercore-ltsc2016`, `2-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/windows/windowsservercore-ltsc2016/Dockerfile)
@@ -59,7 +58,7 @@ WARNING:
 ## Shared Tags
 
 -	`3.8.0b2`, `3.8-rc`, `rc`:
-	-	[`3.8.0b2-buster`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/buster/Dockerfile)
+	-	[`3.8.0b2-buster`](https://github.com/docker-library/python/blob/f82205cde8f0a5ffa276103a50d843edced67757/3.8-rc/buster/Dockerfile)
 	-	[`3.8.0b2-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile)
 	-	[`3.8.0b2-windowsservercore-1803`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/windows/windowsservercore-1803/Dockerfile)
 	-	[`3.8.0b2-windowsservercore-1809`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/windows/windowsservercore-1809/Dockerfile)
@@ -68,7 +67,7 @@ WARNING:
 	-	[`3.8.0b2-windowsservercore-1803`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/windows/windowsservercore-1803/Dockerfile)
 	-	[`3.8.0b2-windowsservercore-1809`](https://github.com/docker-library/python/blob/7a3880bee0ec6fcc36f9cb3b2f826e311b0b537a/3.8-rc/windows/windowsservercore-1809/Dockerfile)
 -	`3.7.4`, `3.7`, `3`, `latest`:
-	-	[`3.7.4-stretch`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/stretch/Dockerfile)
+	-	[`3.7.4-buster`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.7/buster/Dockerfile)
 	-	[`3.7.4-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
 	-	[`3.7.4-windowsservercore-1803`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/windows/windowsservercore-1803/Dockerfile)
 	-	[`3.7.4-windowsservercore-1809`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/windows/windowsservercore-1809/Dockerfile)
@@ -77,18 +76,11 @@ WARNING:
 	-	[`3.7.4-windowsservercore-1803`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/windows/windowsservercore-1803/Dockerfile)
 	-	[`3.7.4-windowsservercore-1809`](https://github.com/docker-library/python/blob/61fa07f440e42068c32f4cb0bae93c2089fe6867/3.7/windows/windowsservercore-1809/Dockerfile)
 -	`3.6.9`, `3.6`:
-	-	[`3.6.9-stretch`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/stretch/Dockerfile)
-	-	[`3.6.9-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.6.9-windowsservercore-1803`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-1803/Dockerfile)
-	-	[`3.6.9-windowsservercore-1809`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-1809/Dockerfile)
--	`3.6.9-windowsservercore`, `3.6-windowsservercore`:
-	-	[`3.6.9-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.6.9-windowsservercore-1803`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-1803/Dockerfile)
-	-	[`3.6.9-windowsservercore-1809`](https://github.com/docker-library/python/blob/5081d0126bdd634ca8332e6dfbbb7dc26fbad3b8/3.6/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.6.9-buster`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.6/buster/Dockerfile)
 -	`3.5.7`, `3.5`:
-	-	[`3.5.7-stretch`](https://github.com/docker-library/python/blob/f233f51a2f14acee632669b56767c1cc229d2747/3.5/stretch/Dockerfile)
+	-	[`3.5.7-buster`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/3.5/buster/Dockerfile)
 -	`2.7.16`, `2.7`, `2`:
-	-	[`2.7.16-stretch`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/stretch/Dockerfile)
+	-	[`2.7.16-buster`](https://github.com/docker-library/python/blob/2a11f610a56ff3c0f0157790dde940894fad7a1a/2.7/buster/Dockerfile)
 	-	[`2.7.16-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/windows/windowsservercore-ltsc2016/Dockerfile)
 	-	[`2.7.16-windowsservercore-1803`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/windows/windowsservercore-1803/Dockerfile)
 	-	[`2.7.16-windowsservercore-1809`](https://github.com/docker-library/python/blob/00dfb8462f6b3fca152d46b20c0d3b70e8c7ff5b/2.7/windows/windowsservercore-1809/Dockerfile)
@@ -193,7 +185,7 @@ This is the defacto image. If you are unsure about what your needs are, you prob
 
 This tag is based off of [`buildpack-deps`](https://hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of Docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system.
 
-Some of these tags may have names like buster, jessie, or stretch in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on.
+Some of these tags may have names like buster or stretch in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on.
 
 ## `python:<version>-slim`