Bug 1119387 part 5: Update docker images.

Update docker images to use taskcluster-vcs 2.3.4.
This commit is contained in:
Wander Lairson Costa 2015-03-25 14:25:27 -03:00
parent 80744b797c
commit 9924659d55
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1 +1 @@
0.5.2 0.5.3

View File

@ -4,5 +4,5 @@ MAINTAINER Jonas Finnemann Jensen <jopsen@gmail.com>
ENV PATH /home/worker/bin/:$PATH ENV PATH /home/worker/bin/:$PATH
# Add utilities and configuration # Add utilities and configuration
RUN npm install -g taskcluster-vcs@2.3.1 RUN npm install -g taskcluster-vcs@2.3.4
ADD bin /home/worker/bin ADD bin /home/worker/bin

View File

@ -1 +1 @@
0.0.4 0.0.5

View File

@ -1,4 +1,4 @@
FROM quay.io/mozilla/builder:0.5.2 FROM quay.io/mozilla/builder:0.5.3
MAINTAINER Wander Lairson Costa <wcosta@mozilla.com> MAINTAINER Wander Lairson Costa <wcosta@mozilla.com>
# Add utilities and configuration # Add utilities and configuration