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 Dec 18, 2019
1 parent dfc454f commit c0246ea
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 82 deletions.
6 changes: 3 additions & 3 deletions convertigo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`7.6.5`, `7.6`, `latest`](https://github.com/convertigo/convertigo/blob/0825fa4b9d317798e8d1b0a6738ef8e87eebcb4f/docker/default/Dockerfile)
- [`7.6.5-slim`, `7.6-slim`, `slim`](https://github.com/convertigo/convertigo/blob/0825fa4b9d317798e8d1b0a6738ef8e87eebcb4f/docker/slim/Dockerfile)
- [`7.6.5-openj9`, `7.6-openj9`, `openj9`](https://github.com/convertigo/convertigo/blob/0825fa4b9d317798e8d1b0a6738ef8e87eebcb4f/docker/openj9/Dockerfile)
- [`7.6.6`, `7.6`, `latest`](https://github.com/convertigo/convertigo/blob/cba10f7401396ca6249bad74ba041837077f9738/docker/default/Dockerfile)
- [`7.6.6-slim`, `7.6-slim`, `slim`](https://github.com/convertigo/convertigo/blob/cba10f7401396ca6249bad74ba041837077f9738/docker/slim/Dockerfile)
- [`7.6.6-openj9`, `7.6-openj9`, `openj9`](https://github.com/convertigo/convertigo/blob/cba10f7401396ca6249bad74ba041837077f9738/docker/openj9/Dockerfile)

# Quick reference

Expand Down
14 changes: 14 additions & 0 deletions golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ WARNING:

## Simple Tags

- [`1.14beta1-buster`, `1.14-rc-buster`, `rc-buster`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/buster/Dockerfile)
- [`1.14beta1-alpine3.10`, `1.14-rc-alpine3.10`, `rc-alpine3.10`, `1.14beta1-alpine`, `1.14-rc-alpine`, `rc-alpine`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/alpine3.10/Dockerfile)
- [`1.14beta1-windowsservercore-ltsc2016`, `1.14-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/windows/windowsservercore-ltsc2016/Dockerfile)
- [`1.14beta1-windowsservercore-1809`, `1.14-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/windows/windowsservercore-1809/Dockerfile)
- [`1.14beta1-nanoserver-1809`, `1.14-rc-nanoserver-1809`, `rc-nanoserver-1809`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/windows/nanoserver-1809/Dockerfile)
- [`1.13.5-buster`, `1.13-buster`, `1-buster`, `buster`](https://github.com/docker-library/golang/blob/c4125e0e6e3529f5524bd5e49b02767dd20532c8/1.13/buster/Dockerfile)
- [`1.13.5-stretch`, `1.13-stretch`, `1-stretch`, `stretch`](https://github.com/docker-library/golang/blob/c4125e0e6e3529f5524bd5e49b02767dd20532c8/1.13/stretch/Dockerfile)
- [`1.13.5-alpine3.10`, `1.13-alpine3.10`, `1-alpine3.10`, `alpine3.10`, `1.13.5-alpine`, `1.13-alpine`, `1-alpine`, `alpine`](https://github.com/docker-library/golang/blob/c4125e0e6e3529f5524bd5e49b02767dd20532c8/1.13/alpine3.10/Dockerfile)
Expand All @@ -36,6 +41,15 @@ WARNING:

## Shared Tags

- `1.14beta1`, `1.14-rc`, `rc`:
- [`1.14beta1-buster`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/buster/Dockerfile)
- [`1.14beta1-windowsservercore-ltsc2016`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/windows/windowsservercore-ltsc2016/Dockerfile)
- [`1.14beta1-windowsservercore-1809`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/windows/windowsservercore-1809/Dockerfile)
- `1.14beta1-windowsservercore`, `1.14-rc-windowsservercore`, `rc-windowsservercore`:
- [`1.14beta1-windowsservercore-ltsc2016`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/windows/windowsservercore-ltsc2016/Dockerfile)
- [`1.14beta1-windowsservercore-1809`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/windows/windowsservercore-1809/Dockerfile)
- `1.14beta1-nanoserver`, `1.14-rc-nanoserver`, `rc-nanoserver`:
- [`1.14beta1-nanoserver-1809`](https://github.com/docker-library/golang/blob/4ea106f4309ef37328a78371210e7aa509c762d0/1.14-rc/windows/nanoserver-1809/Dockerfile)
- `1.13.5`, `1.13`, `1`, `latest`:
- [`1.13.5-buster`](https://github.com/docker-library/golang/blob/c4125e0e6e3529f5524bd5e49b02767dd20532c8/1.13/buster/Dockerfile)
- [`1.13.5-windowsservercore-ltsc2016`](https://github.com/docker-library/golang/blob/c4125e0e6e3529f5524bd5e49b02767dd20532c8/1.13/windows/windowsservercore-ltsc2016/Dockerfile)
Expand Down
46 changes: 16 additions & 30 deletions haxe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,19 @@ WARNING:

## Simple Tags

- [`4.0.3-buster`, `4.0-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/buster/Dockerfile)
- [`4.0.3-stretch`, `4.0-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/stretch/Dockerfile)
- [`4.0.3-jessie`, `4.0-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/jessie/Dockerfile)
- [`4.0.3-windowsservercore-1809`, `4.0-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-1809/Dockerfile)
- [`4.0.3-windowsservercore-1803`, `4.0-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-1803/Dockerfile)
- [`4.0.3-windowsservercore-ltsc2016`, `4.0-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-ltsc2016/Dockerfile)
- [`4.0.3-alpine3.10`, `4.0-alpine3.10`, `4.0.3-alpine`, `4.0-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/alpine3.10/Dockerfile)
- [`4.0.3-alpine3.9`, `4.0-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/alpine3.9/Dockerfile)
- [`4.0.3-alpine3.8`, `4.0-alpine3.8`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/alpine3.8/Dockerfile)
- [`4.0.3-alpine3.7`, `4.0-alpine3.7`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/alpine3.7/Dockerfile)
- [`4.0.5-buster`, `4.0-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/buster/Dockerfile)
- [`4.0.5-stretch`, `4.0-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/stretch/Dockerfile)
- [`4.0.5-jessie`, `4.0-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/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.10`, `4.0-alpine3.10`, `4.0.5-alpine`, `4.0-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/alpine3.10/Dockerfile)
- [`4.0.5-alpine3.9`, `4.0-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/alpine3.9/Dockerfile)
- [`4.0.5-alpine3.8`, `4.0-alpine3.8`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/alpine3.8/Dockerfile)
- [`4.0.5-alpine3.7`, `4.0-alpine3.7`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/alpine3.7/Dockerfile)
- [`3.4.7-buster`, `3.4-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.4/buster/Dockerfile)
- [`3.4.7-stretch`, `3.4-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.4/stretch/Dockerfile)
- [`3.4.7-jessie`, `3.4-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/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-1803`, `3.4-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-1803/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.10`, `3.4-alpine3.10`, `3.4.7-alpine`, `3.4-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.4/alpine3.10/Dockerfile)
- [`3.4.7-alpine3.9`, `3.4-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.4/alpine3.9/Dockerfile)
Expand All @@ -44,7 +42,6 @@ WARNING:
- [`3.3.0-rc.1-stretch`, `3.3.0-stretch`, `3.3-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/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/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/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-1803`, `3.3.0-windowsservercore-1803`, `3.3-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-1803/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.10`, `3.3.0-rc.1-alpine`, `3.3.0-alpine3.10`, `3.3-alpine3.10`, `3.3.0-alpine`, `3.3-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.3/alpine3.10/Dockerfile)
- [`3.3.0-rc.1-alpine3.9`, `3.3.0-alpine3.9`, `3.3-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.3/alpine3.9/Dockerfile)
Expand All @@ -54,7 +51,6 @@ WARNING:
- [`3.2.1-stretch`, `3.2-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.2/stretch/Dockerfile)
- [`3.2.1-jessie`, `3.2-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/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-1803`, `3.2-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-1803/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.10`, `3.2-alpine3.10`, `3.2.1-alpine`, `3.2-alpine`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.2/alpine3.10/Dockerfile)
- [`3.2.1-alpine3.9`, `3.2-alpine3.9`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.2/alpine3.9/Dockerfile)
Expand All @@ -63,50 +59,40 @@ WARNING:
- [`3.1.3-stretch`, `3.1-stretch`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.1/stretch/Dockerfile)
- [`3.1.3-jessie`, `3.1-jessie`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/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-1803`, `3.1-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.1/windowsservercore-1803/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.0.3`, `4.0`, `latest`:
- [`4.0.3-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/buster/Dockerfile)
- [`4.0.3-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-1809/Dockerfile)
- [`4.0.3-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-1803/Dockerfile)
- [`4.0.3-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-ltsc2016/Dockerfile)
- `4.0.3-windowsservercore`, `4.0-windowsservercore`:
- [`4.0.3-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-1809/Dockerfile)
- [`4.0.3-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-1803/Dockerfile)
- [`4.0.3-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/cbdde13e4abf0ecbc0d0d23d9628cbc07d687786/4.0/windowsservercore-ltsc2016/Dockerfile)
- `4.0.5`, `4.0`, `latest`:
- [`4.0.5-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/buster/Dockerfile)
- [`4.0.5-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/windowsservercore-1809/Dockerfile)
- [`4.0.5-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/windowsservercore-ltsc2016/Dockerfile)
- `4.0.5-windowsservercore`, `4.0-windowsservercore`:
- [`4.0.5-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/windowsservercore-1809/Dockerfile)
- [`4.0.5-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/38b1ceb14a5692ae2c655c056baaff79d963da33/4.0/windowsservercore-ltsc2016/Dockerfile)
- `3.4.7`, `3.4`:
- [`3.4.7-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.4/buster/Dockerfile)
- [`3.4.7-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-1809/Dockerfile)
- [`3.4.7-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-1803/Dockerfile)
- [`3.4.7-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-ltsc2016/Dockerfile)
- `3.4.7-windowsservercore`, `3.4-windowsservercore`:
- [`3.4.7-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-1809/Dockerfile)
- [`3.4.7-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-1803/Dockerfile)
- [`3.4.7-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.4/windowsservercore-ltsc2016/Dockerfile)
- `3.3.0-rc.1`, `3.3.0`, `3.3`:
- [`3.3.0-rc.1-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.3/buster/Dockerfile)
- [`3.3.0-rc.1-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-1809/Dockerfile)
- [`3.3.0-rc.1-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-1803/Dockerfile)
- [`3.3.0-rc.1-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-ltsc2016/Dockerfile)
- `3.3.0-rc.1-windowsservercore`, `3.3.0-windowsservercore`, `3.3-windowsservercore`:
- [`3.3.0-rc.1-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-1809/Dockerfile)
- [`3.3.0-rc.1-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-1803/Dockerfile)
- [`3.3.0-rc.1-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.3/windowsservercore-ltsc2016/Dockerfile)
- `3.2.1`, `3.2`:
- [`3.2.1-buster`](https://github.com/HaxeFoundation/docker-library-haxe/blob/b62c53f203ae20f2b3dcc1af2881ccab602a4fe1/3.2/buster/Dockerfile)
- [`3.2.1-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-1809/Dockerfile)
- [`3.2.1-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-1803/Dockerfile)
- [`3.2.1-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-ltsc2016/Dockerfile)
- `3.2.1-windowsservercore`, `3.2-windowsservercore`:
- [`3.2.1-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-1809/Dockerfile)
- [`3.2.1-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-1803/Dockerfile)
- [`3.2.1-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.2/windowsservercore-ltsc2016/Dockerfile)
- `3.1.3-windowsservercore`, `3.1-windowsservercore`, `3.1.3`, `3.1`:
- [`3.1.3-windowsservercore-1809`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.1/windowsservercore-1809/Dockerfile)
- [`3.1.3-windowsservercore-1803`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.1/windowsservercore-1803/Dockerfile)
- [`3.1.3-windowsservercore-ltsc2016`](https://github.com/HaxeFoundation/docker-library-haxe/blob/7df74d220cce33998dde7623f8c9176d7fa938f7/3.1/windowsservercore-ltsc2016/Dockerfile)

# Quick reference
Expand Down
Loading

0 comments on commit c0246ea

Please sign in to comment.