Skip to content

aint/graalvm-native-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Docker Pulls

GraalVM CE native-image as a docker container

https://hub.docker.com/r/aint/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 aint/graalvm-native-image \
  --verbose \
  -cp $CLASSPATH \
  -H:Name=app \
  -H:Class=$MAIN_CLASS \
  -H: ReportUnsupportedElementsAtRuntime