MCPcopy Create free account
hub / github.com/docker/compose / ImageTag

Method ImageTag

pkg/dryrun/dryrunclient.go:424–426  ·  view source on GitHub ↗
(ctx context.Context, options client.ImageTagOptions)

Source from the content-addressed store, hash-verified

422}
423
424func (d *DryRunClient) ImageTag(ctx context.Context, options client.ImageTagOptions) (client.ImageTagResult, error) {
425 return d.apiClient.ImageTag(ctx, options)
426}
427
428func (d *DryRunClient) ImagePrune(ctx context.Context, options client.ImagePruneOptions) (client.ImagePruneResult, error) {
429 return d.apiClient.ImagePrune(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected