MCPcopy
hub / github.com/genuinetools/img / getLocalDirs

Method getLocalDirs

build.go:488–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected