-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
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