Update LaaS Container Build context 21/63221/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 5 Oct 2018 23:51:19 +0000 (16:51 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 5 Oct 2018 23:51:19 +0000 (16:51 -0700)
Updates the docker builds for LaaS to share the same context but point
at different Dockerfiles. This way the dashboard code can be copied into
the container instead of requiring to be volume mounted.

Change-Id: I26fe345c8901b772a2e9da56fac71956a8a76583
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng/opnfv-docker.yaml

index 12c3397..7135967 100644 (file)
           <<: *other-receivers
       - 'pharos-tools-laas-dashboard':
           project: 'pharos-tools'
-          dockerdir: 'dashboard/web'
+          dockerdir: 'dashboard'
+          dockerfile: 'dashboard/web/Dockerfile'
           <<: *master
           <<: *pharos_tools_receivers
       - 'pharos-tools-laas-celery':
           project: 'pharos-tools'
-          dockerdir: 'dashboard/worker'
+          dockerdir: 'dashboard'
+          dockerfile: 'dashboard/worker/Dockerfile'
           <<: *master
           <<: *pharos_tools_receivers
       - 'qtip':