From: Jessica Wagantall Date: Thu, 14 Oct 2021 19:35:11 +0000 (-0700) Subject: Chore: Update base images for Ubuntu X-Git-Tag: v0.9.4^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=3dcae183d810816f31950afbe1fa08fa948e61fe;p=releng%2Fcommon-packer.git Chore: Update base images for Ubuntu Update base images for Ubuntu 18.04 and 20.04 ARM and x86 Issue: RELENG-4010 Signed-off-by: Jessica Wagantall Change-Id: I243b0547173afb79f38755c74dc4891a71b551ea --- diff --git a/vars/ubuntu-18.04-arm64.json b/vars/ubuntu-18.04-arm64.json index 1050727..5a36adc 100644 --- a/vars/ubuntu-18.04-arm64.json +++ b/vars/ubuntu-18.04-arm64.json @@ -1,6 +1,6 @@ { "arch": "arm64", - "base_image": "Ubuntu 18.04 LTS (arm64) [2020-02-18]", + "base_image": "Ubuntu 18.04.6 LTS (aarch64) [2021-09-28]", "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh", "distro": "Ubuntu 18.04", "docker_source_image": "arm64v8/ubuntu:18.04", diff --git a/vars/ubuntu-18.04.json b/vars/ubuntu-18.04.json index 28e3dd8..7e6191b 100644 --- a/vars/ubuntu-18.04.json +++ b/vars/ubuntu-18.04.json @@ -2,7 +2,7 @@ "source_ami_filter_name": "ubuntu/images/*ubuntu-bionic-18.04-amd64-server-*", "source_ami_filter_owner": "aws-marketplace", "source_ami_filter_product_code": "3iplms73etrdhxdepv72l6ywj", - "base_image": "LF - Ubuntu 18.04 LTS (2020-07-29)", + "base_image": "Ubuntu 18.04.6 LTS (x86_64) [2021-09-28]", "distro": "Ubuntu 18.04", "docker_source_image": "ubuntu:18.04", "ssh_user": "ubuntu", diff --git a/vars/ubuntu-20.04-arm64.json b/vars/ubuntu-20.04-arm64.json index a814ac3..e6ff491 100644 --- a/vars/ubuntu-20.04-arm64.json +++ b/vars/ubuntu-20.04-arm64.json @@ -1,6 +1,6 @@ { "arch": "arm64", - "base_image": "Ubuntu 20.04.1 LTS (aarch64) [2020-11-02]", + "base_image": "Ubuntu 20.04.3 LTS (aarch64) [2021-10-04]", "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh", "distro": "Ubuntu 20.04", "docker_source_image": "arm64v8/ubuntu:20.04", diff --git a/vars/ubuntu-20.04.json b/vars/ubuntu-20.04.json index 460c856..fc5fcd3 100644 --- a/vars/ubuntu-20.04.json +++ b/vars/ubuntu-20.04.json @@ -2,7 +2,7 @@ "source_ami_filter_name": "*ubuntu*20.04*", "source_ami_filter_owner": "aws-marketplace", "source_ami_filter_product_code": "a8jyynf4hjutohctm41o2z18m", - "base_image": "Ubuntu 20.04.1 LTS (x86_64) [2020-11-02]", + "base_image": "Ubuntu 20.04.3 LTS (x86_64) [2021-10-04]", "distro": "Ubuntu 20.04", "docker_source_image": "ubuntu:20.04", "ssh_user": "ubuntu",