()
| 486 | } |
| 487 | |
| 488 | func (cmd *buildCommand) getLocalDirs() map[string]string { |
| 489 | return map[string]string{ |
| 490 | "context": cmd.contextDir, |
| 491 | "dockerfile": filepath.Dir(cmd.dockerfilePath), |
| 492 | } |
| 493 | } |
| 494 | |
| 495 | func showProgress(ch chan *controlapi.StatusResponse, noConsole bool) error { |
| 496 | displayCh := make(chan *bkclient.SolveStatus) |