mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1119387 part 5: Update docker images.
Update docker images to use taskcluster-vcs 2.3.4.
This commit is contained in:
parent
80744b797c
commit
9924659d55
@ -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.1
|
||||
RUN npm install -g taskcluster-vcs@2.3.4
|
||||
|
||||
# TODO enable worker
|
||||
# TODO volume mount permissions will be an issue
|
||||
|
@ -1 +1 @@
|
||||
0.5.2
|
||||
0.5.3
|
||||
|
@ -4,5 +4,5 @@ MAINTAINER Jonas Finnemann Jensen <jopsen@gmail.com>
|
||||
ENV PATH /home/worker/bin/:$PATH
|
||||
|
||||
# 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
|
||||
|
@ -1 +1 @@
|
||||
0.0.4
|
||||
0.0.5
|
||||
|
@ -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>
|
||||
|
||||
# Add utilities and configuration
|
||||
|
Loading…
Reference in New Issue
Block a user