Run update.sh
This commit is contained in:
parent
dfc454f4a7
commit
c0246ea02b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ WARNING:
|
|||
- [`3.4.23-windowsservercore-ltsc2016`, `3.4-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/687a397947f374e3bd6dbdf00a98753584833d96/3.4/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`3.6.16-xenial`, `3.6-xenial`, `3-xenial`](https://github.com/docker-library/mongo/blob/ae499b5e6637539d21129f84ab636e0ec1816fc5/3.6/Dockerfile)
|
||||
- [`3.6.16-windowsservercore-ltsc2016`, `3.6-windowsservercore-ltsc2016`, `3-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/ae499b5e6637539d21129f84ab636e0ec1816fc5/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`4.0.13-xenial`, `4.0-xenial`](https://github.com/docker-library/mongo/blob/6d7dddef73dba24e57f1eabff64346950d46157c/4.0/Dockerfile)
|
||||
- [`4.0.13-windowsservercore-ltsc2016`, `4.0-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/6d7dddef73dba24e57f1eabff64346950d46157c/4.0/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`4.0.13-windowsservercore-1809`, `4.0-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/9ba0d6f19538d7922f62a41cea6589e366b100d3/4.0/windows/windowsservercore-1809/Dockerfile)
|
||||
- [`4.0.14-xenial`, `4.0-xenial`](https://github.com/docker-library/mongo/blob/b459a2e9f83aac072a9a7a13b6022b7576e4b112/4.0/Dockerfile)
|
||||
- [`4.0.14-windowsservercore-ltsc2016`, `4.0-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/b459a2e9f83aac072a9a7a13b6022b7576e4b112/4.0/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`4.0.14-windowsservercore-1809`, `4.0-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/b459a2e9f83aac072a9a7a13b6022b7576e4b112/4.0/windows/windowsservercore-1809/Dockerfile)
|
||||
- [`4.2.2-bionic`, `4.2-bionic`, `4-bionic`, `bionic`](https://github.com/docker-library/mongo/blob/20c833d9ceb873c52469cdf7de1e533412ebfe0a/4.2/Dockerfile)
|
||||
- [`4.2.2-windowsservercore-ltsc2016`, `4.2-windowsservercore-ltsc2016`, `4-windowsservercore-ltsc2016`, `windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/a1078156e52dc6952f3f787a67fa7b473ed18c0b/4.2/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`4.2.2-windowsservercore-1809`, `4.2-windowsservercore-1809`, `4-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/mongo/blob/a1078156e52dc6952f3f787a67fa7b473ed18c0b/4.2/windows/windowsservercore-1809/Dockerfile)
|
||||
|
|
@ -43,13 +43,13 @@ WARNING:
|
|||
- [`3.6.16-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/ae499b5e6637539d21129f84ab636e0ec1816fc5/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- `3.6.16-windowsservercore`, `3.6-windowsservercore`, `3-windowsservercore`:
|
||||
- [`3.6.16-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/ae499b5e6637539d21129f84ab636e0ec1816fc5/3.6/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- `4.0.13`, `4.0`:
|
||||
- [`4.0.13-xenial`](https://github.com/docker-library/mongo/blob/6d7dddef73dba24e57f1eabff64346950d46157c/4.0/Dockerfile)
|
||||
- [`4.0.13-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/6d7dddef73dba24e57f1eabff64346950d46157c/4.0/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`4.0.13-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/9ba0d6f19538d7922f62a41cea6589e366b100d3/4.0/windows/windowsservercore-1809/Dockerfile)
|
||||
- `4.0.13-windowsservercore`, `4.0-windowsservercore`:
|
||||
- [`4.0.13-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/6d7dddef73dba24e57f1eabff64346950d46157c/4.0/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`4.0.13-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/9ba0d6f19538d7922f62a41cea6589e366b100d3/4.0/windows/windowsservercore-1809/Dockerfile)
|
||||
- `4.0.14`, `4.0`:
|
||||
- [`4.0.14-xenial`](https://github.com/docker-library/mongo/blob/b459a2e9f83aac072a9a7a13b6022b7576e4b112/4.0/Dockerfile)
|
||||
- [`4.0.14-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/b459a2e9f83aac072a9a7a13b6022b7576e4b112/4.0/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`4.0.14-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/b459a2e9f83aac072a9a7a13b6022b7576e4b112/4.0/windows/windowsservercore-1809/Dockerfile)
|
||||
- `4.0.14-windowsservercore`, `4.0-windowsservercore`:
|
||||
- [`4.0.14-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/b459a2e9f83aac072a9a7a13b6022b7576e4b112/4.0/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
- [`4.0.14-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/b459a2e9f83aac072a9a7a13b6022b7576e4b112/4.0/windows/windowsservercore-1809/Dockerfile)
|
||||
- `4.2.2`, `4.2`, `4`, `latest`:
|
||||
- [`4.2.2-bionic`](https://github.com/docker-library/mongo/blob/20c833d9ceb873c52469cdf7de1e533412ebfe0a/4.2/Dockerfile)
|
||||
- [`4.2.2-windowsservercore-ltsc2016`](https://github.com/docker-library/mongo/blob/a1078156e52dc6952f3f787a67fa7b473ed18c0b/4.2/windows/windowsservercore-ltsc2016/Dockerfile)
|
||||
|
|
|
|||
|
|
@ -16,8 +16,12 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`3.5.13`, `3.5`, `latest`](https://github.com/neo4j/docker-neo4j-publish/blob/846ee1e9ad2744182a52bc21eb6204858c1a8a48/3.5.13/community/Dockerfile)
|
||||
- [`3.5.13-enterprise`, `3.5-enterprise`, `enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/846ee1e9ad2744182a52bc21eb6204858c1a8a48/3.5.13/enterprise/Dockerfile)
|
||||
- [`4.0.0`, `4.0`, `latest`](https://github.com/neo4j/docker-neo4j-publish/blob/99d2f403da30850cfd2b7d04acd484b168ef6cb1/4.0.0/community/Dockerfile)
|
||||
- [`4.0.0-enterprise`, `4.0-enterprise`, `enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/99d2f403da30850cfd2b7d04acd484b168ef6cb1/4.0.0/enterprise/Dockerfile)
|
||||
- [`3.5.14`, `3.5`](https://github.com/neo4j/docker-neo4j-publish/blob/574e0a1d5e5eb27a633148198c028d9a28899a9a/3.5.14/community/Dockerfile)
|
||||
- [`3.5.14-enterprise`, `3.5-enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/574e0a1d5e5eb27a633148198c028d9a28899a9a/3.5.14/enterprise/Dockerfile)
|
||||
- [`3.5.13`](https://github.com/neo4j/docker-neo4j-publish/blob/846ee1e9ad2744182a52bc21eb6204858c1a8a48/3.5.13/community/Dockerfile)
|
||||
- [`3.5.13-enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/846ee1e9ad2744182a52bc21eb6204858c1a8a48/3.5.13/enterprise/Dockerfile)
|
||||
- [`3.5.12`](https://github.com/neo4j/docker-neo4j-publish/blob/b4715971c153883225394b2c66d6c8ecf8a1bc93/3.5.12/community/Dockerfile)
|
||||
- [`3.5.12-enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/b4715971c153883225394b2c66d6c8ecf8a1bc93/3.5.12/enterprise/Dockerfile)
|
||||
- [`3.5.11`](https://github.com/neo4j/docker-neo4j-publish/blob/c559931b4b33062e1b4fcbcd2f2e8278ff7b3390/3.5.11/community/Dockerfile)
|
||||
|
|
|
|||
|
|
@ -38,11 +38,11 @@ WARNING:
|
|||
- [`8.5.50-jdk8-adoptopenjdk-hotspot`, `8.5-jdk8-adoptopenjdk-hotspot`, `8-jdk8-adoptopenjdk-hotspot`, `jdk8-adoptopenjdk-hotspot`](https://github.com/docker-library/tomcat/blob/134944c089ab2e2f741da6f1467d794feac12ebf/8.5/jdk8/adoptopenjdk-hotspot/Dockerfile)
|
||||
- [`8.5.50-jdk8-adoptopenjdk-openj9`, `8.5-jdk8-adoptopenjdk-openj9`, `8-jdk8-adoptopenjdk-openj9`, `jdk8-adoptopenjdk-openj9`](https://github.com/docker-library/tomcat/blob/134944c089ab2e2f741da6f1467d794feac12ebf/8.5/jdk8/adoptopenjdk-openj9/Dockerfile)
|
||||
- [`8.5.50-jdk8-corretto`, `8.5-jdk8-corretto`, `8-jdk8-corretto`, `jdk8-corretto`](https://github.com/docker-library/tomcat/blob/134944c089ab2e2f741da6f1467d794feac12ebf/8.5/jdk8/corretto/Dockerfile)
|
||||
- [`7.0.96-jdk8-openjdk`, `7.0-jdk8-openjdk`, `7-jdk8-openjdk`, `7.0.96-jdk8`, `7.0-jdk8`, `7-jdk8`, `7.0.96`, `7.0`, `7`](https://github.com/docker-library/tomcat/blob/7cdbab2ce07c1593fc657fd6fac7821a5472dfd2/7/jdk8/openjdk/Dockerfile)
|
||||
- [`7.0.96-jdk8-openjdk-slim`, `7.0-jdk8-openjdk-slim`, `7-jdk8-openjdk-slim`](https://github.com/docker-library/tomcat/blob/7cdbab2ce07c1593fc657fd6fac7821a5472dfd2/7/jdk8/openjdk-slim/Dockerfile)
|
||||
- [`7.0.96-jdk8-adoptopenjdk-hotspot`, `7.0-jdk8-adoptopenjdk-hotspot`, `7-jdk8-adoptopenjdk-hotspot`](https://github.com/docker-library/tomcat/blob/7cdbab2ce07c1593fc657fd6fac7821a5472dfd2/7/jdk8/adoptopenjdk-hotspot/Dockerfile)
|
||||
- [`7.0.96-jdk8-adoptopenjdk-openj9`, `7.0-jdk8-adoptopenjdk-openj9`, `7-jdk8-adoptopenjdk-openj9`](https://github.com/docker-library/tomcat/blob/7cdbab2ce07c1593fc657fd6fac7821a5472dfd2/7/jdk8/adoptopenjdk-openj9/Dockerfile)
|
||||
- [`7.0.96-jdk8-corretto`, `7.0-jdk8-corretto`, `7-jdk8-corretto`](https://github.com/docker-library/tomcat/blob/7cdbab2ce07c1593fc657fd6fac7821a5472dfd2/7/jdk8/corretto/Dockerfile)
|
||||
- [`7.0.99-jdk8-openjdk`, `7.0-jdk8-openjdk`, `7-jdk8-openjdk`, `7.0.99-jdk8`, `7.0-jdk8`, `7-jdk8`, `7.0.99`, `7.0`, `7`](https://github.com/docker-library/tomcat/blob/badbad581716ed77e0952a3522283cb00d46a7db/7/jdk8/openjdk/Dockerfile)
|
||||
- [`7.0.99-jdk8-openjdk-slim`, `7.0-jdk8-openjdk-slim`, `7-jdk8-openjdk-slim`](https://github.com/docker-library/tomcat/blob/badbad581716ed77e0952a3522283cb00d46a7db/7/jdk8/openjdk-slim/Dockerfile)
|
||||
- [`7.0.99-jdk8-adoptopenjdk-hotspot`, `7.0-jdk8-adoptopenjdk-hotspot`, `7-jdk8-adoptopenjdk-hotspot`](https://github.com/docker-library/tomcat/blob/badbad581716ed77e0952a3522283cb00d46a7db/7/jdk8/adoptopenjdk-hotspot/Dockerfile)
|
||||
- [`7.0.99-jdk8-adoptopenjdk-openj9`, `7.0-jdk8-adoptopenjdk-openj9`, `7-jdk8-adoptopenjdk-openj9`](https://github.com/docker-library/tomcat/blob/badbad581716ed77e0952a3522283cb00d46a7db/7/jdk8/adoptopenjdk-openj9/Dockerfile)
|
||||
- [`7.0.99-jdk8-corretto`, `7.0-jdk8-corretto`, `7-jdk8-corretto`](https://github.com/docker-library/tomcat/blob/badbad581716ed77e0952a3522283cb00d46a7db/7/jdk8/corretto/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
|
|
@ -16,38 +16,31 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`beta`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/beta/Dockerfile)
|
||||
- [`kernel`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8)
|
||||
- [`full`, `latest`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/latest/full/Dockerfile.ubuntu.ibmjava8)
|
||||
- [`19.0.0.9-kernel`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/kernel/Dockerfile)
|
||||
- [`19.0.0.9-kernel-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/kernel/Dockerfile.java11)
|
||||
- [`19.0.0.9-javaee8`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/javaee8/Dockerfile)
|
||||
- [`19.0.0.9-javaee8-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/javaee8/Dockerfile.java11)
|
||||
- [`19.0.0.9-webProfile8`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/webProfile8/Dockerfile)
|
||||
- [`19.0.0.9-webProfile8-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/webProfile8/Dockerfile.java11)
|
||||
- [`19.0.0.9-microProfile1`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/microProfile1/Dockerfile)
|
||||
- [`19.0.0.9-microProfile1-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/microProfile1/Dockerfile.java11)
|
||||
- [`19.0.0.9-microProfile2`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/microProfile2/Dockerfile)
|
||||
- [`19.0.0.9-microProfile2-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/microProfile2/Dockerfile.java11)
|
||||
- [`19.0.0.9-microProfile3`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/microProfile3/Dockerfile)
|
||||
- [`19.0.0.9-microProfile3-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/microProfile3/Dockerfile.java11)
|
||||
- [`19.0.0.9-springBoot2`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/springBoot2/Dockerfile)
|
||||
- [`19.0.0.9-springBoot2-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/springBoot2/Dockerfile.java11)
|
||||
- [`19.0.0.9-springBoot1`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/springBoot1/Dockerfile)
|
||||
- [`19.0.0.9-springBoot1-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/springBoot1/Dockerfile.java11)
|
||||
- [`19.0.0.9-webProfile7`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/webProfile7/Dockerfile)
|
||||
- [`19.0.0.9-webProfile7-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/webProfile7/Dockerfile.java11)
|
||||
- [`19.0.0.9-javaee7`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/javaee7/Dockerfile)
|
||||
- [`19.0.0.9-javaee7-java11`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.9/javaee7/Dockerfile.java11)
|
||||
- [`19.0.0.6-kernel`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/kernel/Dockerfile)
|
||||
- [`19.0.0.6-javaee8`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/javaee8/Dockerfile)
|
||||
- [`19.0.0.6-webProfile8`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/webProfile8/Dockerfile)
|
||||
- [`19.0.0.6-microProfile1`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/microProfile1/Dockerfile)
|
||||
- [`19.0.0.6-microProfile2`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/microProfile2/Dockerfile)
|
||||
- [`19.0.0.6-springBoot2`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/springBoot2/Dockerfile)
|
||||
- [`19.0.0.6-springBoot1`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/springBoot1/Dockerfile)
|
||||
- [`19.0.0.6-webProfile7`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/webProfile7/Dockerfile)
|
||||
- [`19.0.0.6-javaee7`](https://github.com/WASdev/ci.docker/blob/0e11b18ce900797e50c8d7e7da55870fb94472c4/ga/19.0.0.6/javaee7/Dockerfile)
|
||||
- [`beta`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/beta/Dockerfile)
|
||||
- [`kernel`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8)
|
||||
- [`full`, `latest`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/latest/full/Dockerfile.ubuntu.ibmjava8)
|
||||
- [`19.0.0.12-kernel-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.12/kernel/Dockerfile.ubuntu.ibmjava8)
|
||||
- [`19.0.0.12-full-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.12/full/Dockerfile.ubuntu.ibmjava8)
|
||||
- [`19.0.0.9-kernel`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/kernel/Dockerfile)
|
||||
- [`19.0.0.9-kernel-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/kernel/Dockerfile.java11)
|
||||
- [`19.0.0.9-javaee8`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/javaee8/Dockerfile)
|
||||
- [`19.0.0.9-javaee8-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/javaee8/Dockerfile.java11)
|
||||
- [`19.0.0.9-webProfile8`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/webProfile8/Dockerfile)
|
||||
- [`19.0.0.9-webProfile8-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/webProfile8/Dockerfile.java11)
|
||||
- [`19.0.0.9-microProfile1`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/microProfile1/Dockerfile)
|
||||
- [`19.0.0.9-microProfile1-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/microProfile1/Dockerfile.java11)
|
||||
- [`19.0.0.9-microProfile2`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/microProfile2/Dockerfile)
|
||||
- [`19.0.0.9-microProfile2-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/microProfile2/Dockerfile.java11)
|
||||
- [`19.0.0.9-microProfile3`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/microProfile3/Dockerfile)
|
||||
- [`19.0.0.9-microProfile3-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/microProfile3/Dockerfile.java11)
|
||||
- [`19.0.0.9-springBoot2`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/springBoot2/Dockerfile)
|
||||
- [`19.0.0.9-springBoot2-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/springBoot2/Dockerfile.java11)
|
||||
- [`19.0.0.9-springBoot1`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/springBoot1/Dockerfile)
|
||||
- [`19.0.0.9-springBoot1-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/springBoot1/Dockerfile.java11)
|
||||
- [`19.0.0.9-webProfile7`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/webProfile7/Dockerfile)
|
||||
- [`19.0.0.9-webProfile7-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/webProfile7/Dockerfile.java11)
|
||||
- [`19.0.0.9-javaee7`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/javaee7/Dockerfile)
|
||||
- [`19.0.0.9-javaee7-java11`](https://github.com/WASdev/ci.docker/blob/5d7f86fbf1e41f1992ad9641f06cb114bc20cec4/ga/19.0.0.9/javaee7/Dockerfile.java11)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue