(ctx context.Context, image string, _ ...ImageInspectOption)
| 132 | ImagePrune(ctx context.Context, opts ImagePruneOptions) (ImagePruneResult, error) |
| 133 | |
| 134 | ImageInspect(ctx context.Context, image string, _ ...ImageInspectOption) (ImageInspectResult, error) |
| 135 | ImageHistory(ctx context.Context, image string, _ ...ImageHistoryOption) (ImageHistoryResult, error) |
| 136 | ImageAttestations(ctx context.Context, image string, _ ...ImageAttestationsOption) (ImageAttestationsResult, error) |
| 137 |
no outgoing calls