()
| 178 | } |
| 179 | |
| 180 | func newFakeBuild() *fakeBuild { |
| 181 | return &fakeBuild{} |
| 182 | } |
| 183 | |
| 184 | func (f *fakeBuild) build(_ context.Context, buildContext io.Reader, options client.ImageBuildOptions) (client.ImageBuildResult, error) { |
| 185 | f.context = tar.NewReader(buildContext) |
no outgoing calls
no test coverage detected
searching dependent graphs…