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

version `GLIBC_2.32' not found #39

Closed
frastel opened this issue Jan 25, 2021 · 8 comments
Closed

version `GLIBC_2.32' not found #39

frastel opened this issue Jan 25, 2021 · 8 comments

Comments

@frastel
Copy link

frastel commented Jan 25, 2021

I am trying to load the pact-stub-server as docker image.
However it does not work on both my Mac or on a Vagrant box.

System:

  • OS X 10.15.7 + Docker Desktop with Docker Engine v20.10.0
  • Vagrant Box Ubuntu 16.04.6+ Docker Engine 19.03.13

Command

docker run -ti -v "$(pwd)/artifacts/pacts/:/app/pact" pactfoundation/pact-stub-server -p 8080 -d pacts

exits with

./pact-stub-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./pact-stub-server)
@uglyog
Copy link
Member

uglyog commented Jan 25, 2021

Are you using an Alpine-based docker image?

@uglyog
Copy link
Member

uglyog commented Jan 25, 2021

Oh, no, you're using the pact foundation one. Let let look at what has changed there.

@frastel
Copy link
Author

frastel commented Jan 25, 2021

Yes exactly.
I decided to place the issue here because I think there is no other available binary which could be used within the mentioned docker image:
https://github.com/pact-foundation/pact-stub-server/blob/master/Dockerfile#L5

@uglyog
Copy link
Member

uglyog commented Jan 25, 2021

I should prob merged these two repositories

@frastel
Copy link
Author

frastel commented Jan 25, 2021

... or provide the service within pactfoundation/pact-cli as it was already done with the pact-mock-service:
https://github.com/pact-foundation/pact-mock-service-docker.

@uglyog
Copy link
Member

uglyog commented Jan 26, 2021

I've updated the release process to also create OSX and Windows binaries. You should be able to use the OSX one while I fix the docker image.

@uglyog
Copy link
Member

uglyog commented Jan 26, 2021

I've re-created the docker image for v0.4.4. Can you try it again?

@rholshausen
Copy link
Contributor

Latest version (0.5.2) supports glibc 2.18+

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

3 participants