这个clair文档表示,许多工具应该能够扫描图像:
分析-局部图像
他们都试过了,但似乎都没有用。发生了各种问题,包括:
2017-09-19 11:11:23.022625 I | Analyzing faild: Could not analyze layer:
Got response 400 with message {"Error":{"Message":"could not find layer"}}使用clairctl发生的另一个问题:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x518490]这是否会发生在所有的图片中,包括像乌本图,高山,猫这样的官方图片?
使用clairctl可以扫描postgres上的其他图像,但扫描本地图像失败
发布于 2017-10-04 06:58:11
克莱-扫描仪能够在本地扫描图像。
https://github.com/arminc/clair-scanner/issues/13
docker run --net=host -d --name db arminc/ clair -db:2017-09-18 docker run -net=host-add -d : 127.0.0.1 -d-net=host arminc/clair--d:v2.0.1./clair-scan:1.11.6高寒示例-nginx.yaml http://127.0.0.1:6060 127.0.0.1
https://devops.stackexchange.com/questions/2081
复制相似问题