Zach Hill

Results 74 comments of Zach Hill

Hi @antigenius0910, for docker hub, use 'docker.io' as the registry host instead of index.docker.io. The system will handle that correctly the way docker does. We don't use Docker internally, but...

This is tech debt as I do not believe it is currently causing a functional issue. If that changes we need to note it and bump priority.

Hi @jobyko it's likely this is due to the initial feed sync process taking longer than that. Can you confirm by showing the output of `anchore-cli system feeds list` while...

Hi @Tim-Schwalbe! Howe big is your DB disk/volume? Typically this is due to the vacuum settings on postgres to ensure it actually frees the disk space back. See the postgres...

Thanks for submitting this! I'd also like to copy the image you used into our testing repo so we can use it for regression tests in the future as well....

I think this will have an impact on images that use a foreign.diff layer type. The manifest is passed in for that computation, so that the layers can be fetched....

Hi @m4dsc1 we'll take a look. The insertion you're referring to is the save of the analysis document (a single large json object) into the db, so that size is...

Engine scales out by running more analyzer containers. It depends on how you are running the system, but both Docker compose and Helm/K8s have ways of scaling a service to...

It sounds like the ask is a way to tell Anchore to not require a trusted cert for a registry, regardless of its credential needs. Something like: ``` anchore-cli registry...

Can this be squash-merged to only have 1 commit instead of 7 since the changeset is fairly small?