Repository: bigtop Updated Branches: refs/heads/master ac04aaf67 -> f0192eff3
BIGTOP-2198: adding bigtop/slaves:ubuntu-15.04 support for ppc64le Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f0192eff Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f0192eff Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f0192eff Branch: refs/heads/master Commit: f0192eff30dadf48d7c428e2c34e006bc72104f3 Parents: ac04aaf Author: amir sanjar <[email protected]> Authored: Wed Dec 30 05:11:40 2015 +0000 Committer: Olaf Flebbe <[email protected]> Committed: Wed Dec 30 11:04:13 2015 +0100 ---------------------------------------------------------------------- .../ubuntu-15.04-ppc64le/Dockerfile | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f0192eff/docker/bigtop-slaves/ubuntu-15.04-ppc64le/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/bigtop-slaves/ubuntu-15.04-ppc64le/Dockerfile b/docker/bigtop-slaves/ubuntu-15.04-ppc64le/Dockerfile new file mode 100644 index 0000000..1ec2769 --- /dev/null +++ b/docker/bigtop-slaves/ubuntu-15.04-ppc64le/Dockerfile @@ -0,0 +1,22 @@ +# 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 bigtop/puppet:ubuntu-15.04-ppc64le +MAINTAINER Amir Sanjar + +COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain +COPY gradle.home /usr/share/gradle.home + +RUN puppet apply -e "include bigtop_toolchain::installer" +RUN chown jenkins:jenkins /usr/share/gradle.home
