images

package
v0.0.0-...-3ca09a2 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: Apache-2.0 Imports: 39 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{
	Name:    "images",
	Aliases: []string{"image", "i"},
	Usage:   "manage images",
	Subcommands: cli.Commands{
		&checkCommand,
		&exportCommand,
		&importCommand,
		&listCommand,
		&mountCommand,
		&unmountCommand,
		&pullCommand,
		&pushCommand,
		&removeCommand,
		&tagCommand,
		&setLabelsCommand,
		&convertCommand,
		&encryptCommand,
		&decryptCommand,
		&layerinfoCommand,
	},
}

Command is the cli command for managing images

Functions

func ParseEncArgs

func ParseEncArgs(context *cli.Context) parsehelpers.EncArgs

Types

type LayerInfo

type LayerInfo struct {
	// The Number of this layer in the sequence; starting at 0
	Index      uint32
	Descriptor ocispec.Descriptor
}

LayerInfo holds information about an image layer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL