We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was caused by oracle/graal#4468
The solution is to set the environment variable USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM=false:
USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM=false
native-image
docker-native
Reproducer example: https://github.com/sachin-pikle/devops-yum-gvme-micronaut-hello
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This was caused by oracle/graal#4468
The solution is to set the environment variable
USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM=false
:native-image
packaging, this needs to be done in the Native Build Tools configuration in the parent POM.docker-native
packaging, this needs to be done here in the Dockerfile.Reproducer example: https://github.com/sachin-pikle/devops-yum-gvme-micronaut-hello
The text was updated successfully, but these errors were encountered: