tugboat manifest create

Create a local annotated manifest list for pushing to a registry

Usage

tugboat manifest create IMAGE [flags]

Options

OptionDefaultDescription
-a, --architecturesDefine the supported image architectures
--forA list of tags to create a manifest for
-h, --helphelp for create
--latestCreate a manifest for the latest tag
--pushPush the tagged images to an image registry

Global options available

OptionDefaultDescription
-c, --configCustom path to a configuration file (optional)
--driverautoThe driver to use to manage containers
--dry-runOutput what will happen, do not execute
--officialMimic the official docker publish method for images in private registries
--registrydocker.ioThe registry to use
--registry-namespaceThe namespace in the registry to use (DockerHub username if using DockerHub, any if using private registry)
--registry-passwordThe password credential with access to the registry
--registry-userThe username credential with access to the registry

See also