You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2019/10/21 02:56:29 UTC

[bigtop] branch master updated: BIGTOP-3259. Update the default stack version for docker-provisioner to 1.4.0

This is an automated email from the ASF dual-hosted git repository.

ywkim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 906fe70  BIGTOP-3259. Update the default stack version for docker-provisioner to 1.4.0
906fe70 is described below

commit 906fe70646688708742efe4778844925b894d9dc
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sun Oct 20 20:13:24 2019 +0900

    BIGTOP-3259. Update the default stack version for docker-provisioner to 1.4.0
    
    Signed-off-by: Youngwoo Kim <yw...@apache.org>
---
 provisioner/docker/config_centos-7.yaml     | 2 +-
 provisioner/docker/config_debian-9.yaml     | 2 +-
 provisioner/docker/config_fedora-26.yaml    | 2 +-
 provisioner/docker/config_ubuntu-16.04.yaml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/provisioner/docker/config_centos-7.yaml b/provisioner/docker/config_centos-7.yaml
index 49f86ae..ab0e9d8 100644
--- a/provisioner/docker/config_centos-7.yaml
+++ b/provisioner/docker/config_centos-7.yaml
@@ -17,7 +17,7 @@ docker:
         memory_limit: "4g"
         image: "bigtop/puppet:trunk-centos-7"
 
-repo: "http://repos.bigtop.apache.org/releases/1.3.0/centos/7/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/1.4.0/centos/7/$basearch"
 distro: centos
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_debian-9.yaml b/provisioner/docker/config_debian-9.yaml
index 1818f2d..9b07254 100644
--- a/provisioner/docker/config_debian-9.yaml
+++ b/provisioner/docker/config_debian-9.yaml
@@ -17,7 +17,7 @@ docker:
         memory_limit: "4g"
         image: "bigtop/puppet:trunk-debian-9"
 
-repo: "http://repos.bigtop.apache.org/releases/1.3.0/debian/9/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/1.4.0/debian/9/$(ARCH)"
 distro: debian
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_fedora-26.yaml b/provisioner/docker/config_fedora-26.yaml
index 8881c14..7510cb1 100644
--- a/provisioner/docker/config_fedora-26.yaml
+++ b/provisioner/docker/config_fedora-26.yaml
@@ -17,7 +17,7 @@ docker:
         memory_limit: "4g"
         image: "bigtop/puppet:trunk-fedora-26"
 
-repo: "http://repos.bigtop.apache.org/releases/1.3.0/fedora/26/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/1.4.0/fedora/26/$basearch"
 distro: centos
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false
diff --git a/provisioner/docker/config_ubuntu-16.04.yaml b/provisioner/docker/config_ubuntu-16.04.yaml
index 64cace9..e087a78 100644
--- a/provisioner/docker/config_ubuntu-16.04.yaml
+++ b/provisioner/docker/config_ubuntu-16.04.yaml
@@ -17,7 +17,7 @@ docker:
         memory_limit: "4g"
         image:  "bigtop/puppet:trunk-ubuntu-16.04"
 
-repo: "http://repos.bigtop.apache.org/releases/1.3.0/ubuntu/16.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/1.4.0/ubuntu/16.04/$(ARCH)"
 distro: debian
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false