This is a fork of the default Docker image for Rultor. The primary distinction is that this image is designed exclusively for Java projects. Unlike the main image, which is quite large and slow to build, this one is significantly smaller and faster.
The size of the image is around 2.23 GB (2 GB less than the size of the original image.)
The merge time is faster in 6 minutes.
Docker Hub
as lombrozo/rultor-image-java
.
This image has Ubuntu 22.04 and the following packages, in their latest versions:
- Git
- sshd
- Java
- Maven
- Ruby (left intentionally, to use
xcop
andpdd
utilities)
Images uses Java 17.
Feel free to add yours by submitting a pull request.