Update provisioner docker images to 1.3.0 Signed-off-by: Jun He <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/7f701aff Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/7f701aff Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/7f701aff Branch: refs/heads/branch-1.3 Commit: 7f701affa76db42bf59f5784bca901e11e9f9deb Parents: cd43e32 Author: Jun He <[email protected]> Authored: Fri Oct 5 01:26:45 2018 +0000 Committer: Jun He <[email protected]> Committed: Fri Oct 5 01:26:45 2018 +0000 ---------------------------------------------------------------------- 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/7f701aff/provisioner/docker/config_centos-7.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_centos-7.yaml b/provisioner/docker/config_centos-7.yaml index 49f86ae..a941028 100644 --- a/provisioner/docker/config_centos-7.yaml +++ b/provisioner/docker/config_centos-7.yaml @@ -15,7 +15,7 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-centos-7" + image: "bigtop/puppet:1.3.0-centos-7" repo: "http://repos.bigtop.apache.org/releases/1.3.0/centos/7/$basearch" distro: centos http://git-wip-us.apache.org/repos/asf/bigtop/blob/7f701aff/provisioner/docker/config_debian-9.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_debian-9.yaml b/provisioner/docker/config_debian-9.yaml index 1818f2d..a75eaec 100644 --- a/provisioner/docker/config_debian-9.yaml +++ b/provisioner/docker/config_debian-9.yaml @@ -15,7 +15,7 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-debian-9" + image: "bigtop/puppet:1.3.0-debian-9" repo: "http://repos.bigtop.apache.org/releases/1.3.0/debian/9/$(ARCH)" distro: debian http://git-wip-us.apache.org/repos/asf/bigtop/blob/7f701aff/provisioner/docker/config_fedora-26.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_fedora-26.yaml b/provisioner/docker/config_fedora-26.yaml index 8881c14..76628f5 100644 --- a/provisioner/docker/config_fedora-26.yaml +++ b/provisioner/docker/config_fedora-26.yaml @@ -15,7 +15,7 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-fedora-26" + image: "bigtop/puppet:1.3.0-fedora-26" repo: "http://repos.bigtop.apache.org/releases/1.3.0/fedora/26/$basearch" distro: centos http://git-wip-us.apache.org/repos/asf/bigtop/blob/7f701aff/provisioner/docker/config_ubuntu-16.04.yaml ---------------------------------------------------------------------- diff --git a/provisioner/docker/config_ubuntu-16.04.yaml b/provisioner/docker/config_ubuntu-16.04.yaml index 64cace9..a3fb0fb 100644 --- a/provisioner/docker/config_ubuntu-16.04.yaml +++ b/provisioner/docker/config_ubuntu-16.04.yaml @@ -15,7 +15,7 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-ubuntu-16.04" + image: "bigtop/puppet:1.3.0-ubuntu-16.04" repo: "http://repos.bigtop.apache.org/releases/1.3.0/ubuntu/16.04/$(ARCH)" distro: debian
