1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #31984 from tonistiigi/remote-context

builder: Refactor remote context
This commit is contained in:
Brian Goff 2017-04-27 11:50:18 -04:00 committed by GitHub
commit ae0f8c7ba1
22 changed files with 588 additions and 804 deletions

View file

@ -69,7 +69,7 @@ func (m *MockBackend) ContainerCreateWorkdir(containerID string) error {
return nil
}
func (m *MockBackend) CopyOnBuild(containerID string, destPath string, src builder.FileInfo, decompress bool) error {
func (m *MockBackend) CopyOnBuild(containerID string, destPath string, srcRoot string, srcPath string, decompress bool) error {
return nil
}