Sign inSign up

raonigabriel/graalvm-playground

By raonigabriel

Updated over 5 years ago

A docker image with GraalVM, JDK 1.8, Node, Maven and Git

Image
0

8.6K

raonigabriel/graalvm-playground repository overview

graalvm-playground

A docker image with GraalVM, OpenJDK, Maven and Git

Docker Build MicroBadger Size MicroBadger Version

Tags

Beggining with GraalVM 20.0.0, there will be 2 diferent versions (tags) of this image: java8 (remains as the latest tag ) and java11 Therefore, you can docker pull raonigabriel/graalvm-playground:21.1.0-java8 or raonigabriel/graalvm-playground:21.1.0-java11

From 21.1.0 onwards, Node.js no longer comes pre-installed with GraalVM. You may install it using gu install nodejs.

Features

Usage

Best used if you mount your home to /root, as follows:

$ docker run --rm  -v ~/:/root -it raonigabriel/graalvm-playground /bin/bash
root@be7deb9a56de:~# mvn --version

Source

https://github.com/raonigabriel/graalvm-playground

Disclaimer

This image is just a playground, a toy: it is not supposed to run serious stuff.

Tag summary

Content type

Image

Digest

Size

402.2 MB

Last updated

over 5 years ago

docker pull raonigabriel/graalvm-playground