MCPcopy Create free account
hub / github.com/coder/envbuilder / BuildSpec

Struct BuildSpec

devcontainer/devcontainer.go:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type BuildSpec struct {
58 Dockerfile string `json:"dockerfile"`
59 Context string `json:"context"`
60 Args map[string]string `json:"args"`
61 Target string `json:"target"`
62 CacheFrom string `json:"cache_from"`
63}
64
65// Compiled is the result of compiling a devcontainer.json file.
66type Compiled struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected