Bug 1198876 - Update docker images to use taskcluster-vcs 2.3.9 r=wcosta

This commit is contained in:
Gregory Arndt 2015-08-26 13:54:23 -05:00
parent 1d939ed647
commit 36a033460e
10 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@ RUN git config --global user.email "mozilla@example.com" && \
git config --global user.name "mozilla"
# VCS Tools
RUN npm install -g taskcluster-vcs@2.3.8
RUN npm install -g taskcluster-vcs@2.3.9
# TODO enable worker
# TODO volume mount permissions will be an issue

View File

@ -1 +1 @@
0.5.7
0.5.8

View File

@ -31,7 +31,7 @@ RUN git config --global user.email "mozilla@example.com" && \
# Get node packages
RUN npm install -g taskcluster-vcs@2.3.8
RUN npm install -g taskcluster-vcs@2.3.9
WORKDIR /home/worker

View File

@ -1 +1 @@
0.0.5
0.0.6

View File

@ -18,7 +18,7 @@ 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.8
RUN npm install -g taskcluster-vcs@2.3.9
RUN npm install -g taskcluster-npm-cache@1.1.14
RUN rm -Rf .cache && mkdir -p .cache
ENV PATH $PATH:/home/worker/bin

View File

@ -1 +1 @@
0.3.6
0.3.7

View File

@ -11,7 +11,7 @@ RUN bash /tmp/system-setup.sh
# configure git and install tc-vcs
RUN git config --global user.email "nobody@mozilla.com" && \
git config --global user.name "mozilla"
RUN npm install -g taskcluster-vcs@2.3.8
RUN npm install -g taskcluster-vcs@2.3.9
# Ensure that build specific dependencies live in a single layer
ADD build-setup.sh /tmp/build-setup.sh

View File

@ -1 +1 @@
0.0.5
0.0.6

View File

@ -11,7 +11,7 @@ RUN bash /tmp/system-setup.sh
# configure git and install tc-vcs
RUN git config --global user.email "nobody@mozilla.com" && \
git config --global user.name "mozilla"
RUN npm install -g taskcluster-vcs@2.3.8
RUN npm install -g taskcluster-vcs@2.3.9
# Ensure that build specific dependencies live in a single layer
ADD build-setup.sh /tmp/build-setup.sh

View File

@ -1 +1 @@
0.0.5
0.0.6