Fraser Goffin
Fraser Goffin
In case its important ... I noted other issues that mentioned that the hosts file comments may be a problem or duplicate entries, etc ... so I stripped mine down...
Updated to version 0.3.5, but still see the same behaviour .. the service installs ok, but shortly after starting it stops. Running debug .. ``` .\wsl2host.exe debug wsl2host.info(1): starting wsl2host...
TBH I have given up on this and just use a couple of simple PowerShell scripts to update the hosts file to the current IP and to enable access to...
@vijaytilak I have created a gist here: https://gist.github.com/goffinf/b545abdb865e90297a36b89ea1398681 It's a bit rough around the edges, but I have been using it for a year or so and on the whole...
Yes, docker@clairctl:~$ docker login Username: goffinf Password: Login Succeeded docker@clairctl:~$ clairctl analyze hello-world:latest --log-level debug 2017-06-04 22:28:34.957602 D | config: Using config file: /home/docker/clairctl.yml 2017-06-04 22:28:34.958019 D | dockerdist: Downloading...
From the clair container logs ... When trying .. clairctl analyze hello-world:latest {"Event":"could not download layer: expected 2XX","Level":"warning","Location":"driver.go:135","Time":"2017-06-04 23:08:38.866291","status code":401} {"Event":"failed to extract data from path","Level":"error","Location":"worker.go:122","Time":"2017-06-04 23:08:38.866450","error":"could not find layer","layer":"sha256:78445dd45222097f5f8d5a16e48dc19c4ca162dcdb80010ab6f1ccfc7e2c0fa3","path":"https://registry-1.docker.io/v2/library/hello-world/blobs/sha256:78445dd45222097f5f8d5a16e48dc19c4ca162dcdb80010ab6f1ccfc7e2c0fa3"}...
Thx @jdel . I'm not surprised you can't replicate because I'm sure the mis-configuration is on my (our) side. Could you possibly share how you are running Clair and clairctl...
Thx Julien, after a few minor adjustments I was able to get things working using your fork. Regards Fraser.
I definitely have a requirement to be able to integrate clairctl with ECR since this is our primary on-prem private repository. As far as login is concerned, we configure the...
Yep you should assume the AWS CLI is a pre-req. We install it on all EC2 instances as part of the standard build, and when we containerize apps that make...