Sign inSign up

findepi/graalvm

By findepi

Updated about 2 years ago

GraalVM in a slim container.

Image
11

100K+

findepi/graalvm repository overview

GraalVM docker container

What’s inside

The image is similar to openjdk except, of course, this one comes with Graal VM.

Usage

Since GraalVM's binaries are on the $PATH, you can invoke them. Or build a derived image based on this.

$ docker run findepi/graalvm java -version
openjdk version "17.0.8" 2023-07-18
OpenJDK Runtime Environment GraalVM CE 17.0.8+7.1 (build 17.0.8+7-jvmci-23.0-b15)
OpenJDK 64-Bit Server VM GraalVM CE 17.0.8+7.1 (build 17.0.8+7-jvmci-23.0-b15, mixed mode, sharing)

… and for the polyglot image:

$ docker run -i --rm findepi/graalvm:polyglot python -c 'print([42, 2**42])'
[42, 4398046511104]

Source

Source is at https://github.com/findepi/graalvm-docker!

License

Tag summary

Content type

Image

Digest

sha256:86194b8b8

Size

252.2 MB

Last updated

about 2 years ago

docker pull findepi/graalvm