fnproject / fdk-java

Java API and runtime for fn.
Apache License 2.0
142 stars 53 forks source link

Upgraded native image support to GraalVM Community Edition 21.0.0 #248

Closed zootalures closed 3 years ago

zootalures commented 3 years ago

Updated Dockerfile FROM dependencies to use specified FDK version, not latest Used FDK version in tag of native image build and init-image. Replaced sed with Dockerfile ARG for parameters. Added GraalVM version env var to Circle Ci build. Removed debug output from script. Updated tag/push logic for native images. Removed unused variable in build.sh. use build version by default for graal