Repository: bigtop
Updated Branches:
  refs/heads/master 3d4ed8c1e -> 31de2c517


BIGTOP-2667: add recipe for bigtop/puppet:ubuntu-16.04 docker image


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

Branch: refs/heads/master
Commit: 31de2c5170c9be487bf91b1db7d27f88c084a97b
Parents: 3d4ed8c
Author: Olaf Flebbe <[email protected]>
Authored: Fri Jan 13 20:54:14 2017 +0100
Committer: Olaf Flebbe <[email protected]>
Committed: Fri Jan 13 20:54:14 2017 +0100

----------------------------------------------------------------------
 .../ubuntu-16.04-aarch64/Dockerfile             | 20 ++++++++++++++++++++
 .../bigtop-puppet/ubuntu-16.04-aarch64/build.sh | 16 ++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/31de2c51/docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile 
b/docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile
new file mode 100755
index 0000000..c911446
--- /dev/null
+++ b/docker/bigtop-puppet/ubuntu-16.04-aarch64/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 aarch64/ubuntu:16.04
+MAINTAINER Amir Sanjar
+
+COPY puppetize.sh /tmp/puppetize.sh
+
+RUN bash /tmp/puppetize.sh

http://git-wip-us.apache.org/repos/asf/bigtop/blob/31de2c51/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
new file mode 100755
index 0000000..0a30d77
--- /dev/null
+++ b/docker/bigtop-puppet/ubuntu-16.04-aarch64/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 --pull=true -t bigtop/puppet:ubuntu-16.04-aarch64 .

Reply via email to