Config descriptor for the image.
(ctx context.Context)
| 57 | Usage(context.Context, ...UsageOpt) (int64, error) |
| 58 | // Config descriptor for the image. |
| 59 | Config(ctx context.Context) (ocispec.Descriptor, error) |
| 60 | // IsUnpacked returns whether an image is unpacked. |
| 61 | IsUnpacked(context.Context, string) (bool, error) |
| 62 | // ContentStore provides a content store which contains image blob data |