MCPcopy
hub / github.com/docker/compose / DistributionInspect

Method DistributionInspect

pkg/dryrun/dryrunclient.go:384–386  ·  view source on GitHub ↗
(ctx context.Context, imageName string, options client.DistributionInspectOptions)

Source from the content-addressed store, hash-verified

382}
383
384func (d *DryRunClient) DistributionInspect(ctx context.Context, imageName string, options client.DistributionInspectOptions) (client.DistributionInspectResult, error) {
385 return d.apiClient.DistributionInspect(ctx, imageName, options)
386}
387
388func (d *DryRunClient) BuildCachePrune(ctx context.Context, opts client.BuildCachePruneOptions) (client.BuildCachePruneResult, error) {
389 return d.apiClient.BuildCachePrune(ctx, opts)

Callers 1

ImageDigestResolverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected