Unpack unpacks the image's content into a snapshot
(context.Context, string, ...UnpackOpt)
| 49 | Labels() map[string]string |
| 50 | // Unpack unpacks the image's content into a snapshot |
| 51 | Unpack(context.Context, string, ...UnpackOpt) error |
| 52 | // RootFS returns the unpacked diffids that make up images rootfs. |
| 53 | RootFS(ctx context.Context) ([]digest.Digest, error) |
| 54 | // Size returns the total size of the image's packed resources. |
no outgoing calls