docker republish
Republish all related docker images from official registry to target docker registry.
Usage
$ dinghy docker republish [options]
Options
| Name | Description | Default |
|---|---|---|
--image-name | Name of the image to republish. If not provided, all images will be republished. | |
--[no]-push | Push the images to the target registry, otherwise the image will only be built and can be used locally | true |
--target-repo | Target docker registry to republish images to. If not provided, the target registry will be read from the Dinghy Config file as engine.repo. |