Size returns the total size of the image's packed resources.
(ctx context.Context)
| 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. |
| 57 | Usage(context.Context, ...UsageOpt) (int64, error) |
| 58 | // Config descriptor for the image. |
no outgoing calls