-
Notifications
You must be signed in to change notification settings - Fork 2
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
Symbol not found in build #1
Comments
I'm experiencing the same issue. It looks like it was introduced in the last build as the docker containers have been updated about 18 hours ago. |
I found a solution (really ugly) inside this thread: hashicorp/nomad#10012 and this one hashicorp/nomad#5535
It's working fine with this solution, but I'm pretty sure that, if it was introduced in the latest build, it might be nice to raise an issue to Hashicorp, however as this repo has daily built, I did not want to test every single version of it.
At the end of the docker could help spot this issue |
Hey, I will look into it. I recently moved away from Travis and notices that builds had been failing for a long time. I tried to simplify the
Please mind that this image is not intended to run nomad agents; it is only intended to be used in CI/CD pipelines as a containerized cli client. |
yes I'm aware of that, thanks for making it clear, I wanted to use this image as a CLI client, not a node client 👌 |
Fixed using: # per https://github.com/hashicorp/nomad/issues/5535#issuecomment-651888183
&& export -n LD_BIND_NOW and # per https://github.com/sgerrand/alpine-pkg-glibc/issues/51#issuecomment-302530493
&& apk del libc6-compat Also added a call to Builder pipeline already ran and rebuilt all images >= 1.0.0. |
Hello,
I wanted to try this docker to run nomad, but I ended up having some issue, when the container start, I get the following log:
I think it has to do with nvidia deps
Are you still using this image ? do you have any idea on when this was introduced ?
Thanks
The text was updated successfully, but these errors were encountered: