diff --git a/deploy/packer/app.json b/deploy/packer/app.json index 431989dc..74569778 100644 --- a/deploy/packer/app.json +++ b/deploy/packer/app.json @@ -4,8 +4,8 @@ "variables": { "npmPackage": "", "templateContents": "", - "hvmSourceAMI": "ami-f9429e99", - "pvSourceAMI": "ami-91429ef1", + "hvmSourceAMI": "ami-5fa4003f", + "pvSourceAMI": "ami-cba501ab", "fsType": "", "workerRevision": "" }, diff --git a/deploy/packer/base/scripts/packages.sh b/deploy/packer/base/scripts/packages.sh index 370095a5..1104580d 100644 --- a/deploy/packer/base/scripts/packages.sh +++ b/deploy/packer/base/scripts/packages.sh @@ -5,7 +5,7 @@ set -e -v DOCKER_VERSION=1.10.1-0~trusty # Kernels < 3.13.0.77 and > 3.13.0.71 have an AUFS bug which can cause docker # containers to not exit properly because of zombie processes that can't be reaped. -KERNEL_VER=3.13.0-79-generic +KERNEL_VER=3.13.0-100-generic V4L2LOOPBACK_VERSION=0.8.0 lsb_release -a