All Projects → OlegIlyenko → graalvm-native-image

OlegIlyenko / graalvm-native-image

Licence: other
GraalVM native-image as a docker container

Programming Languages

Dockerfile
14818 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].