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

Method ImageBuild

pkg/dryrun/dryrunclient.go:201–205  ·  view source on GitHub ↗
(ctx context.Context, reader io.Reader, options client.ImageBuildOptions)

Source from the content-addressed store, hash-verified

199}
200
201func (d *DryRunClient) ImageBuild(ctx context.Context, reader io.Reader, options client.ImageBuildOptions) (client.ImageBuildResult, error) {
202 return client.ImageBuildResult{
203 Body: io.NopCloser(bytes.NewReader(nil)),
204 }, nil
205}
206
207func (d *DryRunClient) ImageInspect(ctx context.Context, imageName string, options ...client.ImageInspectOption) (client.ImageInspectResult, error) {
208 caller := getCallingFunction()

Callers 1

doBuildImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected