-
Maintained by:
Eclipse GLSP -
Where to get help:
the Eclipse Community Forum, the GLSP Discussions, the Docker Community Forums, the Docker Community Slack -
Where to file issues:
https://github.com/eclipse-glsp/glsp/issues
-
(deprecated)latest,ubuntu,ubuntu-v6.0 -
(deprecated)uitest,uitest-v6.0
Note that these tags are fluent and not bound to a fixed image version.
If you want to use a fixed version you can use the base tag with a version suffix e.g. ubuntu-v1.0.
An increment of the major version number (e.g. v1.0-> v2.0) indicates an update of a major component e.g a new OS, Node or Java version.
Minor version increments indicate bug fixes or changes in the minor dev dependencies.
(See also: Image Version History
Collection of images that are used in Continuos Integration jobs of Eclipse GLSP and related projects (e.g. EMF.cloud).
The ci images come in different flavors, each designed for a specific use case.
The images ship with the necessary libraries to enable both node-based client builds and Java/Maven-based server builds.
They are mainly used for CI jobs that require the possibility to build client and server components in one shared container.
Currently each image variant has at least the following components installed:
- Git >=2.17.1
- Node 22, yarn 1.22.19 and lerna
- OpenJDK 21 and Maven >=3.6.0
- Python and GCC libraries to enable Theia builds
You can run any shell command by using the docker image directly, passing a shell command to docker run:
docker run eclipseglsp/ci:latest echo "Hello World"
Alternatively, you can run the image in interactive mode and gain full access to the shell:
docker run -it eclipseglsp/ci:latest
The ci images come in different flavors, each designed for a specific use case.
Deprecated: This image variant is deprecated and no longer maintained. Please use the
alpinevariant instead.
This image is based on Ubuntu.
It was previously the default image but has been superseded by the alpine variant.
This image is based on the popular Alpine Linux project, available in the alpine official image.
Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.
It only provides the essential libraries needed for building client and server components and is the recommended image for classical CI jobs like building branches or PRs on change, or deploying build artifacts. Due to its slim size, it cannot be used for more sophisticated jobs like end-to-end testing without further extension, because essential components, such as a display server or a browser are not included.
Deprecated: This image variant is deprecated and no longer maintained. Please use the
alpinevariant instead.
This image was the recommended image for CI jobs that execute UI tests.
It uses the same base as the ubuntu image but has additional libraries installed (including Xvfb which enables headless UI testing).
In addition, Google Chrome is installed which enables browser-based UI testing of client components.
- v1.0: Node version: 12. Only supports Theia >1.15.0
- v2.0: Update preinstalled dependencies to support Theia >=1.15.0
- v3.0: Update to node 14
- v3.1: Pre-install latest lerna version
- v4.0: Update to node 16
- v5.0: Update to node 18, Java 17 and Alpine 3.17/Ubuntu 22.04
- v6.0: Update to node 20
- v7.0: Update to Java 21 (alpine only)
- v7.1: Additionally install Java 11 (alpine only)
- v8.0: Update to Node 22 (alpine only). Ubuntu and uitest variants are deprecated and no longer maintained.
Eclipse Eclipse is released under the EPL-2.0/GPL-2.0-with-classpath-exception,
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).