MCPcopy
hub / github.com/containerd/containerd / defaultRemoteContext

Function defaultRemoteContext

client/client.go:475–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473}
474
475func defaultRemoteContext() *RemoteContext {
476 return &RemoteContext{
477 Resolver: docker.NewResolver(docker.ResolverOptions{}),
478 }
479}
480
481// Fetch downloads the provided content into containerd's content store
482// and returns a non-platform specific image reference

Callers 3

PullMethod · 0.85
FetchMethod · 0.85
PushMethod · 0.85

Calls 1

NewResolverFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…