2017-07-08 23:25:07 +00:00
|
|
|
package pb
|
|
|
|
|
|
|
|
const AttrKeepGitDir = "git.keepgitdir"
|
2018-05-29 04:15:05 +00:00
|
|
|
const AttrFullRemoteURL = "git.fullurl"
|
2017-07-11 17:12:12 +00:00
|
|
|
const AttrLocalSessionID = "local.session"
|
2018-07-09 22:43:11 +00:00
|
|
|
const AttrLocalUniqueID = "local.unique"
|
2017-08-25 20:08:18 +00:00
|
|
|
const AttrIncludePatterns = "local.includepattern"
|
2018-06-04 21:08:29 +00:00
|
|
|
const AttrFollowPaths = "local.followpaths"
|
2017-12-14 02:49:14 +00:00
|
|
|
const AttrExcludePatterns = "local.excludepatterns"
|
2017-12-14 05:01:01 +00:00
|
|
|
const AttrSharedKeyHint = "local.sharedkeyhint"
|
2017-07-21 17:58:24 +00:00
|
|
|
const AttrLLBDefinitionFilename = "llbbuild.filename"
|
2017-12-04 03:38:37 +00:00
|
|
|
|
2017-11-11 02:10:10 +00:00
|
|
|
const AttrHTTPChecksum = "http.checksum"
|
2017-12-04 03:38:37 +00:00
|
|
|
const AttrHTTPFilename = "http.filename"
|
|
|
|
const AttrHTTPPerm = "http.perm"
|
|
|
|
const AttrHTTPUID = "http.uid"
|
|
|
|
const AttrHTTPGID = "http.gid"
|
2018-07-25 01:18:53 +00:00
|
|
|
|
|
|
|
const AttrImageResolveMode = "image.resolvemode"
|
|
|
|
const AttrImageResolveModeDefault = "default"
|
|
|
|
const AttrImageResolveModeForcePull = "pull"
|
|
|
|
const AttrImageResolveModePreferLocal = "local"
|
2018-07-26 20:51:28 +00:00
|
|
|
const AttrImageRecordType = "image.recordtype"
|