xebialabs-community / xld-openshift-plugin

Plugin to deploy war files on jboss gears in open shift and support for OpenShift v3 on Kubernetes
2 stars 6 forks source link

DockerPushApp deployment type to allow for rolling deployments #15

Closed TomLarrow closed 7 years ago

TomLarrow commented 7 years ago

Added a DockerPushApp type. This type uses a "from" docker registry, either an internal registry, or a site like docker hub. It pulls the images with docker pull, tags them with the image name that is used by App type. When this image is changed, it triggers OpenShift's rolling deployment performing the deployment without service outage. verify-deployment.sh.ftl watches this deployment happen reporting the success or failure that OpenShift returns.

jdewinne commented 7 years ago

Thanks for sending this.