This repository was archived by the owner on Jul 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
GLIBC_2.28 not found (required by node) - node js Flex environement Β #234
Copy link
Copy link
Open
Description
Problem you have encountered:
As of 2022-05-13 our deploys to App Engine are failing.
This appears to be due to missing GLIBC
The build fails at this step.
Step #1: INFO[0036] RUN yarn install --production || ((if [ -f yarn-error.log ]; then cat yarn-error.log; fi) && false)
Step #1: INFO[0036] cmd: /bin/sh
Step #1: INFO[0036] args: [-c yarn install --production || ((if [ -f yarn-error.log ]; then cat yarn-error.log; fi) && false)]
Step #1: node: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by node)
Step #1: node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by node)
Step #1: node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
Step #1: error building image: error building stage: waiting for process to exit: exit status 1
What you expected to happen:
I expect the build to succeed. Last successful build was 2022-05-11
Steps to reproduce:
- Checkout a node project that has previously been deployed to GAE.
- Run
gcloud app deploy --project=$GOOGLE_PROJECT
- NOTICE: failure with error shown above.
Other information (workarounds you have tried, documentation consulted, etc):
- Reverting to the last version of code that successfully deployed
- Checking this issue tracker - https://issuetracker.google.com
- Checking this issue tracker - https://github.com/GoogleCloudPlatform/nodejs-docker/tree/master
jasontlouro, cjsewell, yuvalbl, dio-dev and m-spyratos
Metadata
Metadata
Assignees
Labels
No labels