package build

import "github.com/moby/buildkit/cmd/buildctl/build"

Index

Functions

func ParseAllow

func ParseAllow(inp []string) ([]entitlements.Entitlement, error)

ParseAllow parses --allow

func ParseExportCache

func ParseExportCache(exportCaches []string) ([]client.CacheOptionsEntry, error)

ParseExportCache parses --export-cache

func ParseImportCache

func ParseImportCache(importCaches []string) ([]client.CacheOptionsEntry, error)

ParseImportCache parses --import-cache

func ParseLocal

func ParseLocal(locals []string) (map[string]string, error)

ParseLocal parses --local

func ParseOCILayout

func ParseOCILayout(layouts []string) (map[string]content.Store, error)

ParseOCILayout parses --oci-layout

func ParseOpt

func ParseOpt(opts []string) (map[string]string, error)

func ParseOutput

func ParseOutput(exports []string) ([]client.ExportEntry, error)

ParseOutput parses --output

func ParseSSH

func ParseSSH(inp []string) ([]sshprovider.AgentConfig, error)

ParseSSH parses --ssh

func ParseSecret

func ParseSecret(sl []string) (session.Attachable, error)

ParseSecret parses --secret

Source Files

allow.go build.go exportcache.go importcache.go local.go ocilayout.go opt.go output.go secret.go ssh.go util.go

Version
v0.12.1
Published
Aug 2, 2023
Platform
js/wasm
Imports
15 packages
Last checked
1 minute ago

Tools for package owners.