Flavio Castelli

Results 90 issues of Flavio Castelli

This is required to address [RUSTSEC-2021-0124](https://rustsec.org/advisories/RUSTSEC-2021-0124.html). This is currently WIP: * [x] wait for https://github.com/krator-rs/krator/pull/63 to be merged * [ ] update kubelet depedencies on windows: remove tokio-compat-02 dependency. I...

Would it be possible to tag a new release of the oci-distribution crate? A bunch of fixes got merged into the main branch, but they are not yet available inside...

question

This is a draft PR, I'm looking for feedback about it. ## What is this PR solving I'm currently working on [Rust bindings](https://github.com/sigstore/sigstore-rs) for [Sigstore](https://sigstore.dev). In this scenario I have...

## Preamble I'm filing this issue as suggested by @trishankkarthik inside of [this conversation](https://github.com/awslabs/tough/pull/426). The comments relevant to this issue are [this one](https://github.com/awslabs/tough/pull/426#pullrequestreview-850885096) and [this one](https://github.com/awslabs/tough/pull/426#issuecomment-1011596413). ## The issue The...

When Portus has tons of data it become pretty hard to go through it.

enhancement
ui
ux

The audit logs can change over the time: 1. user triggers webhook for namespace "foo" 2. user downloads CSV audit file 3. namespace "foo" is renamed "bar" 4. user download...

bug
2.4

This commit provides support to the `history` API exposed by Docker.

The commits are based on the initial work done inside of PR https://github.com/samalba/dockerclient/pull/17. The code has been cleaned up and updated to support the latest version of the Docker API.

Add support for the `filters` parameter of the list images API.

The error message returned when an OCI artifact doesn't have a sigstore manifest should be improved. # How to reproduce Attempt the verification of a container image that has not...

enhancement
good first issue