skydive-project / skydive

An open source real-time network topology and protocols analyzer
https://skydive.network
Apache License 2.0
2.68k stars 404 forks source link

Lastest docker image not working 534b331ac142 #2383

Closed carroarmato0 closed 3 years ago

carroarmato0 commented 3 years ago

[root@cassandra ~]# docker images | grep skydive skydive/skydive latest 534b331ac142 14 hours ago 374MB

[root@cassandra ~]# docker logs -f skydive 
/usr/bin/skydive: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory
/usr/bin/skydive: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory
/usr/bin/skydive: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory
/usr/bin/skydive: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory
/usr/bin/skydive: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory
/usr/bin/skydive: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory
lebauce commented 3 years ago

Thank you for reporting the problem @carroarmato0 ! I forgot to push this commit https://github.com/skydive-project/skydive-ci/commit/2b084980dc43c2d0b603dca4e4cd76e428fd2332

lebauce commented 3 years ago

@carroarmato0 Could you please confirm that it works again ? Thanks !

carroarmato0 commented 3 years ago

@lebauce confirmed to work!

lebauce commented 3 years ago

@carroarmato0 Thank you !