forked from yegor256/rultor-image
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aliaksei Bialiauski
authored and
Aliaksei Bialiauski
committed
Feb 27, 2023
1 parent
412e322
commit 6045218
Showing
1 changed file
with
8 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,14 @@ | ||
[![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) | ||
[![Image Version](https://img.shields.io/docker/v/l3r8y/rultor-image/1.0.2)](https://hub.docker.com/r/l3r8y/rultor-image) | ||
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/eo-cqrs/eo-kafka-rultor-image/blob/master/LICENSE.txt) | ||
|
||
This is the default Docker image for [Rultor](https://www.rultor.com), available in | ||
This is the EO-CQRS Docker image for [Rultor](https://www.rultor.com), available in | ||
Docker Hub as [`l3r8y/rultor-image`](https://hub.docker.com/r/l3r8y/rultor-image). | ||
|
||
This image has the following product installed, in latest versions: | ||
This image has the following product installed, in the latest versions: | ||
|
||
* Git | ||
* sshd | ||
* Ruby | ||
* PHP | ||
* Java | ||
* PhantomJS | ||
* TeXLive | ||
* s3cmd | ||
* PostgreSQL | ||
* Maven | ||
* Python | ||
* NodeJS | ||
* Git | ||
* Java 17 | ||
* Maven | ||
|
||
To use Java 17 do this: | ||
|
||
``` | ||
$ update-java-alternatives --set java-1.17.0-openjdk-amd64 | ||
$ export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 | ||
``` | ||
|
||
Feel free to add yours by submitting a pull request. | ||
Feel free to add yours by submitting a [pull request](https://github.com/eo-cqrs/eo-kafka-rultor-image/pulls). |