Push same image to multiple registries #1840
-
Hey there, is it possible to push an image to multiple registries if the image name does not contain the registry name? I checked the documentation (http://dmp.fabric8.io/#registry, http://dmp.fabric8.io/#docker:push) but it seems like the configuration settings like Is there any way to push the same image to multiple registries without creating a second image configuration? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just solved the issue. The key is to not use the name of your registry in the name of your image, but instead use the |
Beta Was this translation helpful? Give feedback.
I just solved the issue.
The key is to not use the name of your registry in the name of your image, but instead use the
pushRegistry
property of thepush
goal. This way you can configured multiple executions that push your image with it's tags to different registries.