micronaut-maven-plugin
micronaut-maven-plugin copied to clipboard
Use different default base images for Oracle Functions with GraalVM native image
Hi @alvarosanchez,
For Oracle Functions, we should use the following images as the default base images:
- Base runtime image=container-registry.oracle.com/os/oraclelinux:8-slim
- Base build image=container-registry.oracle.com/graalvm/native-image:17-ol8
If users need to override the defaults e.g., if they are building static or mostly static native executables, they can do it using
- -Dmicronaut.native-image.base-image-run=...
- -Djib.from.image=...