(ctx context.Context, refOrID string, opts imagebackend.ImageInspectOpts)
| 44 | CommitImage(ctx context.Context, c backend.CommitConfig) (image.ID, error) |
| 45 | SquashImage(id, parent string) (string, error) |
| 46 | ImageInspect(ctx context.Context, refOrID string, opts imagebackend.ImageInspectOpts) (*imagebackend.InspectData, error) |
| 47 | ImageAttestations(ctx context.Context, refOrID string, opts imagebackend.AttestationOpts) ([]imagetype.AttestationStatement, error) |
| 48 | ImageDiskUsage(ctx context.Context) (int64, error) |
| 49 |
no outgoing calls