https://github.com/h1alexbel/rultor-rust-image
Lightweight Docker image for Rultor, supplied with Rust.
https://github.com/h1alexbel/rultor-rust-image
docker-image rultor rust
Last synced: 5 months ago
JSON representation
Lightweight Docker image for Rultor, supplied with Rust.
- Host: GitHub
- URL: https://github.com/h1alexbel/rultor-rust-image
- Owner: h1alexbel
- License: mit
- Created: 2024-09-10T15:22:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-23T04:05:26.000Z (9 months ago)
- Last Synced: 2025-10-23T18:41:40.935Z (8 months ago)
- Topics: docker-image, rultor, rust
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/h1alexbel/rultor-rust-image/actions/workflows/docker.yml)
[](https://hub.docker.com/r/h1alexbel/rultor-rust-image)
[](https://github.com/h1alexbel/rultor-rust-image/master/LICENSE.txt)
This is the lightweight Docker image for [Rultor](https://www.rultor.com)
supplied with Rust, NodeJS, Java. Available in Docker Hub as
[`h1alexbel/rultor-rust-image`](https://hub.docker.com/r/h1alexbel/rultor-rust-image).
Use it like that in your `.rultor.yml`:
```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.