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
go needs libstdc++ #162
Comments
I'm using the base image and getting the same error referenced. Is this being worked on, and what is a temporary work-around on the client-side? Thanks! |
The cc image does have libstdc++ and I was able to switch my base to I'm not using the |
Due to go needing libstdc++ GoogleContainerTools/distroless#162
Okay, I need some opinions here. If I'm reading things right, by design neither base nor static should include a bunch of shared libraries. And since there is a work around for projects needing that library using distroless/cc I'm thinking we should close this won't fix. |
Three years later, the problem persists. |
@loosebazooka could you kindly provide information why this issue was closed? Has it been fixed? |
Just bug bankruptcy. I will reopen since it appears people are interested in it. |
okay so there are solutions for this that make sense. If you're using |
I'm getting increasing reports of this lib missing from folks using
go_image
(example).Luckily
rules_go
now supportspure = "on"
, but we should get the base image fixed for the default case.Assigning to @dlorenc to triage.
The text was updated successfully, but these errors were encountered: