missing libgcc shared library
Summary
The ztunnel binary in the IronBank image fails to execute due to a missing shared library (libgcc_s.so.1).
Steps to reproduce
Attempt to run ztunnel in the image:
docker run --rm -it registry1.dso.mil/ironbank/tetrate/istio/ztunnel:1.24.2-tetratefips0 /usr/local/bin/ztunnel
What is the current bug behavior?
ztunnel fails to start with the following error:
error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
What is the expected correct behavior?
ztunnel starts properly
Relevant logs and/or screenshots
│ ztunnel-p65k9 /usr/local/bin/ztunnel: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: │
Possible fixes
Add libgcc to the image
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info
Edited by Stanislav Bondarenko