You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2017/07/23 20:02:21 UTC

bigtop git commit: BIGTOP-2852: Add Debian 8 aarch64 bigtop slaves

Repository: bigtop
Updated Branches:
  refs/heads/master c5ca11584 -> 10a278f03


BIGTOP-2852: Add Debian 8 aarch64 bigtop slaves

Add Debian 8 bigtop slave support for ARM64 architecture.

Signed-off-by: Konstantin Boudnik <ko...@epam.com>


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

Branch: refs/heads/master
Commit: 10a278f03e71317bdc3ee5b8b0f11fa876cafac1
Parents: c5ca115
Author: Naresh Bhat <na...@linaro.org>
Authored: Fri Jul 21 21:52:40 2017 +0530
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Sun Jul 23 13:02:05 2017 -0700

----------------------------------------------------------------------
 .../bigtop-slaves/debian-8-aarch64/Dockerfile   | 23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/10a278f0/docker/bigtop-slaves/debian-8-aarch64/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/debian-8-aarch64/Dockerfile b/docker/bigtop-slaves/debian-8-aarch64/Dockerfile
new file mode 100644
index 0000000..e21e06e
--- /dev/null
+++ b/docker/bigtop-slaves/debian-8-aarch64/Dockerfile
@@ -0,0 +1,23 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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-8-aarch64
+MAINTAINER naresh.bhat@linaro.org
+
+COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain
+
+RUN  apt-get clean && apt-get update && puppet apply -e "include bigtop_toolchain::installer"
+
+COPY . /tmp/bigtop
+RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop