MCPcopy Index your code
hub / github.com/genuinetools/binctr / pullV1

Function pullV1

container/pull.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func pullV1() error {
58 return errors.New("schema1 manifest not supported")
59}
60
61func 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)

Callers 2

pullFunction · 0.85
pullManifestListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected