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

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


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

commit 11929ec0e7a12808d72be529391b0fa658a9212e
Author: Masatake Iwasaki <iwasak...@apache.org>
AuthorDate: Wed Jul 7 17:49:41 2021 +0900

    HADOOP-17775. Remove JavaScript package from Docker environment. (#3183)
    
    Signed-off-by: Akira Ajisaka <aajis...@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 0d4a8f9..bb06723 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -144,25 +144,6 @@ ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
 RUN pip3 install pylint==2.6.0 python-dateutil==2.8.1
 
 ###
-# Install node.js 10.21.0 for web UI framework (4.2.6 ships with Xenial)
-###
-RUN curl -L -s -S https://deb.nodesource.com/setup_10.x | bash - \
-    && apt-get install -y --no-install-recommends nodejs=10.21.0-1nodesource1 \
-    && apt-get clean \
-    && rm -rf /var/lib/apt/lists/* \
-    && npm install -g bower@1.8.8
-
-###
-## Install Yarn 1.22.5 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.22.5-1 \
-    && apt-get clean \
-    && rm -rf /var/lib/apt/lists/*
-
-###
 # Install hadolint
 ####
 RUN curl -L -s -S \

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

Reply via email to