clair-scanner icon indicating copy to clipboard operation
clair-scanner copied to clipboard

Does clair work with windows docker images?

Open vksandeep opened this issue 5 years ago • 0 comments

While trying out clair with windows 2016 docker images, getting an error while retrieving layers. The setup seems to work fine with Linux images. Does the product support windows?

--------- more details ---------- ----> HTTP REQUEST: POST /v1/layers HTTP/1.1 Host: coreo-Clair-xxxxxxxxxxxxxxxxxxxxxxx.us-west-1.elb.amazonaws.com:6060

<---- HTTP RESPONSE: HTTP/1.1 400 Bad Request Connection: keep-alive Content-Type: application/json;charset=utf-8 Date: Fri, 23 Aug 2019 01:43:32 GMT Server: clair

{"Error":{"Message":"could not find layer"}}

Failed to analyze using API v1: push image https://xxxxxxxxx.dkr.ecr.us-west-1.amazonaws.com/v2/xxxxxxxxxxxxxxx:latest to Clair failed: push error 400: {"Error":{"Message":"could not find layer"}}

Failed to analyze using API v3: push image https://xxxxxxxxx.dkr.ecr.us-west-1.amazonaws.com/v2/xxxxxxxxxxxxxxx:latest to Clair failed: rpc error: code = Unavailable desc = transport is closing

Failed to analyze, exiting


vksandeep avatar Aug 26 '19 12:08 vksandeep