Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T12:30:03.000Z (about 2 months ago)
- Last Synced: 2024-09-27T01:52:07.417Z (about 1 month ago)
- Topics: docker-image, rultor, rust
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![docker](https://github.com/h1alexbel/rultor-rust-image/actions/workflows/docker.yml/badge.svg)](https://github.com/h1alexbel/rultor-rust-image/actions/workflows/docker.yml)
[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/h1alexbel/rultor-rust-image)](https://hub.docker.com/r/h1alexbel/rultor-rust-image)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](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, JustFeel free to add yours by submitting a pull request.