We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current images produced seems to be missing the libyaml-cpp dependency
Run container image
docker run --platform=linux/amd64 -it opentracing/nginx-opentracing:nginx-1.27.0 /bin/bash
Current behaviour
# ldd /usr/local/lib/libjaegertracing_plugin.so libyaml-cpp.so.0.6 => not found libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fffff4dc000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fffff2fb000) /lib64/ld-linux-x86-64.so.2 (0x00007ffffffcc000)
Expected behaviour
# ldd /usr/local/lib/libjaegertracing_plugin.so libyaml-cpp.so.0.7 => /lib/x86_64-linux-gnu/libyaml-cpp.so.0.7 libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fffff4dc000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fffff2fb000) /lib64/ld-linux-x86-64.so.2 (0x00007ffffffcc000)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The current images produced seems to be missing the libyaml-cpp dependency
Run container image
Current behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered: