I was using kibana-oss 7.0.1 with centos 7 as base image which was working fine.
Now we are migrating to centos 8 and I am able to build kibana image with centos 8. I am facing problem while runnnig this newly built kibana image where I am getting following error message:
/usr/share/kibana/bin/../node/bin/node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
I currently don' have access to https://www.docker.elastic.co/ so I am using my base image and installing kibana rpm on top of it to build my image.
Also, I am using a lighter base image to build kibana docker. This is to reduce kibana image size.
I resolved the error by manully installing libstdc++ package. Now I am able to build the image and it is runnig fine. Could you please verify if this approach of installing libstdc++ manually is correct?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.