OlegIlyenko / graalvm-native-image

GraalVM native-image as a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Pulls

GraalVM CE native-image as a docker container

https://hub.docker.com/r/tenshi/graalvm-native-image/

Provides a handy way to build native images for arbitrary JVM projects. Here is an example:

docker run -it -v $(pwd):/project --rm tenshi/graalvm-native-image \
  --verbose \
  -cp $CLASSPATH \
  -H:Name=app \
  -H:Class=$MAIN_CLASS \
  -H:+ReportUnsupportedElementsAtRuntime

About

GraalVM native-image as a docker container


Languages

Language:Dockerfile 100.0%