зеркало из https://github.com/mozilla/normandy.git
addon-builder: Cachebust Dockerfile to pick up Rust 1.18.0 (#807)
Fixes #806
This commit is contained in:
Родитель
e0247707c1
Коммит
2b2be79360
|
@ -22,7 +22,7 @@ tasks:
|
|||
payload:
|
||||
env:
|
||||
maxRunTime: 300 # 5 minutes
|
||||
image: mozilla/normandy-taskcluster:v2
|
||||
image: mozilla/normandy-taskcluster:2017-06-12
|
||||
features:
|
||||
taskclusterProxy: true
|
||||
command:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:zesty
|
||||
WORKDIR /root
|
||||
ENV CACHEBUST=2017-05-31
|
||||
ENV CACHEBUST=2017-06-12
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
apt-transport-https \
|
||||
curl \
|
||||
|
|
|
@ -70,7 +70,7 @@ def main():
|
|||
'deadline': fromNow('1 day'),
|
||||
'expires': fromNow('365 days'),
|
||||
'payload': {
|
||||
'image': 'mozilla/normandy-taskcluster:v2',
|
||||
'image': 'mozilla/normandy-taskcluster:2017-06-12',
|
||||
'command': [
|
||||
'/bin/bash',
|
||||
'-c',
|
||||
|
|
Загрузка…
Ссылка в новой задаче