mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
linter
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
e766352d81
commit
500555b834
@ -143,17 +143,8 @@ func (s *composeService) doBuildClassicSimpleImage(ctx context.Context, options
|
|||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
||||||
// if up to this point nothing has set the context then we must have another
|
|
||||||
// way for sending it(streaming) and set the context to the Dockerfile
|
|
||||||
if dockerfileCtx != nil && buildCtx == nil {
|
|
||||||
buildCtx = dockerfileCtx
|
|
||||||
}
|
|
||||||
|
|
||||||
progressOutput := streamformatter.NewProgressOutput(progBuff)
|
progressOutput := streamformatter.NewProgressOutput(progBuff)
|
||||||
var body io.Reader
|
body := progress.NewProgressReader(buildCtx, progressOutput, 0, "", "Sending build context to Docker daemon")
|
||||||
if buildCtx != nil {
|
|
||||||
body = progress.NewProgressReader(buildCtx, progressOutput, 0, "", "Sending build context to Docker daemon")
|
|
||||||
}
|
|
||||||
|
|
||||||
configFile := s.configFile()
|
configFile := s.configFile()
|
||||||
creds, err := configFile.GetAllCredentials()
|
creds, err := configFile.GetAllCredentials()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user