commit | 7c7ec0ee36fa7f9e7ba18ac809cda712afa1c6cc | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Mar 30 08:22:42 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Mar 30 09:52:10 2018 -0700 |
tree | eb4add6ee58fe2d16a945fd79b13b702457bc3f8 | |
parent | d6939ad086bcb2d7563d6f93780f780b84bccce6 [diff] |
CORD-2878 build the xos-core image Change-Id: Ie59b4e45810c44e3b332fb74a60290a150747d60
diff --git a/docker_images.yml b/docker_images.yml index d2b3447..75c7351 100644 --- a/docker_images.yml +++ b/docker_images.yml
@@ -62,6 +62,12 @@ repo: xos path: "containers/postgresql" + - name: xosproject/xos-core + repo: xos + path: "containers/xos" + dockerfile: "Dockerfile.xos-core" + context: "../.." + - name: xosproject/xos repo: xos path: "containers/xos"