MCPcopy Create free account
hub / github.com/docker/cli / MountBlob

Method MountBlob

internal/registryclient/client.go:23–23  ·  view source on GitHub ↗
(ctx context.Context, source reference.Canonical, target reference.Named)

Source from the content-addressed store, hash-verified

21 GetManifest(ctx context.Context, ref reference.Named) (manifesttypes.ImageManifest, error)
22 GetManifestList(ctx context.Context, ref reference.Named) ([]manifesttypes.ImageManifest, error)
23 MountBlob(ctx context.Context, source reference.Canonical, target reference.Named) error
24 PutManifest(ctx context.Context, ref reference.Named, manifest distribution.Manifest) (digest.Digest, error)
25}
26

Callers 1

mountBlobsFunction · 0.65

Implementers 2

fakeRegistryClientcli/command/manifest/client_test.go
clientinternal/registryclient/client.go

Calls

no outgoing calls

Tested by

no test coverage detected