You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2017/03/24 18:40:25 UTC

[1/2] brooklyn-dist git commit: docker-itest: java version to 8, add chef package

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master bd2e59174 -> d2cd2df96


docker-itest: java version to 8, add chef package

Bump the java version to 8 in light of the projecft's decision to phase away Java 7 support.
Install the chef package, needed by integration tests for the knife executable.


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

Branch: refs/heads/master
Commit: 0426c1eb21c74a9ffd594c7672d5964ceebc2746
Parents: bd2e591
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Fri Mar 24 19:41:06 2017 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Fri Mar 24 19:41:06 2017 +0200

----------------------------------------------------------------------
 docker-itest/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/0426c1eb/docker-itest/Dockerfile
----------------------------------------------------------------------
diff --git a/docker-itest/Dockerfile b/docker-itest/Dockerfile
index b8bfbe9..d50d7fa 100644
--- a/docker-itest/Dockerfile
+++ b/docker-itest/Dockerfile
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-FROM maven:3.3.9-jdk-7
+FROM maven:3.3-jdk-8
 MAINTAINER Svetoslav Neykov "svetoslav.neykov@cloudsoft.io"
 
 # For Alpine:
@@ -28,7 +28,7 @@ MAINTAINER Svetoslav Neykov "svetoslav.neykov@cloudsoft.io"
 # because of differences in the accepted arguments of the busybox provided tools.
 
 RUN apt-get update && \
-    apt-get install -y --no-install-recommends net-tools ssh sudo wget && \
+    DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends net-tools ssh sudo wget chef && \
     rm -rf /var/lib/apt/lists/*
 RUN mkdir /etc/skel/.m2 && \
     echo "<settings xmlns='http://maven.apache.org/SETTINGS/1.0.0'>" > /etc/skel/.m2/settings.xml && \


[2/2] brooklyn-dist git commit: This closes #88

Posted by sj...@apache.org.
This closes #88

docker-itest: java version to 8, add chef package


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

Branch: refs/heads/master
Commit: d2cd2df967bfa6b0f6b24ff1ee63c90e80168e68
Parents: bd2e591 0426c1e
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Fri Mar 24 18:40:16 2017 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Fri Mar 24 18:40:16 2017 +0000

----------------------------------------------------------------------
 docker-itest/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------