This is the lightweight Docker image for Rultor
supplied with Rust, NodeJS, Java. Available in Docker Hub as
h1alexbel/rultor-rust-image
.
Use it like that in your .rultor.yml
:
docker:
image: h1alexbel/rultor-rust-image:0.0.1
This image has Ubuntu 22.04 and the following packages, in their latest versions:
- Git
- sshd
- Java
- Maven
- NodeJS
- Rust, Cargo, Just
Feel free to add yours by submitting a pull request.