Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use different default base images for Oracle Functions with GraalVM native image #933

Open
sachin-pikle opened this issue Dec 19, 2023 · 0 comments
Labels
type: bug Something isn't working

Comments

@sachin-pikle
Copy link

Hi @alvarosanchez,

For Oracle Functions, we should use the following images as the default base images:

  1. Base runtime image=container-registry.oracle.com/os/oraclelinux:8-slim
  2. 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

  1. -Dmicronaut.native-image.base-image-run=...
  2. -Djib.from.image=...
@alvarosanchez alvarosanchez added the type: bug Something isn't working label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants