Closed tzezula closed 6 years ago
The Java FDK images are currently generated in the java FDK project:
Build : https://github.com/fnproject/fdk-java/tree/master/build-image Runtime: https://github.com/fnproject/fdk-java/tree/master/runtime
Would it be better to consolidate under there?
Thank you for pointing out.
I will create a new Pull Request in fdk-java
repository.
I've rewritten the feature on top of fn init --init-image
.
This PR is no more needed.
This Pull Request provides
Dockerfile
s which can be used to create a native image from a Java application using the GraalVMnative-image
command.The dev Docker image contains the
native-image
built from the open source GraalVM repository. The runtime Docker image is based onscratch
.