Bug 1223661 - Update base-tester, tester to node v4.2.2 (LTS). r=garndt

This commit is contained in:
Ghislain 'Aus' Lacroix 2015-11-20 18:10:58 -08:00
parent ad4f4456be
commit 0099b5adb2
4 changed files with 7 additions and 6 deletions

View File

@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y --force-yes \
build-essential \
ca-certificates \
ccache \
clang \
curl \
fonts-kacst \
fonts-kacst-one \
@ -114,7 +115,7 @@ RUN apt-get update && apt-get install -y --force-yes \
yasm \
zip
ENV NODE_VERSION v0.10.36
ENV NODE_VERSION v4.2.2
RUN cd /usr/local/ && \
curl https://nodejs.org/dist/$NODE_VERSION/node-$NODE_VERSION-linux-x64.tar.gz | tar -xz --strip-components 1 && \
node -v

View File

@ -1 +1 @@
0.0.6
0.1.2

View File

@ -1,4 +1,4 @@
FROM taskcluster/base-test:0.0.6
FROM taskcluster/base-test:0.1.2
MAINTAINER Jonas Finnemann Jensen <jopsen@gmail.com>
# Add utilities and configuration
@ -17,9 +17,9 @@ RUN chmod u+x /home/worker/bin/buildbot_step
RUN chmod u+x /usr/local/bin/linux64-minidump_stackwalk
RUN apt-get install -y python-pip && pip install virtualenv;
RUN mkdir Documents; mkdir Pictures; mkdir Music; mkdir Videos; mkdir artifacts
RUN npm install -g npm@^2.0.0
RUN npm install -g taskcluster-vcs@2.3.12
RUN npm install -g taskcluster-npm-cache@1.1.14
RUN npm install -g taskcluster-npm-cache@1.3.1
RUN npm install -g node-gyp
RUN rm -Rf .cache && mkdir -p .cache
ENV PATH $PATH:/home/worker/bin

View File

@ -1 +1 @@
0.3.10
0.4.4