Repository: stratos Updated Branches: refs/heads/master 6637b4775 -> 1338cb56a
Fix docker file python agent location Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1338cb56 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1338cb56 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1338cb56 Branch: refs/heads/master Commit: 1338cb56afc1e5246568e143a6a0c92a1ab3033d Parents: 6637b47 Author: Lahiru Sandaruwan <[email protected]> Authored: Tue May 26 18:38:05 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Tue May 26 18:38:05 2015 +0530 ---------------------------------------------------------------------- products/pom.xml | 2 +- tools/docker-images/cartridge-docker-images/base-image/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/1338cb56/products/pom.xml ---------------------------------------------------------------------- diff --git a/products/pom.xml b/products/pom.xml index 6173678..afee184 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -33,7 +33,7 @@ <url>http://apache.org</url> <modules> - <module>python-cartridge-agent</module> + <module>python-cartridge-agent</module> <module>cartridge-agent</module> <module>stratos-cli</module> <module>load-balancer</module> http://git-wip-us.apache.org/repos/asf/stratos/blob/1338cb56/tools/docker-images/cartridge-docker-images/base-image/Dockerfile ---------------------------------------------------------------------- diff --git a/tools/docker-images/cartridge-docker-images/base-image/Dockerfile b/tools/docker-images/cartridge-docker-images/base-image/Dockerfile index 1d1dfb0..c78a96f 100644 --- a/tools/docker-images/cartridge-docker-images/base-image/Dockerfile +++ b/tools/docker-images/cartridge-docker-images/base-image/Dockerfile @@ -49,7 +49,7 @@ RUN pip install yapsy WORKDIR /mnt/ ADD packs/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT.zip /mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT.zip -RUN unzip -q /mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT.zip -d /mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT/ +RUN unzip -q /mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT.zip -d /mnt/ RUN rm /mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT.zip RUN mkdir -p /mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT/payload
