Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yegor256/rultor-image

Default Docker image for Rultor
https://github.com/yegor256/rultor-image

docker docker-image java

Last synced: 7 days ago
JSON representation

Default Docker image for Rultor

Awesome Lists containing this project

README

        

[![docker](https://github.com/yegor256/rultor-image/actions/workflows/docker.yml/badge.svg)](https://github.com/yegor256/rultor-image/actions/workflows/docker.yml)
[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/yegor256/rultor-image)](https://hub.docker.com/r/yegor256/rultor-image)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/total/rultor-image/master/LICENSE.txt)

This is the default Docker image for [Rultor](https://www.rultor.com), available in
Docker Hub as [`yegor256/rultor-image`](https://hub.docker.com/r/yegor256/rultor-image).

This image has Ubuntu 22.04 and the following packages, in their latest versions:

* Git
* sshd
* Ruby
* PHP
* Java
* TeXLive
* s3cmd
* PostgreSQL
* Maven
* Python
* NodeJS
* Go
* Rust and Cargo

To use Java 17 do this:

```
$ update-java-alternatives --set /usr/lib/jvm/java-17
$ export JAVA_HOME=/usr/lib/jvm/java-17
```

Feel free to add yours by submitting a pull request.