[2/2] brooklyn-client git commit: This closes #70

2018-09-29 Thread aledsage
This closes #70


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/2287c07e
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/2287c07e
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/2287c07e

Branch: refs/heads/master
Commit: 2287c07e9063714df80b9459dc11de0109d07b8e
Parents: 05031a7 185a31c
Author: Aled Sage 
Authored: Sat Sep 29 10:38:08 2018 +0100
Committer: Aled Sage 
Committed: Sat Sep 29 10:38:08 2018 +0100

--
 Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--




[1/2] brooklyn-client git commit: fix jenkins docker build Jenkins build failed writing to /var/maven/.brooklyn

2018-09-29 Thread aledsage
Repository: brooklyn-client
Updated Branches:
  refs/heads/master 05031a79d -> 2287c07e9


fix jenkins docker build
Jenkins build failed writing to /var/maven/.brooklyn

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/185a31c8
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/185a31c8
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/185a31c8

Branch: refs/heads/master
Commit: 185a31c87f86dc2884f9038c748b910f018f4965
Parents: 05031a7
Author: frogfather 
Authored: Fri Sep 28 12:13:05 2018 +0100
Committer: frogfather 
Committed: Fri Sep 28 12:13:05 2018 +0100

--
 Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/185a31c8/Dockerfile
--
diff --git a/Dockerfile b/Dockerfile
index 6a5d960..dc7f650 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,9 @@
 # under the License.
 
 # For Brooklyn Client, we use a debian distribution instead of alpine as there 
are some libgcc incompatibilities with GO
-FROM maven:3.5.2-jdk-8-slim
+FROM maven:3.5.4-jdk-8-slim
 
 # Install necessary binaries to build brooklyn-client
 RUN apt-get update && apt-get install -y git-core golang-go
+
+RUN mkdir -p /var/maven/.m2/ && chmod -R 777 /var/maven/
\ No newline at end of file