Adrian Mouat

Results 163 comments of Adrian Mouat

@sopak no problem. Thanks a lot for the work so far. Hopefully I'll push an "alpha" version of the feature soon that we can iterate on.

@awoimbee I'm a bit confused by how the AWS ECR stuff works. The code calls `get_authorization_token`, but doesn't the client need to be already authenticated to AWS for that to...

@awoimbee Right, that makes sense. I wonder if there's a better solution for cases where Trow is running on a server. Maybe it's just a case of documenting the behaviour...

I'm sorry, I'm on leave for the next couple of weeks, but I'll chase the team to get someone to arrange something. Apologies for not replying sooner.

Thanks Ben. I'll try to take a look.

Yeah, seems to be a Go 1.5 vs 1.6 issue. Feel free to close, but you may want to add this to the docs so I'll leave it open for...

Thanks for looking at this! Note that there might still be another issue: `redis:alpine` seems out by one as well (I wonder if that's because of the redis binary that...

Thanks @tgerla . It works for `cgr.dev/chainguard/redis` now, but I then tried `cgr.dev/chainguard/nginx` and I get: ``` ❯ syft cgr.dev/chainguard/nginx ✔ Loaded image cgr.dev/chainguard/nginx:latest ✔ Parsed image sha256:9b3f68c45ef8bebfc2604bb4077c0285f4b2016828ecd68b7ae513a9a4434290 ✔ Cataloged...

This is ancient Martin! It all needs updated I think. I don't use it any more, I guess I should put a warning on the repo :)

Hi, I'm more than happy to help out here! Is this the main Dockerfile you're looking to port? https://github.com/falcosecurity/falco/blob/0b6e243582c0e467efb6c2355259c4eefaa28c91/docker/no-driver/Dockerfile#L23 I can have a look at porting that file as a...