diff --git a/bosh-stemcell/OS_IMAGES.md b/bosh-stemcell/OS_IMAGES.md index 32c892857..f4ca752d8 100644 --- a/bosh-stemcell/OS_IMAGES.md +++ b/bosh-stemcell/OS_IMAGES.md @@ -8,6 +8,10 @@ OS images are stored in S3 bucket [bosh-os-images](http://s3.amazonaws.com/bosh- Ubuntu 14.04 images have filename `bosh-ubuntu-trusty-os-image.tgz` +* `LdXyopXs6TM7i4KShS63YCKKl2VJ5xA1` + - USN-3344-2: Linux kernel (Xenial HWE) vulnerabilities + - built from 3421.x (70e35a9482606144eed0d867bc33e30d13a6aa54) + * `VF9MsbRej1dJsYt9ReGkCPVFCeHVXsne` - USN-3334-1: Linux kernel (Xenial HWE) vulnerabilities - built from 3421.x (5b9419940368995ec2ae25fba2644a0e87637bc8) diff --git a/bosh-stemcell/os_image_versions.json b/bosh-stemcell/os_image_versions.json index 85448642d..691c1e89b 100644 --- a/bosh-stemcell/os_image_versions.json +++ b/bosh-stemcell/os_image_versions.json @@ -1,4 +1,4 @@ { "bosh-centos-7-os-image.tgz": "QIunKWIHRDglVctwRJlqMQeqCB_3IBT9", - "bosh-ubuntu-trusty-os-image.tgz": "VF9MsbRej1dJsYt9ReGkCPVFCeHVXsne" + "bosh-ubuntu-trusty-os-image.tgz": "LdXyopXs6TM7i4KShS63YCKKl2VJ5xA1" }