fnproject / dockers

Docker base images for various programming languages.
https://fnproject.github.io/
35 stars 10 forks source link

Dockerfiles for open source graalvm native-image. #15

Closed tzezula closed 6 years ago

tzezula commented 6 years ago

This Pull Request provides Dockerfiles which can be used to create a native image from a Java application using the GraalVM native-image command.

The dev Docker image contains the native-image built from the open source GraalVM repository. The runtime Docker image is based on scratch.

zootalures commented 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?

tzezula commented 6 years ago

Thank you for pointing out. I will create a new Pull Request in fdk-java repository.

tzezula commented 6 years ago

I've rewritten the feature on top of fn init --init-image. This PR is no more needed.