You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2017/11/15 19:45:05 UTC

bigtop git commit: BIGTOP-2926: introduce bigtop version into bigtop/puppet images

Repository: bigtop
Updated Branches:
  refs/heads/master da63141dd -> b7300f10f


BIGTOP-2926: introduce bigtop version into bigtop/puppet images


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

Branch: refs/heads/master
Commit: b7300f10f0128324fa9a9240cabecc15580efe90
Parents: da63141
Author: Olaf Flebbe <of...@oflebbe.de>
Authored: Tue Nov 14 21:28:43 2017 +0100
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Wed Nov 15 20:44:48 2017 +0100

----------------------------------------------------------------------
 docker/bigtop-puppet/centos-7/build.sh               | 2 +-
 docker/bigtop-puppet/debian-9-aarch64/build.sh       | 2 +-
 docker/bigtop-puppet/debian-9/build.sh               | 2 +-
 docker/bigtop-puppet/fedora-26-aarch64/build.sh      | 2 +-
 docker/bigtop-puppet/fedora-26-ppc64le/build.sh      | 2 +-
 docker/bigtop-puppet/fedora-26/build.sh              | 2 +-
 docker/bigtop-puppet/opensuse-42.3/build.sh          | 2 +-
 docker/bigtop-puppet/ubuntu-16.04-aarch64/build.sh   | 2 +-
 docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh   | 2 +-
 docker/bigtop-puppet/ubuntu-16.04/build.sh           | 2 +-
 docker/bigtop-slaves/centos-7/Dockerfile             | 2 +-
 docker/bigtop-slaves/debian-9-aarch64/Dockerfile     | 2 +-
 docker/bigtop-slaves/debian-9/Dockerfile             | 2 +-
 docker/bigtop-slaves/fedora-26-aarch64/Dockerfile    | 2 +-
 docker/bigtop-slaves/fedora-26-ppc64le/Dockerfile    | 2 +-
 docker/bigtop-slaves/fedora-26/Dockerfile            | 2 +-
 docker/bigtop-slaves/opensuse-42.3/Dockerfile        | 2 +-
 docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile | 2 +-
 docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile | 2 +-
 docker/bigtop-slaves/ubuntu-16.04/Dockerfile         | 2 +-
 provisioner/docker/config_centos-6.yaml              | 2 +-
 provisioner/docker/config_centos-7-aarch64.yaml      | 2 +-
 provisioner/docker/config_centos-7.yaml              | 2 +-
 provisioner/docker/config_debian-8-aarch64.yaml      | 2 +-
 provisioner/docker/config_debian-8.yaml              | 2 +-
 provisioner/docker/config_ubuntu-16.04-aarch64.yaml  | 2 +-
 provisioner/docker/config_ubuntu-16.04.yaml          | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/centos-7/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/centos-7/build.sh b/docker/bigtop-puppet/centos-7/build.sh
