瀏覽代碼

Run update.sh

Docker Library Bot 5 年之前
父節點
當前提交
32d11100e9
共有 5 個文件被更改,包括 37 次插入43 次删除
  1. 7 7
      friendica/README.md
  2. 6 6
      groovy/README.md
  3. 3 3
      haproxy/README.md
  4. 15 21
      haxe/README.md
  5. 6 6
      php/README.md

+ 7 - 7
friendica/README.md

@@ -24,12 +24,12 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`2020.07-apache`, `apache`, `stable-apache`, `2020.07`, `latest`, `stable`](https://github.com/friendica/docker/blob/2e38177e2e53641655d78f7bbdedf134c5645198/2020.07/apache/Dockerfile)
--	[`2020.07-fpm`, `fpm`, `stable-fpm`](https://github.com/friendica/docker/blob/2e38177e2e53641655d78f7bbdedf134c5645198/2020.07/fpm/Dockerfile)
--	[`2020.07-fpm-alpine`, `fpm-alpine`, `stable-fpm-alpine`](https://github.com/friendica/docker/blob/2e38177e2e53641655d78f7bbdedf134c5645198/2020.07/fpm-alpine/Dockerfile)
--	[`2020.09-dev-apache`, `dev-apache`, `2020.09-dev`, `dev`](https://github.com/friendica/docker/blob/2e38177e2e53641655d78f7bbdedf134c5645198/2020.09-dev/apache/Dockerfile)
--	[`2020.09-dev-fpm`, `dev-fpm`](https://github.com/friendica/docker/blob/2e38177e2e53641655d78f7bbdedf134c5645198/2020.09-dev/fpm/Dockerfile)
--	[`2020.09-dev-fpm-alpine`, `dev-fpm-alpine`](https://github.com/friendica/docker/blob/2e38177e2e53641655d78f7bbdedf134c5645198/2020.09-dev/fpm-alpine/Dockerfile)
+-	[`2020.07-apache`, `apache`, `stable-apache`, `2020.07`, `latest`, `stable`](https://github.com/friendica/docker/blob/51a6dcc6fcf3fc1aa57c60477428646272778016/2020.07/apache/Dockerfile)
+-	[`2020.07-fpm`, `fpm`, `stable-fpm`](https://github.com/friendica/docker/blob/51a6dcc6fcf3fc1aa57c60477428646272778016/2020.07/fpm/Dockerfile)
+-	[`2020.07-fpm-alpine`, `fpm-alpine`, `stable-fpm-alpine`](https://github.com/friendica/docker/blob/51a6dcc6fcf3fc1aa57c60477428646272778016/2020.07/fpm-alpine/Dockerfile)
+-	[`2020.09-dev-apache`, `dev-apache`, `2020.09-dev`, `dev`](https://github.com/friendica/docker/blob/51a6dcc6fcf3fc1aa57c60477428646272778016/2020.09-dev/apache/Dockerfile)
+-	[`2020.09-dev-fpm`, `dev-fpm`](https://github.com/friendica/docker/blob/51a6dcc6fcf3fc1aa57c60477428646272778016/2020.09-dev/fpm/Dockerfile)
+-	[`2020.09-dev-fpm-alpine`, `dev-fpm-alpine`](https://github.com/friendica/docker/blob/51a6dcc6fcf3fc1aa57c60477428646272778016/2020.09-dev/fpm-alpine/Dockerfile)
 
 # Quick reference (cont.)
 
@@ -144,13 +144,13 @@ You have to set a valid SMTP-MTA for the `SMTP` environment variable to enable m
 The following environment variables are possible for the SMTP examples.
 
 -	`SMTP` Address of the SMTP Mail-Gateway. (**required**)
+-	`SMTP_PORT` Port of the SMTP Mail-Gateway. (Default: 587)
 -	`SMTP_DOMAIN` The sender domain. (**required** - e.g. `friendica.local`)
 -	`SMTP_FROM` Sender user-part of the address. (Default: `no-reply` - e.g. [email protected])
 -	`SMTP_TLS` Use TLS for connecting the SMTP Mail-Gateway. (Default: empty)
 -	`SMTP_STARTTLS` Use STARTTLS for connecting the SMTP Mail-Gateway. (Default: empty)
 -	`SMTP_AUTH_USER` Username for the SMTP Mail-Gateway. (Default: empty)
 -	`SMTP_AUTH_PASS` Password for the SMTP Mail-Gateway. (Default: empty)
--	`SMTP_AUTH_METHOD` Authentication method for the SMTP Mail-Gateway. (Default: empty/plain text)
 
 ## Database settings
 

+ 6 - 6
groovy/README.md

@@ -24,12 +24,12 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`3.0.4-jdk8`, `3.0-jdk8`, `3.0.4-jdk`, `3.0-jdk`, `jdk8`, `jdk`](https://github.com/groovy/docker-groovy/blob/d4782a5dc5d4a5b0e6546e548b1b97efa9e3bd2b/jdk8/Dockerfile)
--	[`3.0.4-jre8`, `3.0-jre8`, `3.0.4-jre`, `3.0-jre`, `3.0.4`, `3.0`, `jre8`, `jre`, `latest`](https://github.com/groovy/docker-groovy/blob/d4782a5dc5d4a5b0e6546e548b1b97efa9e3bd2b/jre8/Dockerfile)
--	[`3.0.4-jdk11`, `3.0-jdk11`, `jdk11`](https://github.com/groovy/docker-groovy/blob/d4782a5dc5d4a5b0e6546e548b1b97efa9e3bd2b/jdk11/Dockerfile)
--	[`3.0.4-jre11`, `3.0-jre11`, `jre11`](https://github.com/groovy/docker-groovy/blob/d4782a5dc5d4a5b0e6546e548b1b97efa9e3bd2b/jre11/Dockerfile)
--	[`3.0.4-jdk14`, `3.0-jdk14`, `jdk14`](https://github.com/groovy/docker-groovy/blob/d4782a5dc5d4a5b0e6546e548b1b97efa9e3bd2b/jdk14/Dockerfile)
--	[`3.0.4-jre14`, `3.0-jre14`, `jre14`](https://github.com/groovy/docker-groovy/blob/d4782a5dc5d4a5b0e6546e548b1b97efa9e3bd2b/jre14/Dockerfile)
+-	[`3.0.5-jdk8`, `3.0-jdk8`, `3.0.5-jdk`, `3.0-jdk`, `jdk8`, `jdk`](https://github.com/groovy/docker-groovy/blob/0913d539587a11ece93ef09f68356b7bf2607e1b/jdk8/Dockerfile)
+-	[`3.0.5-jre8`, `3.0-jre8`, `3.0.5-jre`, `3.0-jre`, `3.0.5`, `3.0`, `jre8`, `jre`, `latest`](https://github.com/groovy/docker-groovy/blob/0913d539587a11ece93ef09f68356b7bf2607e1b/jre8/Dockerfile)
+-	[`3.0.5-jdk11`, `3.0-jdk11`, `jdk11`](https://github.com/groovy/docker-groovy/blob/0913d539587a11ece93ef09f68356b7bf2607e1b/jdk11/Dockerfile)
+-	[`3.0.5-jre11`, `3.0-jre11`, `jre11`](https://github.com/groovy/docker-groovy/blob/0913d539587a11ece93ef09f68356b7bf2607e1b/jre11/Dockerfile)
+-	[`3.0.5-jdk14`, `3.0-jdk14`, `jdk14`](https://github.com/groovy/docker-groovy/blob/0913d539587a11ece93ef09f68356b7bf2607e1b/jdk14/Dockerfile)
+-	[`3.0.5-jre14`, `3.0-jre14`, `jre14`](https://github.com/groovy/docker-groovy/blob/0913d539587a11ece93ef09f68356b7bf2607e1b/jre14/Dockerfile)
 
 # Quick reference (cont.)
 

+ 3 - 3
haproxy/README.md

@@ -26,12 +26,12 @@ WARNING:
 
 -	[`2.3-dev1`, `2.3-dev`](https://github.com/docker-library/haproxy/blob/6e4facdc3a4cb4c4f1265e68c17d7c6edb2a9d1e/2.3-rc/Dockerfile)
 -	[`2.3-dev1-alpine`, `2.3-dev-alpine`](https://github.com/docker-library/haproxy/blob/6e4facdc3a4cb4c4f1265e68c17d7c6edb2a9d1e/2.3-rc/alpine/Dockerfile)
--	[`2.2.0`, `2.2`, `latest`, `lts`](https://github.com/docker-library/haproxy/blob/b9e54c2c29daa41f5045c7e95c887abe1933ea03/2.2/Dockerfile)
--	[`2.2.0-alpine`, `2.2-alpine`, `alpine`, `lts-alpine`](https://github.com/docker-library/haproxy/blob/b9e54c2c29daa41f5045c7e95c887abe1933ea03/2.2/alpine/Dockerfile)
+-	[`2.2.1`, `2.2`, `latest`, `lts`](https://github.com/docker-library/haproxy/blob/8d69936c2bac1e20c720738761f85987f93b9a73/2.2/Dockerfile)
+-	[`2.2.1-alpine`, `2.2-alpine`, `alpine`, `lts-alpine`](https://github.com/docker-library/haproxy/blob/8d69936c2bac1e20c720738761f85987f93b9a73/2.2/alpine/Dockerfile)
 -	[`2.1.7`, `2.1`](https://github.com/docker-library/haproxy/blob/ff559288c519c0792bccb5c2e0d1e9d5fd5a87c9/2.1/Dockerfile)
 -	[`2.1.7-alpine`, `2.1-alpine`](https://github.com/docker-library/haproxy/blob/e538b03ce98ce2c9bb9e6e0db26d87ad45a137d0/2.1/alpine/Dockerfile)
 -	[`2.0.16`, `2.0`](https://github.com/docker-library/haproxy/blob/c4081598aacb56651940e84a04c8e03c403aec3c/2.0/Dockerfile)
--	[`2.0.16-alpine`, `2.0-alpine`](https://github.com/docker-library/haproxy/blob/c4081598aacb56651940e84a04c8e03c403aec3c/2.0/alpine/Dockerfile)
+-	[`2.0.16-alpine`, `2.0-alpine`](https://github.com/docker-library/haproxy/blob/461dcbfa8538c9ab47d41b96f3c8d1835166382e/2.0/alpine/Dockerfile)
 -	[`1.9.15`, `1.9`, `1`](https://github.com/docker-library/haproxy/blob/eeaaa570ccaeec6fa7e545b9314d6f246b6b283c/1.9/Dockerfile)
 -	[`1.9.15-alpine`, `1.9-alpine`, `1-alpine`](https://github.com/docker-library/haproxy/blob/e538b03ce98ce2c9bb9e6e0db26d87ad45a137d0/1.9/alpine/Dockerfile)
 -	[`1.8.25`, `1.8`](https://github.com/docker-library/haproxy/blob/eeaaa570ccaeec6fa7e545b9314d6f246b6b283c/1.8/Dockerfile)

+ 15 - 21
haxe/README.md

@@ -28,17 +28,15 @@ WARNING:
 
 ## Simple Tags
 
--	[`4.1.2-buster`, `4.1-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/buster/Dockerfile)
--	[`4.1.2-stretch`, `4.1-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/stretch/Dockerfile)
--	[`4.1.2-windowsservercore-1809`, `4.1-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/windowsservercore-1809/Dockerfile)
--	[`4.1.2-windowsservercore-ltsc2016`, `4.1-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/windowsservercore-ltsc2016/Dockerfile)
--	[`4.1.2-alpine3.12`, `4.1-alpine3.12`, `4.1.2-alpine`, `4.1-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/alpine3.12/Dockerfile)
--	[`4.1.2-alpine3.11`, `4.1-alpine3.11`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/alpine3.11/Dockerfile)
--	[`4.1.2-alpine3.10`, `4.1-alpine3.10`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/alpine3.10/Dockerfile)
--	[`4.1.2-alpine3.9`, `4.1-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/alpine3.9/Dockerfile)
+-	[`4.1.3-buster`, `4.1-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/buster/Dockerfile)
+-	[`4.1.3-windowsservercore-1809`, `4.1-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/windowsservercore-1809/Dockerfile)
+-	[`4.1.3-windowsservercore-ltsc2016`, `4.1-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/windowsservercore-ltsc2016/Dockerfile)
+-	[`4.1.3-alpine3.12`, `4.1-alpine3.12`, `4.1.3-alpine`, `4.1-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/alpine3.12/Dockerfile)
+-	[`4.1.3-alpine3.11`, `4.1-alpine3.11`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/alpine3.11/Dockerfile)
+-	[`4.1.3-alpine3.10`, `4.1-alpine3.10`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/alpine3.10/Dockerfile)
+-	[`4.1.3-alpine3.9`, `4.1-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/alpine3.9/Dockerfile)
 -	[`4.0.5-buster`, `4.0-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/1f586bf85c12ce5c9300f24079912b94c73bc3f7/4.0/buster/Dockerfile)
 -	[`4.0.5-stretch`, `4.0-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/e57329c158b19f881c57a0496afbaf4446895fca/4.0/stretch/Dockerfile)
--	[`4.0.5-jessie`, `4.0-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/02dd441749ccca93e1898b130b569a3f40cd6241/4.0/jessie/Dockerfile)
 -	[`4.0.5-windowsservercore-1809`, `4.0-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/windowsservercore-1809/Dockerfile)
 -	[`4.0.5-windowsservercore-ltsc2016`, `4.0-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/windowsservercore-ltsc2016/Dockerfile)
 -	[`4.0.5-alpine3.12`, `4.0-alpine3.12`, `4.0.5-alpine`, `4.0-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/d902612570437c75dc21b83b6fe0afd39a8c260d/4.0/alpine3.12/Dockerfile)
@@ -47,7 +45,6 @@ WARNING:
 -	[`4.0.5-alpine3.9`, `4.0-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/9452cd39492aae3456889ac6ba92072dd73ad19f/4.0/alpine3.9/Dockerfile)
 -	[`3.4.7-buster`, `3.4-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/1f586bf85c12ce5c9300f24079912b94c73bc3f7/3.4/buster/Dockerfile)
 -	[`3.4.7-stretch`, `3.4-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/e57329c158b19f881c57a0496afbaf4446895fca/3.4/stretch/Dockerfile)
--	[`3.4.7-jessie`, `3.4-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/02dd441749ccca93e1898b130b569a3f40cd6241/3.4/jessie/Dockerfile)
 -	[`3.4.7-windowsservercore-1809`, `3.4-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-1809/Dockerfile)
 -	[`3.4.7-windowsservercore-ltsc2016`, `3.4-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-ltsc2016/Dockerfile)
 -	[`3.4.7-alpine3.12`, `3.4-alpine3.12`, `3.4.7-alpine`, `3.4-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/d902612570437c75dc21b83b6fe0afd39a8c260d/3.4/alpine3.12/Dockerfile)
@@ -56,7 +53,6 @@ WARNING:
 -	[`3.4.7-alpine3.9`, `3.4-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/bf02021c6d7938b000481a0878d029c5816437f8/3.4/alpine3.9/Dockerfile)
 -	[`3.3.0-rc.1-buster`, `3.3.0-buster`, `3.3-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/1f586bf85c12ce5c9300f24079912b94c73bc3f7/3.3/buster/Dockerfile)
 -	[`3.3.0-rc.1-stretch`, `3.3.0-stretch`, `3.3-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/e57329c158b19f881c57a0496afbaf4446895fca/3.3/stretch/Dockerfile)
--	[`3.3.0-rc.1-jessie`, `3.3.0-jessie`, `3.3-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/02dd441749ccca93e1898b130b569a3f40cd6241/3.3/jessie/Dockerfile)
 -	[`3.3.0-rc.1-windowsservercore-1809`, `3.3.0-windowsservercore-1809`, `3.3-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-1809/Dockerfile)
 -	[`3.3.0-rc.1-windowsservercore-ltsc2016`, `3.3.0-windowsservercore-ltsc2016`, `3.3-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-ltsc2016/Dockerfile)
 -	[`3.3.0-rc.1-alpine3.12`, `3.3.0-rc.1-alpine`, `3.3.0-alpine3.12`, `3.3-alpine3.12`, `3.3.0-alpine`, `3.3-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/d902612570437c75dc21b83b6fe0afd39a8c260d/3.3/alpine3.12/Dockerfile)
@@ -65,7 +61,6 @@ WARNING:
 -	[`3.3.0-rc.1-alpine3.9`, `3.3.0-alpine3.9`, `3.3-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/bf02021c6d7938b000481a0878d029c5816437f8/3.3/alpine3.9/Dockerfile)
 -	[`3.2.1-buster`, `3.2-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/1f586bf85c12ce5c9300f24079912b94c73bc3f7/3.2/buster/Dockerfile)
 -	[`3.2.1-stretch`, `3.2-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/e57329c158b19f881c57a0496afbaf4446895fca/3.2/stretch/Dockerfile)
--	[`3.2.1-jessie`, `3.2-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/02dd441749ccca93e1898b130b569a3f40cd6241/3.2/jessie/Dockerfile)
 -	[`3.2.1-windowsservercore-1809`, `3.2-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-1809/Dockerfile)
 -	[`3.2.1-windowsservercore-ltsc2016`, `3.2-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-ltsc2016/Dockerfile)
 -	[`3.2.1-alpine3.12`, `3.2-alpine3.12`, `3.2.1-alpine`, `3.2-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/d902612570437c75dc21b83b6fe0afd39a8c260d/3.2/alpine3.12/Dockerfile)
@@ -73,19 +68,18 @@ WARNING:
 -	[`3.2.1-alpine3.10`, `3.2-alpine3.10`](https://github.com/HaxeFoundation/docker-library-haxe/blob/e57329c158b19f881c57a0496afbaf4446895fca/3.2/alpine3.10/Dockerfile)
 -	[`3.2.1-alpine3.9`, `3.2-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/bf02021c6d7938b000481a0878d029c5816437f8/3.2/alpine3.9/Dockerfile)
 -	[`3.1.3-stretch`, `3.1-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/e57329c158b19f881c57a0496afbaf4446895fca/3.1/stretch/Dockerfile)
--	[`3.1.3-jessie`, `3.1-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/02dd441749ccca93e1898b130b569a3f40cd6241/3.1/jessie/Dockerfile)
 -	[`3.1.3-windowsservercore-1809`, `3.1-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.1/windowsservercore-1809/Dockerfile)
 -	[`3.1.3-windowsservercore-ltsc2016`, `3.1-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.1/windowsservercore-ltsc2016/Dockerfile)
 
 ## Shared Tags
 
--	`4.1.2`, `4.1`, `latest`:
-	-	[`4.1.2-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/buster/Dockerfile)
-	-	[`4.1.2-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/windowsservercore-1809/Dockerfile)
-	-	[`4.1.2-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/windowsservercore-ltsc2016/Dockerfile)
--	`4.1.2-windowsservercore`, `4.1-windowsservercore`:
-	-	[`4.1.2-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/windowsservercore-1809/Dockerfile)
-	-	[`4.1.2-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/67a93ba387bc4642cd0f52d780d31c60d09fe095/4.1/windowsservercore-ltsc2016/Dockerfile)
+-	`4.1.3`, `4.1`, `latest`:
+	-	[`4.1.3-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/buster/Dockerfile)
+	-	[`4.1.3-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/windowsservercore-1809/Dockerfile)
+	-	[`4.1.3-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/windowsservercore-ltsc2016/Dockerfile)
+-	`4.1.3-windowsservercore`, `4.1-windowsservercore`:
+	-	[`4.1.3-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/windowsservercore-1809/Dockerfile)
+	-	[`4.1.3-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/c31257470412a5e7063d47da22f4597399b19559/4.1/windowsservercore-ltsc2016/Dockerfile)
 -	`4.0.5`, `4.0`:
 	-	[`4.0.5-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/1f586bf85c12ce5c9300f24079912b94c73bc3f7/4.0/buster/Dockerfile)
 	-	[`4.0.5-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/windowsservercore-1809/Dockerfile)
@@ -209,7 +203,7 @@ The `haxe` images come in many flavors, each designed for a specific use case.
 
 This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
 
-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. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian.
+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. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian.
 
 ## `haxe:<version>-windowsservercore`
 

+ 6 - 6
php/README.md

@@ -24,12 +24,12 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`8.0.0alpha2-cli-buster`, `8.0-rc-cli-buster`, `rc-cli-buster`, `8.0.0alpha2-buster`, `8.0-rc-buster`, `rc-buster`, `8.0.0alpha2-cli`, `8.0-rc-cli`, `rc-cli`, `8.0.0alpha2`, `8.0-rc`, `rc`](https://github.com/docker-library/php/blob/b1677e76e21e20f3ef221823664b0acccae4d52e/8.0-rc/buster/cli/Dockerfile)
--	[`8.0.0alpha2-apache-buster`, `8.0-rc-apache-buster`, `rc-apache-buster`, `8.0.0alpha2-apache`, `8.0-rc-apache`, `rc-apache`](https://github.com/docker-library/php/blob/b1677e76e21e20f3ef221823664b0acccae4d52e/8.0-rc/buster/apache/Dockerfile)
--	[`8.0.0alpha2-fpm-buster`, `8.0-rc-fpm-buster`, `rc-fpm-buster`, `8.0.0alpha2-fpm`, `8.0-rc-fpm`, `rc-fpm`](https://github.com/docker-library/php/blob/b1677e76e21e20f3ef221823664b0acccae4d52e/8.0-rc/buster/fpm/Dockerfile)
--	[`8.0.0alpha2-zts-buster`, `8.0-rc-zts-buster`, `rc-zts-buster`, `8.0.0alpha2-zts`, `8.0-rc-zts`, `rc-zts`](https://github.com/docker-library/php/blob/b1677e76e21e20f3ef221823664b0acccae4d52e/8.0-rc/buster/zts/Dockerfile)
--	[`8.0.0alpha2-cli-alpine3.12`, `8.0-rc-cli-alpine3.12`, `rc-cli-alpine3.12`, `8.0.0alpha2-alpine3.12`, `8.0-rc-alpine3.12`, `rc-alpine3.12`, `8.0.0alpha2-cli-alpine`, `8.0-rc-cli-alpine`, `rc-cli-alpine`, `8.0.0alpha2-alpine`, `8.0-rc-alpine`, `rc-alpine`](https://github.com/docker-library/php/blob/b1677e76e21e20f3ef221823664b0acccae4d52e/8.0-rc/alpine3.12/cli/Dockerfile)
--	[`8.0.0alpha2-fpm-alpine3.12`, `8.0-rc-fpm-alpine3.12`, `rc-fpm-alpine3.12`, `8.0.0alpha2-fpm-alpine`, `8.0-rc-fpm-alpine`, `rc-fpm-alpine`](https://github.com/docker-library/php/blob/b1677e76e21e20f3ef221823664b0acccae4d52e/8.0-rc/alpine3.12/fpm/Dockerfile)
+-	[`8.0.0alpha3-cli-buster`, `8.0-rc-cli-buster`, `rc-cli-buster`, `8.0.0alpha3-buster`, `8.0-rc-buster`, `rc-buster`, `8.0.0alpha3-cli`, `8.0-rc-cli`, `rc-cli`, `8.0.0alpha3`, `8.0-rc`, `rc`](https://github.com/docker-library/php/blob/1598214f51e15cc5d70c154574721cadc3cfc391/8.0-rc/buster/cli/Dockerfile)
+-	[`8.0.0alpha3-apache-buster`, `8.0-rc-apache-buster`, `rc-apache-buster`, `8.0.0alpha3-apache`, `8.0-rc-apache`, `rc-apache`](https://github.com/docker-library/php/blob/1598214f51e15cc5d70c154574721cadc3cfc391/8.0-rc/buster/apache/Dockerfile)
+-	[`8.0.0alpha3-fpm-buster`, `8.0-rc-fpm-buster`, `rc-fpm-buster`, `8.0.0alpha3-fpm`, `8.0-rc-fpm`, `rc-fpm`](https://github.com/docker-library/php/blob/1598214f51e15cc5d70c154574721cadc3cfc391/8.0-rc/buster/fpm/Dockerfile)
+-	[`8.0.0alpha3-zts-buster`, `8.0-rc-zts-buster`, `rc-zts-buster`, `8.0.0alpha3-zts`, `8.0-rc-zts`, `rc-zts`](https://github.com/docker-library/php/blob/1598214f51e15cc5d70c154574721cadc3cfc391/8.0-rc/buster/zts/Dockerfile)
+-	[`8.0.0alpha3-cli-alpine3.12`, `8.0-rc-cli-alpine3.12`, `rc-cli-alpine3.12`, `8.0.0alpha3-alpine3.12`, `8.0-rc-alpine3.12`, `rc-alpine3.12`, `8.0.0alpha3-cli-alpine`, `8.0-rc-cli-alpine`, `rc-cli-alpine`, `8.0.0alpha3-alpine`, `8.0-rc-alpine`, `rc-alpine`](https://github.com/docker-library/php/blob/1598214f51e15cc5d70c154574721cadc3cfc391/8.0-rc/alpine3.12/cli/Dockerfile)
+-	[`8.0.0alpha3-fpm-alpine3.12`, `8.0-rc-fpm-alpine3.12`, `rc-fpm-alpine3.12`, `8.0.0alpha3-fpm-alpine`, `8.0-rc-fpm-alpine`, `rc-fpm-alpine`](https://github.com/docker-library/php/blob/1598214f51e15cc5d70c154574721cadc3cfc391/8.0-rc/alpine3.12/fpm/Dockerfile)
 -	[`7.4.8-cli-buster`, `7.4-cli-buster`, `7-cli-buster`, `cli-buster`, `7.4.8-buster`, `7.4-buster`, `7-buster`, `buster`, `7.4.8-cli`, `7.4-cli`, `7-cli`, `cli`, `7.4.8`, `7.4`, `7`, `latest`](https://github.com/docker-library/php/blob/86c8ec4d387132b65dbe6c5ab1747f858e03852e/7.4/buster/cli/Dockerfile)
 -	[`7.4.8-apache-buster`, `7.4-apache-buster`, `7-apache-buster`, `apache-buster`, `7.4.8-apache`, `7.4-apache`, `7-apache`, `apache`](https://github.com/docker-library/php/blob/86c8ec4d387132b65dbe6c5ab1747f858e03852e/7.4/buster/apache/Dockerfile)
 -	[`7.4.8-fpm-buster`, `7.4-fpm-buster`, `7-fpm-buster`, `fpm-buster`, `7.4.8-fpm`, `7.4-fpm`, `7-fpm`, `fpm`](https://github.com/docker-library/php/blob/86c8ec4d387132b65dbe6c5ab1747f858e03852e/7.4/buster/fpm/Dockerfile)