CORD-1892 Pulling incompatible version of xosproject/xos-base
Change-Id: I3a39af4905e6c55974692ec19c16c8964a44a678
(cherry picked from commit ec1c852e6389aeea087059def5736cac13278c09)
diff --git a/group_vars/all b/group_vars/all
index 42ae7d3..ce534be 100644
--- a/group_vars/all
+++ b/group_vars/all
@@ -15,8 +15,8 @@
- name: "xosproject/xos-base"
path: "{{ build_cord_dir }}/orchestration/xos/containers/xos"
dockerfile: "Dockerfile.base"
- pull: True
- build: False
+ pull: False
+ build: True
publish: False
- name: "xosproject/xos-postgres"
path: "{{ build_cord_dir }}/orchestration/xos/containers/postgresql"