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)
| 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. |
no outgoing calls