MCPcopy
hub / github.com/dragonflyoss/dragonfly / CreatePreheatRequestsByManifestURL

Method CreatePreheatRequestsByManifestURL

internal/job/image.go:175–175  ·  view source on GitHub ↗

CreatePreheatRequestsByManifestURL generates a list of preheat requests for a container image by fetching and parsing its manifest from a registry. It handles authentication, platform-specific manifest filtering, and layer extraction for preheating.

(ctx context.Context, req *ManifestRequest)

Source from the content-addressed store, hash-verified

173 // by fetching and parsing its manifest from a registry. It handles authentication, platform-specific
174 // manifest filtering, and layer extraction for preheating.
175 CreatePreheatRequestsByManifestURL(ctx context.Context, req *ManifestRequest) ([]*PreheatRequest, error)
176}
177
178// image is the implementation of the Image interface.

Callers 7

TestServiceV2_StatImageFunction · 0.65
PreheatImageMethod · 0.65
StatImageMethod · 0.65
CreatePreheatMethod · 0.65

Implementers 3

imageinternal/job/image.go
MockImageinternal/job/mocks/job_mock.go
MockImageMockRecorderinternal/job/mocks/job_mock.go

Calls

no outgoing calls