index 90aa43a..40281d8 100755
--- a/docker/bigtop-puppet/centos-7/build.sh
+++ b/docker/bigtop-puppet/centos-7/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:centos-7 .
+docker build --pull=true -t bigtop/puppet:trunk-centos-7 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/debian-9-aarch64/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/debian-9-aarch64/build.sh b/docker/bigtop-puppet/debian-9-aarch64/build.sh
index 8bef287..dbf0941 100755
--- a/docker/bigtop-puppet/debian-9-aarch64/build.sh
+++ b/docker/bigtop-puppet/debian-9-aarch64/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:debian-9-aarch64 .
+docker build --pull=true -t bigtop/puppet:trunk-debian-9-aarch64 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/debian-9/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/debian-9/build.sh b/docker/bigtop-puppet/debian-9/build.sh
index cdc4623..e0a0937 100755
--- a/docker/bigtop-puppet/debian-9/build.sh
+++ b/docker/bigtop-puppet/debian-9/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:debian-9 .
+docker build --pull=true -t bigtop/puppet:trunk-debian-9 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/fedora-26-aarch64/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/fedora-26-aarch64/build.sh b/docker/bigtop-puppet/fedora-26-aarch64/build.sh
index eeea47a..f71d958 100755
--- a/docker/bigtop-puppet/fedora-26-aarch64/build.sh
+++ b/docker/bigtop-puppet/fedora-26-aarch64/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:fedora-26-aarch64 .
+docker build --pull=true -t bigtop/puppet:trunk-fedora-26-aarch64 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/fedora-26-ppc64le/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/fedora-26-ppc64le/build.sh b/docker/bigtop-puppet/fedora-26-ppc64le/build.sh
index d11779e..f4ca098 100755
--- a/docker/bigtop-puppet/fedora-26-ppc64le/build.sh
+++ b/docker/bigtop-puppet/fedora-26-ppc64le/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:fedora-26-ppc64le .
+docker build --pull=true -t bigtop/puppet:trunk-fedora-26-ppc64le .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/fedora-26/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/fedora-26/build.sh b/docker/bigtop-puppet/fedora-26/build.sh
index 11fffe8..8ce6927 100755
--- a/docker/bigtop-puppet/fedora-26/build.sh
+++ b/docker/bigtop-puppet/fedora-26/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:fedora-26 .
+docker build --pull=true -t bigtop/puppet:trunk-fedora-26 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/opensuse-42.3/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/opensuse-42.3/build.sh b/docker/bigtop-puppet/opensuse-42.3/build.sh
index 1437cc5..272d6bb 100755
--- a/docker/bigtop-puppet/opensuse-42.3/build.sh
+++ b/docker/bigtop-puppet/opensuse-42.3/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:opensuse-42.3 .
+docker build --pull=true -t bigtop/puppet:trunk-opensuse-42.3 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/ubuntu-16.04-aarch64/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/ubuntu-16.04-aarch64/build.sh b/docker/bigtop-puppet/ubuntu-16.04-aarch64/build.sh
index 0a30d77..c303f78 100755
--- a/docker/bigtop-puppet/ubuntu-16.04-aarch64/build.sh
+++ b/docker/bigtop-puppet/ubuntu-16.04-aarch64/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:ubuntu-16.04-aarch64 .
+docker build --pull=true -t bigtop/puppet:trunk-ubuntu-16.04-aarch64 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh b/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh
index 48628c9..7e84874 100755
--- a/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh
+++ b/docker/bigtop-puppet/ubuntu-16.04-ppc64le/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:ubuntu-16.04-ppc64le .
+docker build --pull=true -t bigtop/puppet:trunk-ubuntu-16.04-ppc64le .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-puppet/ubuntu-16.04/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/ubuntu-16.04/build.sh b/docker/bigtop-puppet/ubuntu-16.04/build.sh
index ad00253..c4fe4fd 100755
--- a/docker/bigtop-puppet/ubuntu-16.04/build.sh
+++ b/docker/bigtop-puppet/ubuntu-16.04/build.sh
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 cp ../../../bigtop_toolchain/bin/puppetize.sh .
-docker build --pull=true -t bigtop/puppet:ubuntu-16.04 .
+docker build --pull=true -t bigtop/puppet:trunk-ubuntu-16.04 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/centos-7/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/centos-7/Dockerfile b/docker/bigtop-slaves/centos-7/Dockerfile
index 5425175..9691bbc 100644
--- a/docker/bigtop-slaves/centos-7/Dockerfile
+++ b/docker/bigtop-slaves/centos-7/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:centos-7
+FROM bigtop/puppet:trunk-centos-7
 MAINTAINER oflebbe@apache.org
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/debian-9-aarch64/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/debian-9-aarch64/Dockerfile b/docker/bigtop-slaves/debian-9-aarch64/Dockerfile
index a470289..d017a11 100644
--- a/docker/bigtop-slaves/debian-9-aarch64/Dockerfile
+++ b/docker/bigtop-slaves/debian-9-aarch64/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:debian-9-aarch64
+FROM bigtop/puppet:trunk-debian-9-aarch64
 MAINTAINER Yuqi Gu <yu...@arm.com>
 
 COPY bigtop_toolchain /usr/share/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/debian-9/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/debian-9/Dockerfile b/docker/bigtop-slaves/debian-9/Dockerfile
index 69229d1..351f705 100644
--- a/docker/bigtop-slaves/debian-9/Dockerfile
+++ b/docker/bigtop-slaves/debian-9/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:debian-9
+FROM bigtop/puppet:trunk-debian-9
 MAINTAINER dev@bigtop.apache.org
 
 COPY bigtop_toolchain /usr/share/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/fedora-26-aarch64/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/fedora-26-aarch64/Dockerfile b/docker/bigtop-slaves/fedora-26-aarch64/Dockerfile
