Change xos and services to use docker-publish instead of imagebuilder for Docker image creation

Change-Id: I4b001db4a38f74e89e371b7ca1bd27c9898798be
diff --git a/jjb/verify/xos.yaml b/jjb/verify/xos.yaml
index d1aa840..05f18d5 100644
--- a/jjb/verify/xos.yaml
+++ b/jjb/verify/xos.yaml
@@ -10,7 +10,7 @@
           branch-regexp: '{supported-branches-regexp}'
       - 'verify-xos-jobs-code':
           branch-regexp: '{supported-branches-regexp}'
-      - 'post-merge-publish-xos':
+      - 'publish-xos-jobs':
           branch-regexp: '{supported-branches-regexp}'
 
 # these two job groups are split so that documentation-only patches can go into
@@ -36,10 +36,13 @@
           pipeline_script: 'xos-core.groovy'
 
 - job-group:
-    name: 'post-merge-publish-xos'
+    name: 'publish-xos-jobs'
     jobs:
       - 'pypi-publish':
           pypi-module-dirs: 'lib/xos-config|lib/xos-genx|lib/xos-util|lib/xos-api|lib/xos-migrate|lib/xos-synchronizer|lib/xos-kafka'
           project-regexp: '^{name}$'
           pypi-index: 'pypi'
           dependency-jobs: 'version-tag'
+      - 'docker-publish':
+          docker-repo: 'xosproject'
+          dependency-jobs: 'version-tag'