[SEBA-478] Renaming xos_services in xos-services
Change-Id: I6d2a50bc92fda0fd39183ff0f12fc1a5d97faf81
diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon
index e2a5dc4..404cb00 100644
--- a/containers/chameleon/Dockerfile.chameleon
+++ b/containers/chameleon/Dockerfile.chameleon
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/chameleon
-FROM xosproject/xos-base:2.2.13
+FROM xosproject/xos-base:2.2.14
# xos-base already has protoc and dependencies installed
diff --git a/containers/xos/Dockerfile.client b/containers/xos/Dockerfile.client
index 491acfc..da9bb41 100644
--- a/containers/xos/Dockerfile.client
+++ b/containers/xos/Dockerfile.client
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/xos-client
-FROM xosproject/xos-libraries:2.2.13
+FROM xosproject/xos-libraries:2.2.14
# Install XOS client
COPY lib/xos-api /tmp/xos-api
diff --git a/containers/xos/Dockerfile.libraries b/containers/xos/Dockerfile.libraries
index 4c3a7c6..a005ea5 100644
--- a/containers/xos/Dockerfile.libraries
+++ b/containers/xos/Dockerfile.libraries
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/xos-libraries
-FROM xosproject/xos-base:2.2.13
+FROM xosproject/xos-base:2.2.14
# Add libraries
COPY lib /opt/xos/lib
diff --git a/containers/xos/Dockerfile.synchronizer-base b/containers/xos/Dockerfile.synchronizer-base
index 8f1dc73..43761b3 100644
--- a/containers/xos/Dockerfile.synchronizer-base
+++ b/containers/xos/Dockerfile.synchronizer-base
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/xos-synchronizer-base
-FROM xosproject/xos-client:2.2.13
+FROM xosproject/xos-client:2.2.14
COPY xos/synchronizers/new_base /opt/xos/synchronizers/new_base
COPY xos/xos/logger.py /opt/xos/xos/logger.py
diff --git a/containers/xos/Dockerfile.xos-core b/containers/xos/Dockerfile.xos-core
index d82a9c4..06e8b5f 100644
--- a/containers/xos/Dockerfile.xos-core
+++ b/containers/xos/Dockerfile.xos-core
@@ -13,13 +13,13 @@
# limitations under the License.
# xosproject/xos-core
-FROM xosproject/xos-libraries:2.2.13
+FROM xosproject/xos-libraries:2.2.14
# Install XOS
ADD xos /opt/xos
ADD lib /opt/xos/lib
-RUN mkdir -p /opt/cord_profile /opt/xos_services /opt/xos_libraries \
+RUN mkdir -p /opt/cord_profile /opt/xos-services /opt/xos_libraries \
&& xosgenx --output /opt/xos/core/models --target django.xtarget --dest-extension py \
--write-to-file model /opt/xos/core/models/core.xproto \
&& xosgenx --output /opt/xos/core/models --target django-security.xtarget --dest-file security.py \