package buildflags

import "github.com/docker/buildx/util/buildflags"

Index

Functions

func CanonicalizeAttest

func CanonicalizeAttest(attestType string, in string) string

func IsGitSSH

func IsGitSSH(url string) bool

IsGitSSH returns true if the given repo URL is accessed over ssh

func ParseAttests

func ParseAttests(in []string) (map[string]*string, error)

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.