Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 23, 2020
1 parent 30118a9 commit 32d1110
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 43 deletions.
14 changes: 7 additions & 7 deletions friendica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

Expand Down Expand Up @@ -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. no-reply@friendica.local)
- `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

Expand Down
12 changes: 6 additions & 6 deletions groovy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

Expand Down
6 changes: 3 additions & 3 deletions haproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
36 changes: 15 additions & 21 deletions haxe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -65,27 +61,25 @@ 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)
- [`3.2.1-alpine3.11`, `3.2-alpine3.11`](https://github.com/HaxeFoundation/docker-library-haxe/blob/e57329c158b19f881c57a0496afbaf4446895fca/3.2/alpine3.11/Dockerfile)
- [`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)
Expand Down Expand Up @@ -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`

Expand Down
Loading

0 comments on commit 32d1110

Please sign in to comment.