NewImageDestination returns a types.ImageDestination for this reference. The caller must call .Close() on the returned ImageDestination.
(ctx context.Context, sys *SystemContext)
| 87 | // NewImageDestination returns a types.ImageDestination for this reference. |
| 88 | // The caller must call .Close() on the returned ImageDestination. |
| 89 | NewImageDestination(ctx context.Context, sys *SystemContext) (ImageDestination, error) |
| 90 | |
| 91 | // DeleteImage deletes the named image from the registry, if supported. |
| 92 | DeleteImage(ctx context.Context, sys *SystemContext) error |
no outgoing calls