aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorOlaf Flebbe <of@ofleb.be>2015-12-29 21:50:38 +0100
committerOlaf Flebbe <of@ofleb.be>2015-12-30 10:45:50 +0100
commitac04aaf6705db42f092fe0194c82ee8d0f58cc15 (patch)
tree41a5adc968624ba968c481ce04cac2a334261a51 /docker
parentc78e635aea166e653b95f07bfd6d1c9b976e0a09 (diff)
BIGTOP-2196: Docker configuration for ubuntu-15.04-ppc64le
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/bigtop-puppet/ubuntu-15.04-ppc64le/Dockerfile20
-rwxr-xr-xdocker/bigtop-puppet/ubuntu-15.04-ppc64le/build.sh16
2 files changed, 36 insertions, 0 deletions
diff --git a/docker/bigtop-puppet/ubuntu-15.04-ppc64le/Dockerfile b/docker/bigtop-puppet/ubuntu-15.04-ppc64le/Dockerfile
new file mode 100755
index 00000000..34269e59
--- /dev/null
+++ b/docker/bigtop-puppet/ubuntu-15.04-ppc64le/Dockerfile
@@ -0,0 +1,20 @@
+# 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 ppc64le/ubuntu:15.04
+MAINTAINER Amir Sanjar
+
+COPY puppetize.sh /tmp/puppetize.sh
+
+RUN bash /tmp/puppetize.sh
diff --git a/docker/bigtop-puppet/ubuntu-15.04-ppc64le/build.sh b/docker/bigtop-puppet/ubuntu-15.04-ppc64le/build.sh
new file mode 100755
index 00000000..f0def138
--- /dev/null
+++ b/docker/bigtop-puppet/ubuntu-15.04-ppc64le/build.sh
@@ -0,0 +1,16 @@
+# 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.
+cp ../../../bigtop_toolchain/bin/puppetize.sh .
+docker build -t bigtop/puppet:ubuntu-15.04-ppc64le .