diff --git a/config.yml b/config.yml index ac959c40..af61d3da 100644 --- a/config.yml +++ b/config.yml @@ -53,7 +53,7 @@ defaults: restrictCPU: false # Image used to create the taskcluster proxy container. - taskclusterProxyImage: 'taskcluster/taskcluster-proxy:5.0.0' + taskclusterProxyImage: 'taskcluster/taskcluster-proxy:5.0.1' taskclusterLogImage: 'taskcluster/livelog:v4' testdroidProxyImage: 'taskcluster/testdroid-proxy:0.0.7' balrogVPNProxyImage: 'taskclusterprivate/taskcluster-vpn-proxy:0.0.3' diff --git a/deploy/packer/app/scripts/deploy.sh b/deploy/packer/app/scripts/deploy.sh index 96a111ab..1c6b5648 100644 --- a/deploy/packer/app/scripts/deploy.sh +++ b/deploy/packer/app/scripts/deploy.sh @@ -43,7 +43,7 @@ sudo depmod relengapi_proxy_version=2.3.1 # Pull images used for sidecar containers -docker pull taskcluster/taskcluster-proxy:5.0.0 +docker pull taskcluster/taskcluster-proxy:5.0.1 docker pull taskcluster/livelog:v4 docker pull taskcluster/dind-service:v4.0 docker pull taskcluster/relengapi-proxy:$relengapi_proxy_version @@ -54,7 +54,7 @@ sudo sh -c 'echo "vm.panic_on_oom=1" >> /etc/sysctl.conf' sudo sh -c 'echo "kernel.panic=1" >> /etc/sysctl.conf' # Export the images as a tarball to load when insances are initialized -docker save taskcluster/taskcluster-proxy:5.0.0 taskcluster/livelog:v4 taskcluster/dind-service:v4.0 taskcluster/relengapi-proxy:$relengapi_proxy_version > /home/ubuntu/docker_worker/docker_worker_images.tar +docker save taskcluster/taskcluster-proxy:5.0.1 taskcluster/livelog:v4 taskcluster/dind-service:v4.0 taskcluster/relengapi-proxy:$relengapi_proxy_version > /home/ubuntu/docker_worker/docker_worker_images.tar # Blow away local docker state because it is never used. On actual workers # per-instance storage is initialized and Docker state goes there.