GraalVM native-image as a docker container
796
https://github.com/OlegIlyenko/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
Content type
Image
Digest
Size
550.6 MB
Last updated
almost 8 years ago
docker pull tenshi/graalvm-native-image