aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authoramir sanjar <sanjar@sovmp155.lop.siteox.com>2015-12-24 16:33:47 +0000
committerOlaf Flebbe <of@ofleb.be>2016-01-08 17:36:46 +0100
commit12e0c3cf947fbc56fba6409712206c94d44c5b07 (patch)
tree46961579777a9158129f4ec1b1e873b45ca5e702 /docker
parent3614d059123547df86034484881b15e7425c4dd5 (diff)
BIGTOP-2189: adding ppc64le support to bigtop/salves
Signed-off-by: Olaf Flebbe <of@ofleb.be>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/bigtop-slaves/ubuntu-14.04-ppc64le/Dockerfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/docker/bigtop-slaves/ubuntu-14.04-ppc64le/Dockerfile b/docker/bigtop-slaves/ubuntu-14.04-ppc64le/Dockerfile
new file mode 100755
index 00000000..b41da8d5
--- /dev/null
+++ b/docker/bigtop-slaves/ubuntu-14.04-ppc64le/Dockerfile
@@ -0,0 +1,21 @@
+# 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:ubuntu-14.04-ppc64le
+MAINTAINER Amir Sanjar
+
+COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain
+COPY gradle.home /usr/share/gradle.home
+
+RUN puppet apply -e "include bigtop_toolchain::installer"