Merge pull request #2656 from tonistiigi/repl-stdin

build: allow builds from stdin for multi-node builders
This commit is contained in:
thompson-shaun
2024-08-22 11:28:55 -04:00
committed by GitHub
5 changed files with 266 additions and 14 deletions

View File

@ -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