From b23135f60299ad95a8c1b69dcd472c4fe13b6802 Mon Sep 17 00:00:00 2001 From: nareshbhat Date: Fri, 21 Jul 2017 20:36:33 +0530 Subject: BIGTOP-2851: Add debian 8 aarch64 bigtop puppet Add Debian 8 bigtop-puppet for AArch64 architecture. Signed-off-by: Naresh Bhat --- docker/bigtop-puppet/debian-8-aarch64/Dockerfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docker/bigtop-puppet/debian-8-aarch64/Dockerfile (limited to 'docker/bigtop-puppet/debian-8-aarch64/Dockerfile') diff --git a/docker/bigtop-puppet/debian-8-aarch64/Dockerfile b/docker/bigtop-puppet/debian-8-aarch64/Dockerfile new file mode 100644 index 00000000..f31781d9 --- /dev/null +++ b/docker/bigtop-puppet/debian-8-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/debian:jessie +MAINTAINER naresh.bhat@linaro.org + +COPY puppetize.sh /tmp/puppetize.sh + +RUN bash /tmp/puppetize.sh -- cgit v1.2.3