index 5842acd..9b410c7 100644
--- a/docker/bigtop-slaves/fedora-26-aarch64/Dockerfile
+++ b/docker/bigtop-slaves/fedora-26-aarch64/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:fedora-26-aarch64
+FROM bigtop/puppet:trunk-fedora-26-aarch64
 MAINTAINER Jun He <ju...@arm.com>
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/fedora-26-ppc64le/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/fedora-26-ppc64le/Dockerfile b/docker/bigtop-slaves/fedora-26-ppc64le/Dockerfile
index d8c67e0..d40e327 100644
--- a/docker/bigtop-slaves/fedora-26-ppc64le/Dockerfile
+++ b/docker/bigtop-slaves/fedora-26-ppc64le/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:fedora-26-ppc64le
+FROM bigtop/puppet:trunk-fedora-26-ppc64le
 MAINTAINER Amir Sanjar
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/fedora-26/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/fedora-26/Dockerfile b/docker/bigtop-slaves/fedora-26/Dockerfile
index 2840a43..86dd529 100644
--- a/docker/bigtop-slaves/fedora-26/Dockerfile
+++ b/docker/bigtop-slaves/fedora-26/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:fedora-26
+FROM bigtop/puppet:trunk-fedora-26
 MAINTAINER dev@bigtop.apache.org
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/opensuse-42.3/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/opensuse-42.3/Dockerfile b/docker/bigtop-slaves/opensuse-42.3/Dockerfile
index e8dad4c..e50bfa9 100644
--- a/docker/bigtop-slaves/opensuse-42.3/Dockerfile
+++ b/docker/bigtop-slaves/opensuse-42.3/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:opensuse-42.1
+FROM bigtop/puppet:trunk-opensuse-42.1
 MAINTAINER dev@bigtop.apache.org
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile b/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
index f3b30a8..85c809d 100644
--- a/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:ubuntu-16.04-aarch64
+FROM bigtop/puppet:trunk-ubuntu-16.04-aarch64
 MAINTAINER Roman Shaposhnik <rv...@apache.org>
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile b/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile
index dfddcde..5257ab5 100644
--- a/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:ubuntu-16.04-ppc64le
+FROM bigtop/puppet:trunk-ubuntu-16.04-ppc64le
 MAINTAINER Amir Sanjar
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/docker/bigtop-slaves/ubuntu-16.04/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/ubuntu-16.04/Dockerfile b/docker/bigtop-slaves/ubuntu-16.04/Dockerfile
index 74abcc5..0ae191c 100644
--- a/docker/bigtop-slaves/ubuntu-16.04/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-16.04/Dockerfile
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM bigtop/puppet:ubuntu-16.04
+FROM bigtop/puppet:trunk-ubuntu-16.04
 MAINTAINER Amir Sanjar
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/provisioner/docker/config_centos-6.yaml
----------------------------------------------------------------------
diff --git a/provisioner/docker/config_centos-6.yaml b/provisioner/docker/config_centos-6.yaml
index 5f78986..fbd6a83 100644
--- a/provisioner/docker/config_centos-6.yaml
+++ b/provisioner/docker/config_centos-6.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:centos-6"
+        image: "bigtop/puppet:trunk-centos-6"
 
 repo: "http://repos.bigtop.apache.org/releases/1.2.1/centos/6/x86_64"
 distro: centos

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/provisioner/docker/config_centos-7-aarch64.yaml
----------------------------------------------------------------------
diff --git a/provisioner/docker/config_centos-7-aarch64.yaml b/provisioner/docker/config_centos-7-aarch64.yaml
index 3a28a1b..09266f4 100644
--- a/provisioner/docker/config_centos-7-aarch64.yaml
+++ b/provisioner/docker/config_centos-7-aarch64.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:centos-7-aarch64"
+        image: "bigtop/puppet:trunk-centos-7-aarch64"
 
 repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/centos/7/aarch64"
 distro: centos

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/provisioner/docker/config_centos-7.yaml
----------------------------------------------------------------------
diff --git a/provisioner/docker/config_centos-7.yaml b/provisioner/docker/config_centos-7.yaml
index 3b1b0e0..1af307c 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:centos-7"
+        image: "bigtop/puppet:trunk-centos-7"
 
 repo: "http://repos.bigtop.apache.org/releases/1.2.1/centos/7/x86_64"
 distro: centos

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/provisioner/docker/config_debian-8-aarch64.yaml
----------------------------------------------------------------------
diff --git a/provisioner/docker/config_debian-8-aarch64.yaml b/provisioner/docker/config_debian-8-aarch64.yaml
index fa67996..3459391 100644
--- a/provisioner/docker/config_debian-8-aarch64.yaml
+++ b/provisioner/docker/config_debian-8-aarch64.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:debian-8-aarch64"
+        image: "bigtop/puppet:trunk-debian-8-aarch64"
 
 repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/debian/8-aarch64/aarch64"
 distro: debian

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/provisioner/docker/config_debian-8.yaml
----------------------------------------------------------------------
diff --git a/provisioner/docker/config_debian-8.yaml b/provisioner/docker/config_debian-8.yaml
index 41a6cbe..1dbecbe 100644
--- a/provisioner/docker/config_debian-8.yaml
+++ b/provisioner/docker/config_debian-8.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image: "bigtop/puppet:debian-8"
+        image: "bigtop/puppet:trunk-debian-8"
 
 repo: "http://repos.bigtop.apache.org/releases/1.2.1/debian/8/x86_64"
 distro: debian

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/provisioner/docker/config_ubuntu-16.04-aarch64.yaml
----------------------------------------------------------------------
diff --git a/provisioner/docker/config_ubuntu-16.04-aarch64.yaml b/provisioner/docker/config_ubuntu-16.04-aarch64.yaml
index 71f80f9..0a89475 100644
--- a/provisioner/docker/config_ubuntu-16.04-aarch64.yaml
+++ b/provisioner/docker/config_ubuntu-16.04-aarch64.yaml
@@ -15,7 +15,7 @@
 
 docker:
         memory_limit: "4g"
-        image:  "bigtop/puppet:ubuntu-16.04-aarch64"
+        image:  "bigtop/puppet:trunk-ubuntu-16.04-aarch64"
 
 repo: "http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64"
 distro: debian

http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7300f10/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 2568377..ab3e04d 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:ubuntu-16.04"
+        image:  "bigtop/puppet:trunk-ubuntu-16.04"
 
 repo: "http://repos.bigtop.apache.org/releases/1.2.1/ubuntu/16.04/x86_64"
 distro: debian