NewImage returns a types.ImageCloser for this reference, possibly specialized for this ImageTransport. The caller must call .Close() on the returned ImageCloser. NOTE: If any kind of signature verification should happen, build an UnparsedImage from the value returned by NewImageSource, verify that U
(ctx context.Context, sys *SystemContext)
| 81 | // verify that UnparsedImage, and convert it into a real Image via image.FromUnparsedImage. |
| 82 | // WARNING: This may not do the right thing for a manifest list, see image.FromSource for details. |
| 83 | NewImage(ctx context.Context, sys *SystemContext) (ImageCloser, error) |
| 84 | // NewImageSource returns a types.ImageSource for this reference. |
| 85 | // The caller must call .Close() on the returned ImageSource. |
| 86 | NewImageSource(ctx context.Context, sys *SystemContext) (ImageSource, error) |
no outgoing calls