DeleteImage deletes the named image from the registry, if supported.
(ctx context.Context, sys *SystemContext)
| 90 | |
| 91 | // DeleteImage deletes the named image from the registry, if supported. |
| 92 | DeleteImage(ctx context.Context, sys *SystemContext) error |
| 93 | } |
| 94 | |
| 95 | // LayerCompression indicates if layers must be compressed, decompressed or preserved |
no outgoing calls