package buildflags
import "github.com/docker/buildx/util/buildflags"
Index ¶
- func IsGitSSH(url string) bool
- 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 IsGitSSH ¶
IsGitSSH returns true if the given repo URL is accessed over ssh
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 ¶
cache.go entitlements.go output.go secrets.go ssh.go
- Version
- v0.6.0-rc1
- Published
- Jul 13, 2021
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 6 hours ago –
Tools for package owners.