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
fj-doc-maven-plugin - Maven plugin to setup new/existing projects and validate freemarker templates
Native executable correctly running
./application: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./application)
yes, but a workaround mitigating it exists
Starting from quarkus 3.19.0 ubi 9 images should be used.
See for instance pull request : quarkusio/quarkus#46231
Just changing the base image from quay.io/quarkus/quarkus-micro-image:2.0 to quay.io/quarkus/ubi9-quarkus-micro-image:2.0
No response
Would be nice any way that the maven plugin creates correct project templates
The text was updated successfully, but these errors were encountered:
Use UBI9 based Quarkus micro image for quarkus 3
ee0b162
#298
Use UBI9 based Quarkus micro image for quarkus 3 (#299)
8cb9532
Update changelog
3f0dbc1
Use UBI9 based Quarkus micro image for quarkus 3 #298
fugerit79
Successfully merging a pull request may close this issue.
Module
fj-doc-maven-plugin - Maven plugin to setup new/existing projects and validate freemarker templates
Expected Behavior
Native executable correctly running
Current Behavior
./application: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./application)
Is blocking?
yes, but a workaround mitigating it exists
A work around exists?
Starting from quarkus 3.19.0 ubi 9 images should be used.
See for instance pull request :
quarkusio/quarkus#46231
Just changing the base image from quay.io/quarkus/quarkus-micro-image:2.0 to quay.io/quarkus/ubi9-quarkus-micro-image:2.0
Steps to reproduces
No response
Is a proof of concept available
No response
Context information
No response
Other information
No response
Proposed solution
Starting from quarkus 3.19.0 ubi 9 images should be used.
See for instance pull request :
quarkusio/quarkus#46231
Would be nice any way that the maven plugin creates correct project templates
The text was updated successfully, but these errors were encountered: