You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/07/07 08:50:12 UTC

[hadoop] branch branch-2.10 updated: HADOOP-17775. Remove JavaScript package from Docker environment. (#3184)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 6df4bc1  HADOOP-17775. Remove JavaScript package from Docker environment. (#3184)
6df4bc1 is described below

commit 6df4bc1a8c1565b17e89e6cde5555134d1f416f4
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Wed Jul 7 17:49:59 2021 +0900

    HADOOP-17775. Remove JavaScript package from Docker environment. (#3184)
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
---
 dev-support/docker/Dockerfile | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index ad31437..24c36f0 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -191,25 +191,6 @@ RUN pip2 install \
 RUN pip2 install python-dateutil==2.7.3
 
 ###
-# Install node.js 8.17.0 for web UI framework (4.2.6 ships with Xenial)
-###
-RUN curl -L -s -S https://deb.nodesource.com/setup_8.x | bash - \
-    && apt-get install -y --no-install-recommends nodejs=8.17.0-1nodesource1 \
-    && apt-get clean \
-    && rm -rf /var/lib/apt/lists/* \
-    && npm install -g bower@1.8.8
-
-###
-## Install Yarn 1.12.1 for web UI framework
-####
-RUN curl -s -S https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
-    && echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list \
-    && apt-get -q update \
-    && apt-get install -y --no-install-recommends yarn=1.12.1-1 \
-    && apt-get clean \
-    && rm -rf /var/lib/apt/lists/*
-
-###
 # Install hadolint
 ####
 RUN curl -L -s -S \

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org