https://github.com/yegor256/rultor-image
Default Docker image for Rultor
https://github.com/yegor256/rultor-image
docker docker-image java
Last synced: about 1 year ago
JSON representation
Default Docker image for Rultor
- Host: GitHub
- URL: https://github.com/yegor256/rultor-image
- Owner: yegor256
- License: mit
- Created: 2019-12-13T08:43:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T13:33:16.000Z (over 1 year ago)
- Last Synced: 2025-03-22T21:07:08.002Z (over 1 year ago)
- Topics: docker, docker-image, java
- Language: Dockerfile
- Homepage: https://www.rultor.com
- Size: 177 KB
- Stars: 11
- Watchers: 2
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/yegor256/rultor-image/actions/workflows/docker.yml)
[](https://hub.docker.com/r/yegor256/rultor-image)
[](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.