소스 검색

Run update.sh

Docker Library Bot 5 년 전
부모
커밋
038a9ab180
7개의 변경된 파일75개의 추가작업 그리고 75개의 파일을 삭제
  1. 3 3
      alt/README.md
  2. 7 7
      bonita/README.md
  3. 2 2
      ghost/README.md
  4. 6 6
      gradle/README.md
  5. 5 5
      mariadb/README.md
  6. 4 4
      pypy/README.md
  7. 48 48
      python/README.md

+ 3 - 3
alt/README.md

@@ -24,9 +24,9 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`p9`, `latest`](https://github.com/alt-cloud/docker-brew-alt/blob/c3c1f444708cc0ce980ed2d13b877a4faf8ffe6e/x86_64/Dockerfile)
--	[`p8`](https://github.com/alt-cloud/docker-brew-alt/blob/b7c6a1e701ad6454d2644f57bbb20e22a1db9c64/x86_64/Dockerfile)
--	[`sisyphus`](https://github.com/alt-cloud/docker-brew-alt/blob/52b1dc24145fd5fd93cec6851ac91faea799cf94/x86_64/Dockerfile)
+-	[`p9`, `latest`](https://github.com/alt-cloud/docker-brew-alt/blob/b811fe4a8858ee240739bff95298f00851c0e845/x86_64/Dockerfile)
+-	[`p8`](https://github.com/alt-cloud/docker-brew-alt/blob/5c18e41c74ef9767ca387028957920ee055b8fe0/x86_64/Dockerfile)
+-	[`sisyphus`](https://github.com/alt-cloud/docker-brew-alt/blob/29eef3c66f24f9fd63beb116c45df5b7eaeb004c/x86_64/Dockerfile)
 
 # Quick reference (cont.)
 

+ 7 - 7
bonita/README.md

@@ -26,7 +26,7 @@ WARNING:
 
 -	[`7.9.5`, `7.9`](https://github.com/Bonitasoft-Community/docker_bonita/blob/b58b05d989055ca3521fc92211d10ff640b4028f/7.9/Dockerfile)
 -	[`7.10.5`, `7.10`](https://github.com/Bonitasoft-Community/docker_bonita/blob/80b6eebd5281c5597e2f38ed4d3a8c4b8449261c/7.10/Dockerfile)
--	[`7.11.0`, `7.11`, `latest`](https://github.com/Bonitasoft-Community/docker_bonita/blob/01eb71d7570cf028dd5fa3692ede98903e72faa1/7.11/Dockerfile)
+-	[`7.11.1`, `7.11`, `latest`](https://github.com/Bonitasoft-Community/docker_bonita/blob/cefacfd0bf83e68acaeeaddadb7bbbe73293041f/7.11/Dockerfile)
 
 # Quick reference (cont.)
 
@@ -329,17 +329,17 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat
 	-	If >= 7.3.0
 
 	```console
-	$ docker run --name=bonita_7.11.0_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.11.0
+	$ docker run --name=bonita_7.11.1_postgres --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:7.11.1
 	```
 
 -	Reapply specific configuration if needed, for example with a version >= 7.3.0 :
 
 	```console
-	$ docker exec -ti bonita_7.11.0_postgres /bin/bash
+	$ docker exec -ti bonita_7.11.1_postgres /bin/bash
 	```
 
 	```console
-	$ cd /opt/bonita/BonitaCommunity-7.11.0/setup
+	$ cd /opt/bonita/BonitaCommunity-7.11.1/setup
 	$ ./setup.sh pull
 	$ TENANT_LOGIN=tech_user
 	$ TENANT_PASSWORD=secret
@@ -359,7 +359,7 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat
 	```
 
 	```console
-	$ docker restart bonita_7.11.0_postgres
+	$ docker restart bonita_7.11.1_postgres
 	```
 
 -	Specific consideration regarding migration to Java 11 in Bonita 7.9
@@ -483,7 +483,7 @@ For example, you can increase the log level :
 ```console
 $ mkdir -p custom_bonita
 $ echo '#!/bin/bash' > custom_bonita/bonita.sh
-$ echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.11.0/server/conf/logging.properties' >> custom_bonita/bonita.sh
+$ echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.11.1/server/conf/logging.properties' >> custom_bonita/bonita.sh
 $ chmod +x custom_bonita/bonita.sh
 
 $ docker run --name bonita_custom -v "$PWD"/custom_bonita/:/opt/custom-init.d -d -p 8080:8080 bonita
@@ -501,7 +501,7 @@ Note: There are several ways to check the `bonita` logs. Till Bonita 7.8, one of
 
 ```console
 $ docker exec -ti bonita_custom /bin/bash
-tail -f /opt/bonita/BonitaCommunity-7.11.0/server/logs/bonita.`date +%Y-%m-%d`.log
+tail -f /opt/bonita/BonitaCommunity-7.11.1/server/logs/bonita.`date +%Y-%m-%d`.log
 ```
 
 Since Bonita 7.9 bonita logs are redirected towards standard output and directly accessible using

+ 2 - 2
ghost/README.md

@@ -24,8 +24,8 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`3.29.0`, `3.29`, `3`, `latest`](https://github.com/docker-library/ghost/blob/4cdfcaf5d2485047a6f2dc8c3770233ac11a7f84/3/debian/Dockerfile)
--	[`3.29.0-alpine`, `3.29-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/4cdfcaf5d2485047a6f2dc8c3770233ac11a7f84/3/alpine/Dockerfile)
+-	[`3.29.1`, `3.29`, `3`, `latest`](https://github.com/docker-library/ghost/blob/05e95483e020d92fb0e1821af6aaf8733fec9669/3/debian/Dockerfile)
+-	[`3.29.1-alpine`, `3.29-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/05e95483e020d92fb0e1821af6aaf8733fec9669/3/alpine/Dockerfile)
 -	[`2.38.2`, `2.38`, `2`](https://github.com/docker-library/ghost/blob/30d7c579647e33ca8c9ecac3a559c4a99a12cb73/2/debian/Dockerfile)
 -	[`2.38.2-alpine`, `2.38-alpine`, `2-alpine`](https://github.com/docker-library/ghost/blob/30d7c579647e33ca8c9ecac3a559c4a99a12cb73/2/alpine/Dockerfile)
 

+ 6 - 6
gradle/README.md

@@ -24,12 +24,12 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`6.5.1-jdk8`, `6.5-jdk8`, `jdk8`, `6.5.1-jdk`, `6.5-jdk`, `jdk`, `6.5.1`, `6.5`, `latest`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jdk8/Dockerfile)
--	[`6.5.1-jre8`, `6.5-jre8`, `jre8`, `6.5.1-jre`, `6.5-jre`, `jre`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jre8/Dockerfile)
--	[`6.5.1-jdk11`, `6.5-jdk11`, `jdk11`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jdk11/Dockerfile)
--	[`6.5.1-jre11`, `6.5-jre11`, `jre11`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jre11/Dockerfile)
--	[`6.5.1-jdk14`, `6.5-jdk14`, `jdk14`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jdk14/Dockerfile)
--	[`6.5.1-jre14`, `6.5-jre14`, `jre14`](https://github.com/keeganwitt/docker-gradle/blob/cc5b5b023f19104bbd994651cd182ddd84846dbf/jre14/Dockerfile)
+-	[`6.6.0-jdk8`, `6.6-jdk8`, `jdk8`, `6.6.0-jdk`, `6.6-jdk`, `jdk`, `6.6.0`, `6.6`, `latest`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jdk8/Dockerfile)
+-	[`6.6.0-jre8`, `6.6-jre8`, `jre8`, `6.6.0-jre`, `6.6-jre`, `jre`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jre8/Dockerfile)
+-	[`6.6.0-jdk11`, `6.6-jdk11`, `jdk11`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jdk11/Dockerfile)
+-	[`6.6.0-jre11`, `6.6-jre11`, `jre11`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jre11/Dockerfile)
+-	[`6.6.0-jdk14`, `6.6-jdk14`, `jdk14`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jdk14/Dockerfile)
+-	[`6.6.0-jre14`, `6.6-jre14`, `jre14`](https://github.com/keeganwitt/docker-gradle/blob/bc176d51b9bb8ddb692660189db41706453c18be/jre14/Dockerfile)
 
 # Quick reference (cont.)
 

+ 5 - 5
mariadb/README.md

@@ -24,11 +24,11 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`10.5.4-focal`, `10.5-focal`, `10-focal`, `focal`, `10.5.4`, `10.5`, `10`, `latest`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.5/Dockerfile)
--	[`10.4.13-focal`, `10.4-focal`, `10.4.13`, `10.4`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.4/Dockerfile)
--	[`10.3.23-focal`, `10.3-focal`, `10.3.23`, `10.3`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.3/Dockerfile)
--	[`10.2.32-bionic`, `10.2-bionic`, `10.2.32`, `10.2`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.2/Dockerfile)
--	[`10.1.45-bionic`, `10.1-bionic`, `10.1.45`, `10.1`](https://github.com/docker-library/mariadb/blob/8ec795570021bdcf933a60d13b4631912634a5cc/10.1/Dockerfile)
+-	[`10.5.5-focal`, `10.5-focal`, `10-focal`, `focal`, `10.5.5`, `10.5`, `10`, `latest`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.5/Dockerfile)
+-	[`10.4.14-focal`, `10.4-focal`, `10.4.14`, `10.4`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.4/Dockerfile)
+-	[`10.3.24-focal`, `10.3-focal`, `10.3.24`, `10.3`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.3/Dockerfile)
+-	[`10.2.33-bionic`, `10.2-bionic`, `10.2.33`, `10.2`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.2/Dockerfile)
+-	[`10.1.46-bionic`, `10.1-bionic`, `10.1.46`, `10.1`](https://github.com/docker-library/mariadb/blob/88ff4eed96a7662c1a06b16397592af954770070/10.1/Dockerfile)
 
 # Quick reference (cont.)
 

+ 4 - 4
pypy/README.md

@@ -24,10 +24,10 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`2.7-7.3.1`, `2.7-7.3`, `2.7-7`, `2.7`, `2-7.3.1`, `2-7.3`, `2-7`, `2`, `2.7-7.3.1-buster`, `2.7-7.3-buster`, `2.7-7-buster`, `2.7-buster`, `2-7.3.1-buster`, `2-7.3-buster`, `2-7-buster`, `2-buster`](https://github.com/docker-library/pypy/blob/7823435728677cc516632de760e8686c96aaa8f9/2.7/Dockerfile)
--	[`2.7-7.3.1-slim`, `2.7-7.3-slim`, `2.7-7-slim`, `2.7-slim`, `2-7.3.1-slim`, `2-7.3-slim`, `2-7-slim`, `2-slim`, `2.7-7.3.1-slim-buster`, `2.7-7.3-slim-buster`, `2.7-7-slim-buster`, `2.7-slim-buster`, `2-7.3.1-slim-buster`, `2-7.3-slim-buster`, `2-7-slim-buster`, `2-slim-buster`](https://github.com/docker-library/pypy/blob/7823435728677cc516632de760e8686c96aaa8f9/2.7/slim/Dockerfile)
--	[`3.6-7.3.1`, `3.6-7.3`, `3.6-7`, `3.6`, `3-7.3.1`, `3-7.3`, `3-7`, `3`, `latest`, `3.6-7.3.1-buster`, `3.6-7.3-buster`, `3.6-7-buster`, `3.6-buster`, `3-7.3.1-buster`, `3-7.3-buster`, `3-7-buster`, `3-buster`, `buster`](https://github.com/docker-library/pypy/blob/7823435728677cc516632de760e8686c96aaa8f9/3.6/Dockerfile)
--	[`3.6-7.3.1-slim`, `3.6-7.3-slim`, `3.6-7-slim`, `3.6-slim`, `3-7.3.1-slim`, `3-7.3-slim`, `3-7-slim`, `3-slim`, `slim`, `3.6-7.3.1-slim-buster`, `3.6-7.3-slim-buster`, `3.6-7-slim-buster`, `3.6-slim-buster`, `3-7.3.1-slim-buster`, `3-7.3-slim-buster`, `3-7-slim-buster`, `3-slim-buster`, `slim-buster`](https://github.com/docker-library/pypy/blob/7823435728677cc516632de760e8686c96aaa8f9/3.6/slim/Dockerfile)
+-	[`2.7-7.3.1`, `2.7-7.3`, `2.7-7`, `2.7`, `2-7.3.1`, `2-7.3`, `2-7`, `2`, `2.7-7.3.1-buster`, `2.7-7.3-buster`, `2.7-7-buster`, `2.7-buster`, `2-7.3.1-buster`, `2-7.3-buster`, `2-7-buster`, `2-buster`](https://github.com/docker-library/pypy/blob/f326d2a8970649cd6308f7a8f0467eeb5c6fc4f8/2.7/Dockerfile)
+-	[`2.7-7.3.1-slim`, `2.7-7.3-slim`, `2.7-7-slim`, `2.7-slim`, `2-7.3.1-slim`, `2-7.3-slim`, `2-7-slim`, `2-slim`, `2.7-7.3.1-slim-buster`, `2.7-7.3-slim-buster`, `2.7-7-slim-buster`, `2.7-slim-buster`, `2-7.3.1-slim-buster`, `2-7.3-slim-buster`, `2-7-slim-buster`, `2-slim-buster`](https://github.com/docker-library/pypy/blob/f326d2a8970649cd6308f7a8f0467eeb5c6fc4f8/2.7/slim/Dockerfile)
+-	[`3.6-7.3.1`, `3.6-7.3`, `3.6-7`, `3.6`, `3-7.3.1`, `3-7.3`, `3-7`, `3`, `latest`, `3.6-7.3.1-buster`, `3.6-7.3-buster`, `3.6-7-buster`, `3.6-buster`, `3-7.3.1-buster`, `3-7.3-buster`, `3-7-buster`, `3-buster`, `buster`](https://github.com/docker-library/pypy/blob/f326d2a8970649cd6308f7a8f0467eeb5c6fc4f8/3.6/Dockerfile)
+-	[`3.6-7.3.1-slim`, `3.6-7.3-slim`, `3.6-7-slim`, `3.6-slim`, `3-7.3.1-slim`, `3-7.3-slim`, `3-7-slim`, `3-slim`, `slim`, `3.6-7.3.1-slim-buster`, `3.6-7.3-slim-buster`, `3.6-7-slim-buster`, `3.6-slim-buster`, `3-7.3.1-slim-buster`, `3-7.3-slim-buster`, `3-7-slim-buster`, `3-slim-buster`, `slim-buster`](https://github.com/docker-library/pypy/blob/f326d2a8970649cd6308f7a8f0467eeb5c6fc4f8/3.6/slim/Dockerfile)
 
 # Quick reference (cont.)
 

+ 48 - 48
python/README.md

@@ -28,65 +28,65 @@ WARNING:
 
 ## Simple Tags
 
--	[`3.9.0b5-buster`, `3.9-rc-buster`, `rc-buster`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/buster/Dockerfile)
--	[`3.9.0b5-slim-buster`, `3.9-rc-slim-buster`, `rc-slim-buster`, `3.9.0b5-slim`, `3.9-rc-slim`, `rc-slim`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/buster/slim/Dockerfile)
--	[`3.9.0b5-alpine3.12`, `3.9-rc-alpine3.12`, `rc-alpine3.12`, `3.9.0b5-alpine`, `3.9-rc-alpine`, `rc-alpine`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/alpine3.12/Dockerfile)
--	[`3.9.0b5-windowsservercore-ltsc2016`, `3.9-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile)
--	[`3.9.0b5-windowsservercore-1809`, `3.9-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/windows/windowsservercore-1809/Dockerfile)
--	[`3.8.5-buster`, `3.8-buster`, `3-buster`, `buster`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/buster/Dockerfile)
--	[`3.8.5-slim-buster`, `3.8-slim-buster`, `3-slim-buster`, `slim-buster`, `3.8.5-slim`, `3.8-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/buster/slim/Dockerfile)
--	[`3.8.5-alpine3.12`, `3.8-alpine3.12`, `3-alpine3.12`, `alpine3.12`, `3.8.5-alpine`, `3.8-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/alpine3.12/Dockerfile)
--	[`3.8.5-alpine3.11`, `3.8-alpine3.11`, `3-alpine3.11`, `alpine3.11`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/alpine3.11/Dockerfile)
--	[`3.8.5-windowsservercore-ltsc2016`, `3.8-windowsservercore-ltsc2016`, `3-windowsservercore-ltsc2016`, `windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/windows/windowsservercore-ltsc2016/Dockerfile)
--	[`3.8.5-windowsservercore-1809`, `3.8-windowsservercore-1809`, `3-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/windows/windowsservercore-1809/Dockerfile)
--	[`3.7.8-buster`, `3.7-buster`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/buster/Dockerfile)
--	[`3.7.8-slim-buster`, `3.7-slim-buster`, `3.7.8-slim`, `3.7-slim`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/buster/slim/Dockerfile)
--	[`3.7.8-stretch`, `3.7-stretch`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/stretch/Dockerfile)
--	[`3.7.8-slim-stretch`, `3.7-slim-stretch`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/stretch/slim/Dockerfile)
--	[`3.7.8-alpine3.12`, `3.7-alpine3.12`, `3.7.8-alpine`, `3.7-alpine`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/alpine3.12/Dockerfile)
--	[`3.7.8-alpine3.11`, `3.7-alpine3.11`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/alpine3.11/Dockerfile)
--	[`3.7.8-windowsservercore-ltsc2016`, `3.7-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
--	[`3.7.8-windowsservercore-1809`, `3.7-windowsservercore-1809`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/windows/windowsservercore-1809/Dockerfile)
--	[`3.6.11-buster`, `3.6-buster`](https://github.com/docker-library/python/blob/2d797db1a0c4e1a065a17f0f1620f02350ced37b/3.6/buster/Dockerfile)
--	[`3.6.11-slim-buster`, `3.6-slim-buster`, `3.6.11-slim`, `3.6-slim`](https://github.com/docker-library/python/blob/2d797db1a0c4e1a065a17f0f1620f02350ced37b/3.6/buster/slim/Dockerfile)
--	[`3.6.11-stretch`, `3.6-stretch`](https://github.com/docker-library/python/blob/2d797db1a0c4e1a065a17f0f1620f02350ced37b/3.6/stretch/Dockerfile)
--	[`3.6.11-slim-stretch`, `3.6-slim-stretch`](https://github.com/docker-library/python/blob/2d797db1a0c4e1a065a17f0f1620f02350ced37b/3.6/stretch/slim/Dockerfile)
--	[`3.6.11-alpine3.12`, `3.6-alpine3.12`, `3.6.11-alpine`, `3.6-alpine`](https://github.com/docker-library/python/blob/2d797db1a0c4e1a065a17f0f1620f02350ced37b/3.6/alpine3.12/Dockerfile)
--	[`3.6.11-alpine3.11`, `3.6-alpine3.11`](https://github.com/docker-library/python/blob/2d797db1a0c4e1a065a17f0f1620f02350ced37b/3.6/alpine3.11/Dockerfile)
--	[`3.5.9-buster`, `3.5-buster`](https://github.com/docker-library/python/blob/54e28d20def9b65ca689b6415df9d2d85e515750/3.5/buster/Dockerfile)
--	[`3.5.9-slim-buster`, `3.5-slim-buster`, `3.5.9-slim`, `3.5-slim`](https://github.com/docker-library/python/blob/54e28d20def9b65ca689b6415df9d2d85e515750/3.5/buster/slim/Dockerfile)
--	[`3.5.9-stretch`, `3.5-stretch`](https://github.com/docker-library/python/blob/54e28d20def9b65ca689b6415df9d2d85e515750/3.5/stretch/Dockerfile)
--	[`3.5.9-slim-stretch`, `3.5-slim-stretch`](https://github.com/docker-library/python/blob/54e28d20def9b65ca689b6415df9d2d85e515750/3.5/stretch/slim/Dockerfile)
--	[`3.5.9-alpine3.12`, `3.5-alpine3.12`, `3.5.9-alpine`, `3.5-alpine`](https://github.com/docker-library/python/blob/54e28d20def9b65ca689b6415df9d2d85e515750/3.5/alpine3.12/Dockerfile)
--	[`3.5.9-alpine3.11`, `3.5-alpine3.11`](https://github.com/docker-library/python/blob/54e28d20def9b65ca689b6415df9d2d85e515750/3.5/alpine3.11/Dockerfile)
+-	[`3.9.0b5-buster`, `3.9-rc-buster`, `rc-buster`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/buster/Dockerfile)
+-	[`3.9.0b5-slim-buster`, `3.9-rc-slim-buster`, `rc-slim-buster`, `3.9.0b5-slim`, `3.9-rc-slim`, `rc-slim`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/buster/slim/Dockerfile)
+-	[`3.9.0b5-alpine3.12`, `3.9-rc-alpine3.12`, `rc-alpine3.12`, `3.9.0b5-alpine`, `3.9-rc-alpine`, `rc-alpine`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/alpine3.12/Dockerfile)
+-	[`3.9.0b5-windowsservercore-ltsc2016`, `3.9-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile)
+-	[`3.9.0b5-windowsservercore-1809`, `3.9-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/windows/windowsservercore-1809/Dockerfile)
+-	[`3.8.5-buster`, `3.8-buster`, `3-buster`, `buster`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/buster/Dockerfile)
+-	[`3.8.5-slim-buster`, `3.8-slim-buster`, `3-slim-buster`, `slim-buster`, `3.8.5-slim`, `3.8-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/buster/slim/Dockerfile)
+-	[`3.8.5-alpine3.12`, `3.8-alpine3.12`, `3-alpine3.12`, `alpine3.12`, `3.8.5-alpine`, `3.8-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/alpine3.12/Dockerfile)
+-	[`3.8.5-alpine3.11`, `3.8-alpine3.11`, `3-alpine3.11`, `alpine3.11`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/alpine3.11/Dockerfile)
+-	[`3.8.5-windowsservercore-ltsc2016`, `3.8-windowsservercore-ltsc2016`, `3-windowsservercore-ltsc2016`, `windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/windows/windowsservercore-ltsc2016/Dockerfile)
+-	[`3.8.5-windowsservercore-1809`, `3.8-windowsservercore-1809`, `3-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/windows/windowsservercore-1809/Dockerfile)
+-	[`3.7.8-buster`, `3.7-buster`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/buster/Dockerfile)
+-	[`3.7.8-slim-buster`, `3.7-slim-buster`, `3.7.8-slim`, `3.7-slim`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/buster/slim/Dockerfile)
+-	[`3.7.8-stretch`, `3.7-stretch`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/stretch/Dockerfile)
+-	[`3.7.8-slim-stretch`, `3.7-slim-stretch`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/stretch/slim/Dockerfile)
+-	[`3.7.8-alpine3.12`, `3.7-alpine3.12`, `3.7.8-alpine`, `3.7-alpine`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/alpine3.12/Dockerfile)
+-	[`3.7.8-alpine3.11`, `3.7-alpine3.11`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/alpine3.11/Dockerfile)
+-	[`3.7.8-windowsservercore-ltsc2016`, `3.7-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
+-	[`3.7.8-windowsservercore-1809`, `3.7-windowsservercore-1809`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/windows/windowsservercore-1809/Dockerfile)
+-	[`3.6.11-buster`, `3.6-buster`](https://github.com/docker-library/python/blob/b80663bf0bf2d901ba3db6cd74f6d7a8d833ee17/3.6/buster/Dockerfile)
+-	[`3.6.11-slim-buster`, `3.6-slim-buster`, `3.6.11-slim`, `3.6-slim`](https://github.com/docker-library/python/blob/b80663bf0bf2d901ba3db6cd74f6d7a8d833ee17/3.6/buster/slim/Dockerfile)
+-	[`3.6.11-stretch`, `3.6-stretch`](https://github.com/docker-library/python/blob/b80663bf0bf2d901ba3db6cd74f6d7a8d833ee17/3.6/stretch/Dockerfile)
+-	[`3.6.11-slim-stretch`, `3.6-slim-stretch`](https://github.com/docker-library/python/blob/b80663bf0bf2d901ba3db6cd74f6d7a8d833ee17/3.6/stretch/slim/Dockerfile)
+-	[`3.6.11-alpine3.12`, `3.6-alpine3.12`, `3.6.11-alpine`, `3.6-alpine`](https://github.com/docker-library/python/blob/b80663bf0bf2d901ba3db6cd74f6d7a8d833ee17/3.6/alpine3.12/Dockerfile)
+-	[`3.6.11-alpine3.11`, `3.6-alpine3.11`](https://github.com/docker-library/python/blob/b80663bf0bf2d901ba3db6cd74f6d7a8d833ee17/3.6/alpine3.11/Dockerfile)
+-	[`3.5.9-buster`, `3.5-buster`](https://github.com/docker-library/python/blob/bbcf54ff145c32dc1e04b4bd3b96cffffd5872ae/3.5/buster/Dockerfile)
+-	[`3.5.9-slim-buster`, `3.5-slim-buster`, `3.5.9-slim`, `3.5-slim`](https://github.com/docker-library/python/blob/bbcf54ff145c32dc1e04b4bd3b96cffffd5872ae/3.5/buster/slim/Dockerfile)
+-	[`3.5.9-stretch`, `3.5-stretch`](https://github.com/docker-library/python/blob/bbcf54ff145c32dc1e04b4bd3b96cffffd5872ae/3.5/stretch/Dockerfile)
+-	[`3.5.9-slim-stretch`, `3.5-slim-stretch`](https://github.com/docker-library/python/blob/bbcf54ff145c32dc1e04b4bd3b96cffffd5872ae/3.5/stretch/slim/Dockerfile)
+-	[`3.5.9-alpine3.12`, `3.5-alpine3.12`, `3.5.9-alpine`, `3.5-alpine`](https://github.com/docker-library/python/blob/bbcf54ff145c32dc1e04b4bd3b96cffffd5872ae/3.5/alpine3.12/Dockerfile)
+-	[`3.5.9-alpine3.11`, `3.5-alpine3.11`](https://github.com/docker-library/python/blob/bbcf54ff145c32dc1e04b4bd3b96cffffd5872ae/3.5/alpine3.11/Dockerfile)
 
 ## Shared Tags
 
 -	`3.9.0b5`, `3.9-rc`, `rc`:
-	-	[`3.9.0b5-buster`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/buster/Dockerfile)
-	-	[`3.9.0b5-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.9.0b5-windowsservercore-1809`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.9.0b5-buster`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/buster/Dockerfile)
+	-	[`3.9.0b5-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.9.0b5-windowsservercore-1809`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/windows/windowsservercore-1809/Dockerfile)
 -	`3.9.0b5-windowsservercore`, `3.9-rc-windowsservercore`, `rc-windowsservercore`:
-	-	[`3.9.0b5-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.9.0b5-windowsservercore-1809`](https://github.com/docker-library/python/blob/d0a27552acf98aaab77b218198445da32261f099/3.9-rc/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.9.0b5-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.9.0b5-windowsservercore-1809`](https://github.com/docker-library/python/blob/4f3f45defcaf66b86474f1372cbd25b4bc24bb66/3.9-rc/windows/windowsservercore-1809/Dockerfile)
 -	`3.8.5`, `3.8`, `3`, `latest`:
-	-	[`3.8.5-buster`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/buster/Dockerfile)
-	-	[`3.8.5-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.8.5-windowsservercore-1809`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.8.5-buster`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/buster/Dockerfile)
+	-	[`3.8.5-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.8.5-windowsservercore-1809`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/windows/windowsservercore-1809/Dockerfile)
 -	`3.8.5-windowsservercore`, `3.8-windowsservercore`, `3-windowsservercore`, `windowsservercore`:
-	-	[`3.8.5-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.8.5-windowsservercore-1809`](https://github.com/docker-library/python/blob/9e32f5480f737af51e46f23bd172ea81288dfdf5/3.8/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.8.5-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.8.5-windowsservercore-1809`](https://github.com/docker-library/python/blob/1b78ff417e41b6448d98d6dd6890a1f95b0ce4be/3.8/windows/windowsservercore-1809/Dockerfile)
 -	`3.7.8`, `3.7`:
-	-	[`3.7.8-buster`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/buster/Dockerfile)
-	-	[`3.7.8-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.7.8-windowsservercore-1809`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.7.8-buster`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/buster/Dockerfile)
+	-	[`3.7.8-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.7.8-windowsservercore-1809`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/windows/windowsservercore-1809/Dockerfile)
 -	`3.7.8-windowsservercore`, `3.7-windowsservercore`:
-	-	[`3.7.8-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
-	-	[`3.7.8-windowsservercore-1809`](https://github.com/docker-library/python/blob/16e18a6ab06ce433210ad45b4956e2a4e71736df/3.7/windows/windowsservercore-1809/Dockerfile)
+	-	[`3.7.8-windowsservercore-ltsc2016`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/windows/windowsservercore-ltsc2016/Dockerfile)
+	-	[`3.7.8-windowsservercore-1809`](https://github.com/docker-library/python/blob/9afdc5a6bf03879d42556284df5cf146e8ed7287/3.7/windows/windowsservercore-1809/Dockerfile)
 -	`3.6.11`, `3.6`:
-	-	[`3.6.11-buster`](https://github.com/docker-library/python/blob/2d797db1a0c4e1a065a17f0f1620f02350ced37b/3.6/buster/Dockerfile)
+	-	[`3.6.11-buster`](https://github.com/docker-library/python/blob/b80663bf0bf2d901ba3db6cd74f6d7a8d833ee17/3.6/buster/Dockerfile)
 -	`3.5.9`, `3.5`:
-	-	[`3.5.9-buster`](https://github.com/docker-library/python/blob/54e28d20def9b65ca689b6415df9d2d85e515750/3.5/buster/Dockerfile)
+	-	[`3.5.9-buster`](https://github.com/docker-library/python/blob/bbcf54ff145c32dc1e04b4bd3b96cffffd5872ae/3.5/buster/Dockerfile)
 
 # Quick reference (cont.)