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 <j.a.campb...@icloud.com>
Authored: Fri Sep 28 12:13:05 2018 +0100
Committer: frogfather <j.a.campb...@icloud.com>
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

Reply via email to