aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Bhat <naresh.bhat@linaro.org>2017-07-03 05:35:20 +0000
committerNaresh Bhat <naresh.bhat@linaro.org>2017-07-24 19:59:24 +0530
commit912cb3efa06f764cf7d089ab5a29ba46029b8cfa (patch)
tree42488cf72b9bc880467c2b22ece5fa53585d8027
parent38b074f9b5db3212673c61728d5905a597c1d943 (diff)
BIGTOP-2787: Add centos 7 aarch64 bigtop slavesnaresh-erp17.08
Add centos-7 bigtop slave support for ARM64 architecture. Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
-rw-r--r--docker/bigtop-slaves/centos-7-aarch64/Dockerfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/docker/bigtop-slaves/centos-7-aarch64/Dockerfile b/docker/bigtop-slaves/centos-7-aarch64/Dockerfile
new file mode 100644
index 00000000..f1bc66ef
--- /dev/null
+++ b/docker/bigtop-slaves/centos-7-aarch64/Dockerfile
@@ -0,0 +1,22 @@
+# 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:centos-7-aarch64
+MAINTAINER naresh.bhat@linaro.org
+
+COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain
+
+RUN puppet apply -e "include bigtop_toolchain::installer"
+COPY . /tmp/bigtop
+RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop