Building Docker image for AWS Lambda #565
-
One of the artifacts which gets built in my project is a Docker image to be executed with AWS Lambda. When I tried porting this build process to use moon I encountered these errors
The Lambda base images for node appear to have GLIBC_2.26 installed. I'm sure there are many ways to work around this, one I'm considering is attempting to build My question here is if it's possible or reasonable to build releases against this older glibc version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We have some info on this problem here: https://moonrepo.dev/docs/faq#how-to-resolve-the-version-glibc_xxx-not-found-error Unfortunately the glibc we compile with is based on the GitHub actions runners, which we don't have much control over. We haven't had the time or resources to look into alternative solutions yet. |
Beta Was this translation helpful? Give feedback.
We have some info on this problem here: https://moonrepo.dev/docs/faq#how-to-resolve-the-version-glibc_xxx-not-found-error
Unfortunately the glibc we compile with is based on the GitHub actions runners, which we don't have much control over. We haven't had the time or resources to look into alternative solutions yet.