(ctx context.Context, id image.ID)
| 35 | type platformReader interface { |
| 36 | ReadPlatformFromConfigByImageManifest(ctx context.Context, desc ocispec.Descriptor) (ocispec.Platform, error) |
| 37 | ReadPlatformFromImage(ctx context.Context, id image.ID) (ocispec.Platform, error) |
| 38 | } |
| 39 | |
| 40 | // deduceContainerPlatform tries to deduce `ctr`'s platform. |
no outgoing calls
no test coverage detected