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
{{ message }}
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
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