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 bas… #246

Closed shaunsmith closed 3 years ago

shaunsmith commented 3 years ago

…ed on published container images.

Updated Dockerfile FROM dependencies to use specified FDK version, not latest Used FDK version in tag of native image build and init-image.

shaunsmith commented 3 years ago

lgtm, seems like you could do the same --arg trick with the ##FN_FDK_VERSION## as well. but thats up to you

I need to sed the Dockerfile generated for packaging in the init-image. It isn't run, it's just packaged.

zootalures commented 3 years ago

Closing - I reintegrated this in #248