Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yegor256/rultor-image
- Owner: yegor256
- License: mit
- Created: 2019-12-13T08:43:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T01:06:08.000Z (6 months ago)
- Last Synced: 2024-05-01T23:12:23.986Z (6 months ago)
- Topics: docker, docker-image, java
- Language: Dockerfile
- Homepage: https://www.rultor.com
- Size: 131 KB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 CargoTo 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.