Cachebust Taskcluster docker image.

This commit is contained in:
Mike Cooper 2017-10-16 15:37:33 -07:00
Родитель 1c5fac1dd5
Коммит 6b9e3ac2c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74AB8817639D69C1
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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',