mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1198876 - Update docker images to use taskcluster-vcs 2.3.9 r=wcosta
This commit is contained in:
parent
1d939ed647
commit
36a033460e
@ -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
|
||||
|
@ -1 +1 @@
|
||||
0.5.7
|
||||
0.5.8
|
||||
|
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
0.0.5
|
||||
0.0.6
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
0.3.6
|
||||
0.3.7
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
0.0.5
|
||||
0.0.6
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
0.0.5
|
||||
0.0.6
|
||||
|
Loading…
Reference in New Issue
Block a user