Andrei Aaron
Andrei Aaron
Currently when zot cli lists images it makes multiple calls: - to get the list of all images - to the manifest of each image from the previous call This...
Signed-off-by: Andrei Aaron **What type of PR is this?** cleanup **Which issue does this PR fix**: Inconsistency in import statements **What does this PR do / Why do we need...
Integrate all fixes for UI.
Within the zot code we don't have a consistent practice for handling digests. Sometimes we: - Use data type from: github.com/opencontainers/go-digest - Use data type from: github.com/google/go-containerregistry/pkg/v1 - Use string...