aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2016-05-25 20:18:45 -0700
committerKonstantin Boudnik <cos@apache.org>2016-05-25 20:18:45 -0700
commit186ceb664b1457408c6a3a00d0ac808fbb00c386 (patch)
tree2408aad77bcc8bf1bdeb8876689f106aebdde206 /docker
parent6e81da1e896338927af4160854794da489718a67 (diff)
BIGTOP-2412. arm dockerfile breaks RAT
Diffstat (limited to 'docker')
-rw-r--r--docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile b/docker/bigtop-slaves/ubuntu-14.04-aarch64/Dockerfile
index 2cb4db3b..bec0e904 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 <rvs@apache.org>