You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2017/03/02 12:29:15 UTC

[2/2] brooklyn-dist git commit: Closes #77

Closes #77

A Docker container to run integration tests in

Run with:
```
docker run --rm -v $(pwd):/build \
  -v ~/.m2/repository/:/maven-repo  \
  -e DOCKER_USER_ID=$(id -u) -e DOCKER_GROUP_ID=$(id -g)  \  --> use this line only on linux machines
  brooklyn-itest \
  mvn -B clean install -PIntegration -Dmaven.test.failure.ignore=true --fail-never
```


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/56994e2a
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/56994e2a
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/56994e2a

Branch: refs/heads/master
Commit: 56994e2aae75197a411082404cd09ce192269c6b
Parents: f6eeb70 a8c74bb
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Thu Mar 2 14:29:06 2017 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Thu Mar 2 14:29:06 2017 +0200

----------------------------------------------------------------------
 docker-itest/Dockerfile    | 56 +++++++++++++++++++++++++++++++++++++++++
 docker-itest/entrypoint.sh | 47 ++++++++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+)
----------------------------------------------------------------------