1616- [ ` latest ` , ` ubuntu ` , ` ubuntu-v6.0 ` ] ( https://github.com/eclipse-glsp/glsp/blob/master/docker/ci/ubuntu/Dockerfile )
1717- [ ` uitest ` ,` uitest-v6.0 ` ] ( https://github.com/eclipse-glsp/glsp/blob/master/docker/ci/uitest/Dockerfile )
1818
19- - [ ` alpine ` , ` alpine-v6 .0 ` ] ( https://github.com/eclipse-glsp/glsp/blob/master/docker/ci/alpine/Dockerfile )
19+ - [ ` alpine ` , ` alpine-v7.1 ` , ` alpine-v7 .0` ] ( https://github.com/eclipse-glsp/glsp/blob/master/docker/ci/alpine/Dockerfile )
2020
2121Note that these tags are fluent and not bound to a fixed image version.
2222If you want to use a fixed version you can use the base tag with a version suffix e.g. ` ubuntu-v1.0 ` .
@@ -35,7 +35,7 @@ Currently each image variant has at least the following components installed:
3535
3636- Git >=2.17.1
3737- Node 20, yarn 1.22.19 and lerna
38- - OpenJDK 17 and Maven >=3.6.0
38+ - OpenJDK 21 and Maven >=3.6.0
3939- Python and GCC libraries to enable [ Theia] ( https://theia-ide.org/ ) builds
4040
4141## How to use this image
@@ -83,6 +83,8 @@ In addition, Google Chrome is installed which enables browser-based UI testing o
8383- [ v4.0] ( https://hub.docker.com/r/eclipseglsp/ci/tags?page=1&name=v4.0 ) : Update to node 16
8484- [ v5.0] ( https://hub.docker.com/r/eclipseglsp/ci/tags?page=1&name=v5.0 ) : Update to node 18, Java 17 and Alpine 3.17/Ubuntu 22.04
8585- [ v6.0] ( https://hub.docker.com/r/eclipseglsp/ci/tags?page=1&name=v6.0 ) : Update to node 20
86+ - [ v7.0] ( https://hub.docker.com/r/eclipseglsp/ci/tags?page=1&name=v7.0 ) : Update to Java 21 (alpine only)
87+ - [ v7.1] ( https://hub.docker.com/r/eclipseglsp/ci/tags?page=1&name=v7.1 ) : Additionally install Java 11 (alpine only)
8688
8789## License
8890
0 commit comments