Merge pull request #2656 from tonistiigi/repl-stdin
build: allow builds from stdin for multi-node builders
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ type CallFunc struct {
|
||||
type Inputs struct {
|
||||
ContextPath string
|
||||
DockerfilePath string
|
||||
InStream io.Reader
|
||||
InStream *SyncMultiReader
|
||||
ContextState *llb.State
|
||||
DockerfileInline string
|
||||
NamedContexts map[string]NamedContext
|
||||
|
||||
Reference in New Issue
Block a user