Olivier Boudet
Olivier Boudet
> @olivierboudet i did verify your dockerfile at my end and its works. Do you want to give it a try with > these images > > ``` > gcr.io/kaniko-project/executor:fix_769...
mmmh I think this can't work, Nexus is not a HTTP Proxy. But I tried this, which is not working : `HTTPS_PROXY=https://myhost.com/repository/grype/ grype db update -vvv`
Hi @kzantow, You are correctly understood my idea. I imagine the `https://toolbox-data.anchore.io/grype/databases/listing.json` file as : ``` { "available": { "1": [ { "built": "2024-02-22T01:23:26Z", "checksum": "sha256:cc2f950b0db422c444a891a702573d785781dc342fa04d8bec785418ea53f795", "url": "./vulnerability-db_v1_2024-02-22T01:23:26Z_355bb785b53ddd8b0d91.tar.gz", "version": 1...
hi, is there any news on performance improvements ? It"s actually difficult to create a dump in a reasonable time and without memory issues.
Hi, I confirm this is reproducible with mysql/mariadb also.
I don't know I am trying this feature for the first time. Same behavior with 0.151 and 0.154...
@yxxhero yes I can try to help on this one (I am not a Go expert)
Hi @yxxhero, I think this is a regression caused by https://github.com/roboll/helmfile/pull/600/files to fix issue https://github.com/roboll/helmfile/issues/598 I suppose we need to add an alias for each dependency in the lockfile to...
hi @yxxhero I think I have something working, what do you think about this draft pull request #904 ?