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

[BUG]: Use UBI9 based Quarkus micro image for quarkus 3 #298

Closed
fugerit79 opened this issue Feb 27, 2025 · 0 comments · Fixed by #299
Closed

[BUG]: Use UBI9 based Quarkus micro image for quarkus 3 #298

fugerit79 opened this issue Feb 27, 2025 · 0 comments · Fixed by #299
Assignees
Labels
bug Something isn't working

Comments

@fugerit79
Copy link
Member

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

@fugerit79 fugerit79 added the bug Something isn't working label Feb 27, 2025
@fugerit79 fugerit79 self-assigned this Feb 27, 2025
fugerit79 added a commit that referenced this issue Feb 27, 2025
@fugerit79 fugerit79 linked a pull request Feb 27, 2025 that will close this issue
fugerit79 added a commit that referenced this issue Feb 27, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fugerit79 added a commit that referenced this issue Feb 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use UBI9 based Quarkus micro image for quarkus 3 #298
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant