mirror of https://github.com/docker/cli.git
13 lines
281 B
Go
13 lines
281 B
Go
|
package pb
|
||
|
|
||
|
type InputIndex int64
|
||
|
type OutputIndex int64
|
||
|
|
||
|
const RootMount = "/"
|
||
|
const SkipOutput OutputIndex = -1
|
||
|
const Empty InputIndex = -1
|
||
|
const LLBBuilder InputIndex = -1
|
||
|
|
||
|
const LLBDefinitionInput = "buildkit.llb.definition"
|
||
|
const LLBDefaultDefinitionFile = LLBDefinitionInput
|