Replies: 1 comment
-
This is being addressed in micronaut-projects/micronaut-maven-plugin#822 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I can get this working in 3.9.x. For example as in https://github.com/ivangfr/graalvm-quarkus-micronaut-springboot/tree/master/simple-api/micronaut-simple-api
But if I migrate the above app to micronaut 4.0.3, and when try to build native docker image, I am getting following error when starting the docker container.
/app/application: /usr/glibc-compat/lib/libc.so.6: version `GLIBC_2.34' not found (required by /app/application)
Beta Was this translation helpful? Give feedback.
All reactions