package image
import "github.com/docker/cli/cli/command/image"
Index ¶
- func AuthResolver(cli command.Cli) func(ctx context.Context, index *registrytypes.IndexInfo) registrytypes.AuthConfig
- func HistoryWrite(ctx formatter.Context, human bool, histories []image.HistoryResponseItem) error
- func NewBuildCommand(dockerCli command.Cli) *cobra.Command
- func NewHistoryCommand(dockerCli command.Cli) *cobra.Command
- func NewHistoryFormat(source string, quiet bool, human bool) formatter.Format
- func NewImageCommand(dockerCli command.Cli) *cobra.Command
- func NewImagesCommand(dockerCLI command.Cli) *cobra.Command
- func NewImportCommand(dockerCli command.Cli) *cobra.Command
- func NewLoadCommand(dockerCli command.Cli) *cobra.Command
- func NewPruneCommand(dockerCli command.Cli) *cobra.Command
- func NewPullCommand(dockerCli command.Cli) *cobra.Command
- func NewPushCommand(dockerCli command.Cli) *cobra.Command
- func NewRemoveCommand(dockerCli command.Cli) *cobra.Command
- func NewSaveCommand(dockerCli command.Cli) *cobra.Command
- func NewTagCommand(dockerCli command.Cli) *cobra.Command
- func RunPrune(ctx context.Context, dockerCli command.Cli, all bool, filter opts.FilterOpt) (uint64, string, error)
- func RunPull(ctx context.Context, dockerCLI command.Cli, opts PullOptions) error
- func RunPush(ctx context.Context, dockerCli command.Cli, opts pushOptions) error
- func RunSave(ctx context.Context, dockerCli command.Cli, opts saveOptions) error
- func TrustedReference(ctx context.Context, cli command.Cli, ref reference.NamedTagged) (reference.Canonical, error)
- type PullOptions
Functions ¶
func AuthResolver ¶
func AuthResolver(cli command.Cli) func(ctx context.Context, index *registrytypes.IndexInfo) registrytypes.AuthConfig
AuthResolver returns an auth resolver function from a command.Cli
func HistoryWrite ¶
HistoryWrite writes the context
func NewBuildCommand ¶
NewBuildCommand creates a new `docker build` command
func NewHistoryCommand ¶
NewHistoryCommand creates a new `docker history` command
func NewHistoryFormat ¶
NewHistoryFormat returns a format for rendering an HistoryContext
func NewImageCommand ¶
NewImageCommand returns a cobra command for `image` subcommands
func NewImagesCommand ¶
NewImagesCommand creates a new `docker images` command
func NewImportCommand ¶
NewImportCommand creates a new `docker import` command
func NewLoadCommand ¶
NewLoadCommand creates a new `docker load` command
func NewPruneCommand ¶
NewPruneCommand returns a new cobra prune command for images
func NewPullCommand ¶
NewPullCommand creates a new `docker pull` command
func NewPushCommand ¶
NewPushCommand creates a new `docker push` command
func NewRemoveCommand ¶
NewRemoveCommand creates a new `docker remove` command
func NewSaveCommand ¶
NewSaveCommand creates a new `docker save` command
func NewTagCommand ¶
NewTagCommand creates a new `docker tag` command
func RunPrune ¶
func RunPrune(ctx context.Context, dockerCli command.Cli, all bool, filter opts.FilterOpt) (uint64, string, error)
RunPrune calls the Image Prune API This returns the amount of space reclaimed and a detailed output string
func RunPull ¶
RunPull performs a pull against the engine based on the specified options
func RunPush ¶
RunPush performs a push against the engine based on the specified options
func RunSave ¶
RunSave performs a save against the engine based on the specified options
func TrustedReference ¶
func TrustedReference(ctx context.Context, cli command.Cli, ref reference.NamedTagged) (reference.Canonical, error)
TrustedReference returns the canonical trusted reference for an image reference
Types ¶
type PullOptions ¶
type PullOptions struct {
// contains filtered or unexported fields
}
PullOptions defines what and how to pull
Source Files ¶
build.go cmd.go formatter_history.go history.go import.go inspect.go list.go load.go prune.go pull.go push.go remove.go save.go tag.go tree.go trust.go
Directories ¶
Path | Synopsis |
---|---|
cli/command/image/build |
- Version
- v28.0.3+incompatible
- Published
- Mar 25, 2025
- Platform
- js/wasm
- Imports
- 58 packages
- Last checked
- 3 hours ago –
Tools for package owners.