MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / BuildImage

Method BuildImage

docker/client.go:31–33  ·  view source on GitHub ↗
(buildPath, dockerfilePath, image string)

Source from the content-addressed store, hash-verified

29}
30
31func (c *Client) BuildImage(buildPath, dockerfilePath, image string) error {
32 return c.exec(c.dockerBin, "build", "-t", image, "-f", dockerfilePath, buildPath)
33}
34
35func (c *Client) Login(userName, password, proxyURL string) error {
36 // NOTE: use slightly different implementation to hide password in output

Callers 1

buildDockerImageMethod · 0.80

Calls 1

execMethod · 0.95

Tested by

no test coverage detected