MCPcopy
hub / github.com/containerd/containerd / PullImage

Method PullImage

internal/cri/server/service.go:102–102  ·  view source on GitHub ↗
(ctx context.Context, name string, credentials func(string) (string, string, error), sandboxConfig *runtime.PodSandboxConfig, runtimeHandler string)

Source from the content-addressed store, hash-verified

100 RuntimeSnapshotter(ctx context.Context, ociRuntime criconfig.Runtime) string
101
102 PullImage(ctx context.Context, name string, credentials func(string) (string, string, error), sandboxConfig *runtime.PodSandboxConfig, runtimeHandler string) (string, error)
103 UpdateImage(ctx context.Context, r string) error
104
105 CheckImages(ctx context.Context) error

Callers 9

pullImagesByCRIFunction · 0.65
EnsureImageExistsFunction · 0.65
PullImageMethod · 0.65
PullImageMethod · 0.65
PullImageMethod · 0.65

Implementers 2

fakeImageServiceinternal/cri/server/container_status_t
CRIImageServiceinternal/cri/server/images/service.go

Calls

no outgoing calls