package buildflags

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

Index

Functions

func IsGitSSH

func IsGitSSH(url string) bool

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.7.0-rc1
Published
Nov 4, 2021
Platform
js/wasm
Imports
12 packages
Last checked
6 hours ago

Tools for package owners.