()
| 55 | } |
| 56 | |
| 57 | func pullV1() error { |
| 58 | return errors.New("schema1 manifest not supported") |
| 59 | } |
| 60 | |
| 61 | func pullV2(ctx context.Context, dst distribution.Namespace, src *registry.Registry, manifest *schema2.DeserializedManifest, name reference.Named, imgPath, tag string) error { |
| 62 | dstRepo, err := dst.Repository(ctx, name) |
no outgoing calls
no test coverage detected