deleted pkg/repocli/go.mod pkg/repocli/go.sum; some updates

This commit is contained in:
2026-03-02 11:07:41 +02:00
parent 0eab0ad13d
commit 2d34ec5634
5 changed files with 44 additions and 37 deletions
+2 -2
View File
@@ -81,8 +81,8 @@ func (down *Downloader) Pull(ctx context.Context, rawref, dir, os, arch string)
if err != nil {
return err
}
"oci-layout"
"index.json"
//"oci-layout"
//"index.json"
layers := make([]ocispec.Descriptor, 0)
layers = append(layers, manifest.Config)