[SEBA-545]
Update 3.0.x versions of libraries to have 3.0.x dependencies
Sort and add missing dependencies for xosmigrate
Narrow set of directories searched for models in xosmigrate
Change-Id: I70dc6a8bbf0c891e9142ae7acf6afd107d8e79ae
diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon
index ba53dc9..1f36eb8 100644
--- a/containers/chameleon/Dockerfile.chameleon
+++ b/containers/chameleon/Dockerfile.chameleon
@@ -13,8 +13,7 @@
# limitations under the License.
# xosproject/chameleon
-
-FROM xosproject/xos-base:3.0.0
+FROM xosproject/xos-base:3.0.1
# xos-base already has protoc and dependencies installed
diff --git a/containers/xos/Dockerfile.client b/containers/xos/Dockerfile.client
index 47e5c54..c6bae83 100644
--- a/containers/xos/Dockerfile.client
+++ b/containers/xos/Dockerfile.client
@@ -13,8 +13,7 @@
# limitations under the License.
# xosproject/xos-client
-
-FROM xosproject/xos-libraries:3.0.0
+FROM xosproject/xos-libraries:3.0.1
# Install XOS client
COPY lib/xos-api /tmp/xos-api
diff --git a/containers/xos/Dockerfile.libraries b/containers/xos/Dockerfile.libraries
index 56a81b7..420ba33 100644
--- a/containers/xos/Dockerfile.libraries
+++ b/containers/xos/Dockerfile.libraries
@@ -13,8 +13,7 @@
# limitations under the License.
# xosproject/xos-libraries
-
-FROM xosproject/xos-base:3.0.0
+FROM xosproject/xos-base:3.0.1
# Add libraries
COPY lib /opt/xos/lib
diff --git a/containers/xos/Dockerfile.synchronizer-base b/containers/xos/Dockerfile.synchronizer-base
index 8faa570..df1e203 100644
--- a/containers/xos/Dockerfile.synchronizer-base
+++ b/containers/xos/Dockerfile.synchronizer-base
@@ -13,8 +13,7 @@
# limitations under the License.
# xosproject/xos-synchronizer-base
-
-FROM xosproject/xos-client:3.0.0
+FROM xosproject/xos-client:3.0.1
COPY xos/xos/logger.py /opt/xos/xos/logger.py
COPY xos/xos/__init__.py /opt/xos/xos/__init__.py
diff --git a/containers/xos/Dockerfile.xos-core b/containers/xos/Dockerfile.xos-core
index 2b9ef92..bddc63b 100644
--- a/containers/xos/Dockerfile.xos-core
+++ b/containers/xos/Dockerfile.xos-core
@@ -13,8 +13,7 @@
# limitations under the License.
# xosproject/xos-core
-
-FROM xosproject/xos-libraries:3.0.0
+FROM xosproject/xos-libraries:3.0.1
# Install XOS
ADD xos /opt/xos