RootFS returns the unpacked diffids that make up images rootfs.
(ctx context.Context)
| 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. |
| 55 | Size(ctx context.Context) (int64, error) |
| 56 | // Usage returns a usage calculation for the image. |
no outgoing calls