builder

package
v28.3.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2025 License: Apache-2.0 Imports: 13 Imported by: 168

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CachePrune

func CachePrune(ctx context.Context, dockerCli command.Cli, all bool, filter opts.FilterOpt) (uint64, string, error)

CachePrune executes a prune command for build cache

func NewBakeStubCommand

func NewBakeStubCommand(dockerCLI command.Streams) *cobra.Command

NewBakeStubCommand returns a cobra command "stub" for the "bake" subcommand. This command is a placeholder / stub that is dynamically replaced by an alias for "docker buildx bake" if BuildKit is enabled (and the buildx plugin installed).

func NewBuilderCommand

func NewBuilderCommand(dockerCli command.Cli) *cobra.Command

NewBuilderCommand returns a cobra command for `builder` subcommands

func NewPruneCommand

func NewPruneCommand(dockerCli command.Cli) *cobra.Command

NewPruneCommand returns a new cobra prune command for images

Types

This section is empty.

close