package buildflags
import "github.com/docker/buildx/util/buildflags"
Index ¶
- func CanonicalizeAttest(attestType string, in string) string
- func IsGitSSH(url string) bool
- func ParseAttests(in []string) (map[string]*string, error)
- func ParseCacheEntry(in []string) ([]client.CacheOptionsEntry, error)
- func ParseEntitlements(in []string) ([]entitlements.Entitlement, error)
- func ParseOutputs(inp []string) ([]client.ExportEntry, error)
- func ParseSSHSpecs(sl []string) (session.Attachable, error)
- func ParseSecretSpecs(sl []string) (session.Attachable, error)
Functions ¶
func CanonicalizeAttest ¶
func IsGitSSH ¶
IsGitSSH returns true if the given repo URL is accessed over ssh
func ParseAttests ¶
func ParseCacheEntry ¶
func ParseCacheEntry(in []string) ([]client.CacheOptionsEntry, error)
func ParseEntitlements ¶
func ParseEntitlements(in []string) ([]entitlements.Entitlement, error)
func ParseOutputs ¶
func ParseOutputs(inp []string) ([]client.ExportEntry, error)
func ParseSSHSpecs ¶
func ParseSSHSpecs(sl []string) (session.Attachable, error)
func ParseSecretSpecs ¶
func ParseSecretSpecs(sl []string) (session.Attachable, error)
Source Files ¶
attests.go cache.go entitlements.go output.go secrets.go ssh.go
- Version
- v0.10.5
- Published
- May 22, 2023
- Platform
- js/wasm
- Imports
- 16 packages
- Last checked
- 9 hours ago –
Tools for package owners.