mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Justin Chadwell <me@jedevc.com>
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
package pb
 | 
						|
 | 
						|
const AttrKeepGitDir = "git.keepgitdir"
 | 
						|
const AttrFullRemoteURL = "git.fullurl"
 | 
						|
const AttrAuthHeaderSecret = "git.authheadersecret"
 | 
						|
const AttrAuthTokenSecret = "git.authtokensecret"
 | 
						|
const AttrKnownSSHHosts = "git.knownsshhosts"
 | 
						|
const AttrMountSSHSock = "git.mountsshsock"
 | 
						|
const AttrLocalSessionID = "local.session"
 | 
						|
const AttrLocalUniqueID = "local.unique"
 | 
						|
const AttrIncludePatterns = "local.includepattern"
 | 
						|
const AttrFollowPaths = "local.followpaths"
 | 
						|
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"
 | 
						|
 | 
						|
const AttrImageResolveMode = "image.resolvemode"
 | 
						|
const AttrImageResolveModeDefault = "default"
 | 
						|
const AttrImageResolveModeForcePull = "pull"
 | 
						|
const AttrImageResolveModePreferLocal = "local"
 | 
						|
const AttrImageRecordType = "image.recordtype"
 | 
						|
const AttrImageLayerLimit = "image.layerlimit"
 | 
						|
 | 
						|
const AttrOCILayoutSessionID = "oci.session"
 | 
						|
const AttrOCILayoutStoreID = "oci.store"
 | 
						|
const AttrOCILayoutLayerLimit = "oci.layerlimit"
 | 
						|
 | 
						|
const AttrLocalDiffer = "local.differ"
 | 
						|
const AttrLocalDifferNone = "none"
 | 
						|
const AttrLocalDifferMetadata = "metadata"
 | 
						|
 | 
						|
type IsFileAction = isFileAction_Action
 |