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

GLIBC_2.32 Missing Error with gcr.io/distroless/base in zio-lambda Docker Containers #256

Closed
kijuky opened this issue Mar 13, 2024 · 1 comment

Comments

@kijuky
Copy link
Contributor

kijuky commented Mar 13, 2024

Description:

When utilizing lambda functions within Docker containers with the zio-lambda library, an error occurs due to the absence of GLIBC_2.32 when using gcr.io/distroless/base. This issue can be resolved by switching to gcr.io/distroless/base-debian12.

Steps to Reproduce:

  1. Set up a lambda function within a Docker container using gcr.io/distroless/base.
  2. Attempt to execute the lambda function.
  3. Encounter GLIBC_2.32 missing error.

Expected Behavior:

Lambda function should execute without errors.

Actual Behavior:

GLIBC_2.32 missing error occurs, hindering the execution of the lambda function.

Resolution:

Switching to gcr.io/distroless/base-debian12 resolves this issue.

Documentation Update:

The documentation at https://github.com/zio/zio-lambda/blob/master/docs/index.md?plain=1#L91 should be updated to reflect this resolution.

Reference Information:

@jrmsamson
Copy link
Contributor

Thanks for reporting, I'll look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants