Repository: bigtop Updated Branches: refs/heads/master ea8561dfb -> 0096b3e64
BIGTOP-2559 - Revert JIRA BIGTOP-2559 Signed-off-by: Amir Sanjar <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0096b3e6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0096b3e6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0096b3e6 Branch: refs/heads/master Commit: 0096b3e644297f83f186377426d8a3fd60d41ed9 Parents: ea8561d Author: Amir Sanjar <[email protected]> Authored: Wed Oct 26 13:33:41 2016 -0500 Committer: Amir Sanjar <[email protected]> Committed: Wed Oct 26 13:51:46 2016 -0500 ---------------------------------------------------------------------- docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/0096b3e6/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile b/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile index 1c60931..9623648 100644 --- a/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile +++ b/docker/bigtop-slaves/ubuntu-16.04-ppc64le/Dockerfile @@ -19,15 +19,4 @@ COPY bigtop_toolchain /etc/puppet/modules/bigtop_toolchain RUN puppet apply -e "include bigtop_toolchain::installer" COPY . /tmp/bigtop -#RUN git git clone https://github.com/OpenPOWER-BigData/frontend-maven-plugin.git -RUN wget https://github.com/OpenPOWER-BigData/frontend-maven-plugin/archive/master.zip && \ - unzip master.zip && \ - cd /frontend-maven-plugin-master && \ - /usr/local/apache-maven-3.3.9/bin/mvn clean install -DskipTests -RUN cd .. -RUN rm -rf frontend-maven-plugin-master -RUN wget https://github.com/ibmsoe/phantomjs/releases/download/2.1.1/phantomjs-2.1.1-linux-ppc64.tar.bz2 -RUN tar xvf phantomjs-2.1.1-linux-ppc64.tar.bz2 && \ - cp /phantomjs-2.1.1-linux-ppc64/bin/phantomjs /usr/bin && \ - rm -rf phantomjs-2.1.1-linux-ppc64 RUN cd /tmp/bigtop && ./gradlew && cd && rm -rf /tmp/bigtop
