2018-04-19 13:07:27 -04:00
|
|
|
package pb
|
|
|
|
|
|
|
|
const AttrKeepGitDir = "git.keepgitdir"
|
|
|
|
const AttrFullRemoteURL = "git.fullurl"
|
|
|
|
const AttrLocalSessionID = "local.session"
|
2018-08-11 15:04:13 -04:00
|
|
|
const AttrLocalUniqueID = "local.unique"
|
2018-04-19 13:07:27 -04:00
|
|
|
const AttrIncludePatterns = "local.includepattern"
|
2018-06-08 21:07:42 -04:00
|
|
|
const AttrFollowPaths = "local.followpaths"
|
2018-04-19 13:07:27 -04:00
|
|
|
const AttrExcludePatterns = "local.excludepatterns"
|
|
|
|
const AttrSharedKeyHint = "local.sharedkeyhint"
|
|
|
|
const AttrLLBDefinitionFilename = "llbbuild.filename"
|
|
|
|
|
|
|
|
const AttrHTTPChecksum = "http.checksum"
|
|
|
|
const AttrHTTPFilename = "http.filename"
|
|
|
|
const AttrHTTPPerm = "http.perm"
|
|
|
|
const AttrHTTPUID = "http.uid"
|
|
|
|
const AttrHTTPGID = "http.gid"
|
2018-08-11 15:04:13 -04:00
|
|
|
|
|
|
|
const AttrImageResolveMode = "image.resolvemode"
|
|
|
|
const AttrImageResolveModeDefault = "default"
|
|
|
|
const AttrImageResolveModeForcePull = "pull"
|
|
|
|
const AttrImageResolveModePreferLocal = "local"
|
|
|
|
const AttrImageRecordType = "image.recordtype"
|