tugboat manifest create
Create a local annotated manifest list for pushing to a registry
Usage #
tugboat manifest create IMAGE [flags]
Options #
| Option | Default | Description |
|---|
-a, --architectures | | Define the supported image architectures |
--for | | A list of tags to create a manifest for |
-h, --help | | help for create |
--latest | | Create a manifest for the latest tag |
--push | | Push the tagged images to an image registry |
Global options available #
| Option | Default | Description |
|---|
-c, --config | | Custom path to a configuration file (optional) |
--driver | auto | The driver to use to manage containers |
--dry-run | | Output what will happen, do not execute |
--official | | Mimic the official docker publish method for images in private registries |
--registry | docker.io | The registry to use |
--registry-namespace | | The namespace in the registry to use (DockerHub username if using DockerHub, any if using private registry) |
--registry-password | | The password credential with access to the registry |
--registry-user | | The username credential with access to the registry |
See also #