Merge pull request #19113 from Microsoft/jjh/fix-windows-builder
Windows: Fix docker build not to sigsegv the daemon
This commit is contained in:
commit
5ccd33134f
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ func containsWildcards(name string) bool {
|
|||
func (b *Builder) processImageFrom(img builder.Image) error {
|
||||
b.image = img.ID()
|
||||
|
||||
if img.Config != nil {
|
||||
if img.Config() != nil {
|
||||
b.runConfig = img.Config()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue