You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After succefully build, when I try to start my native application (at GCP Cloud Run), it fails with:
./application: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ./application)
./application: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./application)
./application: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./application)
After succefully build, when I try to start my native application (at GCP Cloud Run), it fails with:
I`m building with the command:
Same code from yesterday when was working.
Already run
docker builder prune
Java version: 21.0.6+7-LTS
Mandrel-23.1.6.0-Final
Quarkus version: 3.8.6
/cc
quarkusio/quarkus#46007
The text was updated successfully, but these errors were encountered: