Documentation
¶
Index ¶
- 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 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 PublishCmd ¶
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.