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