Andrei Aaron

Results 52 issues of Andrei Aaron

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Currently the cache DB is separate per store (default store and substores each have their own separate cache DB files). Ideally we should not have to manage this many DBs....

- to decide - zot configuration - HW configuration - what other registries to compare with - use ZB to generate the data for the graphs

The image spec mentions multiple registered digest algorithms (https://github.com/opencontainers/image-spec/blob/v1.1.0-rc5/descriptor.md#digests), out of which SHA256 is the canonical one. The distribution spec mentions these registered digest algorithms can be used to reference...

Very basic POC. Need to get it working first. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

See https://github.com/opencontainers/distribution-spec/issues/494 and related work By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Right now `GetNextRepository("deletedRepo")` returns `""`, causing the generator to be marked completed at https://github.com/project-zot/zot/blob/main/pkg/storage/gc/gc.go#L833. This stops the generator, and the user needs to wait for the generator to be scheduled...

Should fix issues such as https://github.com/project-zot/zot/issues/2964 - lock per repo on pushes/pulls/retention, in short index operations - lock per digest when using multiple operations affecting the cachedb and storage (blob...

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Add support for configurable identity sources in mTLS authentication, allowing identity extraction from CommonName, Subject DN, Email SAN, URI SAN, or DNSName SAN with fallback chain support. Includes regex pattern...