You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/05/26 03:19:14 UTC

bigtop git commit: BIGTOP-2412. arm dockerfile breaks RAT

Repository: bigtop
Updated Branches:
  refs/heads/master 6e81da1e8 -> 186ceb664


BIGTOP-2412. arm dockerfile breaks RAT


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

Branch: refs/heads/master
Commit: 186ceb664b1457408c6a3a00d0ac808fbb00c386
Parents: 6e81da1
Author: Konstantin Boudnik <co...@apache.org>
Authored: Wed May 25 20:18:45 2016 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Wed May 25 20:18:45 2016 -0700

----------------------------------------------------------------------
 docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/186ceb66/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 2cb4db3..bec0e90 100644
--- a/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile
+++ b/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile
@@ -1,3 +1,17 @@
+# 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
 MAINTAINER Roman Shaposhnik <rv...@apache.org>