Documentation ¶
Index ¶
- func BuildCPIOCmd(ctx context.Context, dest string, opts ...build.Option) error
- func BuildCmd(ctx context.Context, imageRef, output string, archs []types.Architecture, ...) error
- func BuildMinirootFSCmd(ctx context.Context, opts ...build.Option) error
- func DotCmd(ctx context.Context, configFile string, archs []types.Architecture, ...) error
- func LockCmd(ctx context.Context, output string, archs []types.Architecture, ...) error
- func New() *cobra.Command
- func PublishCmd(ctx context.Context, outputRefs string, archs []types.Architecture, ...) error
- func RemoveLabel(s string) (string, error)
- func ShowConfigCmd(ctx context.Context, opts ...build.Option) error
- func ShowPackagesCmd(ctx context.Context, format string, archs []types.Architecture, ...) error
- type PublishOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildCPIOCmd ¶ added in v0.18.0
func PublishCmd ¶
func RemoveLabel ¶ added in v0.17.0
func ShowPackagesCmd ¶ added in v0.7.0
Types ¶
type PublishOption ¶ added in v0.9.0
type PublishOption func(*publishOpt) error
PublishOption is an option for publishing
func WithLocal ¶ added in v0.9.0
func WithLocal(local bool) PublishOption
WithLocal sets whether to publish image to local Docker daemon.
Click to show internal directories.
Click to hide internal directories.