You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/03/06 03:14:47 UTC

bigtop git commit: Bringing back ARM build slaves

Repository: bigtop
Updated Branches:
  refs/heads/master e3485b9cb -> 6b9f52788


Bringing back ARM build slaves


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

Branch: refs/heads/master
Commit: 6b9f5278872495571191502ff93e0929bf34d434
Parents: e3485b9
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Sun Mar 5 19:14:26 2017 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Sun Mar 5 19:14:26 2017 -0800

----------------------------------------------------------------------
 .../ubuntu-14.04-aarch64/Dockerfile             |  2 +-
 .../ubuntu-16.04-aarch64/Dockerfile             | 23 ++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/6b9f5278/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile b/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile
index e88516b..c346a27 100644
--- a/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile
@@ -12,7 +12,7 @@
 # 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
+FROM aarch64/ubuntu:14.04
 MAINTAINER Roman Shaposhnik <rv...@apache.org>
 
 COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain

http://git-wip-us.apache.org/repos/asf/bigtop/blob/6b9f5278/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile b/docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile
new file mode 100644
index 0000000..336b7cb
--- /dev/null
+++ b/docker/bigtop-slaves/ubuntu-16.04-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 aarch64/ubuntu:16.04
+MAINTAINER Roman Shaposhnik <rv...@apache.org>
+
+COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain
+
+RUN /etc/puppet/modules/bigtop_toolchain/bin/puppetize.sh
+RUN puppet apply -e "include bigtop_toolchain::installer"
+COPY . /tmp/bigtop
+RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop