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
4 changes: 2 additions & 2 deletions deploy/packer/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"variables": {
"npmPackage": "",
"templateContents": "",
"hvmSourceAMI": "ami-f9429e99",
"pvSourceAMI": "ami-91429ef1",
"hvmSourceAMI": "ami-5fa4003f",
"pvSourceAMI": "ami-cba501ab",
"fsType": "",
"workerRevision": ""
},
Expand Down
2 changes: 1 addition & 1 deletion deploy/packer/base/scripts/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down