From b4359685c31ddfd6a51d88765e49d0ff9dfcff57 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 21 Oct 2016 19:21:50 +0000 Subject: [PATCH] Bug 1311788: update kernel to 3.13.0-100 --- deploy/packer/app.json | 4 ++-- deploy/packer/base/scripts/packages.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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