Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions deploy/packer/app/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down