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