GitHub
12/22/2022, 5:32 PM/.yarn/unplugged/@pact-foundation-pact-core-npm-13.12.2-ccc2e2dd57/node_modules/@pact-foundation/pact-core/build/Release/libpact_ffi.so: gnu_get_libc_version: symbol not found
Image was built with
alpine 3.15
glibc_version 2.34-r0
As resolution (in documentation mentioned that pact not supports alpine but supports OS which supports linking to glibc) we tried to migrate to redhat based image (ubi8/nodejs-16-minimal:1-79.1669833161) but now we get error:
Test suite failed to run
libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory
[<http://registry.access.redhat.com/ubi8/nodejs-16-minimal:1-79.1669833161|registry.access.redhat.com/ubi8/nodejs-16-minimal:1-79.1669833161>](<http://registry.access.redhat.com/ubi8/nodejs-16-minimal:1-79.1669833161>)
glibc_version 2.28
With pact version 9.17.3 both images works as expected.
Any clues or suggestion how it can be fixed?
pact-foundation/pact-jsGitHub
01/09/2023, 11:42 AM