Open chrisadkin opened 12 months ago
The amazon-ami datasource contains the following inside the filter:
name = "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*"
if I attempt to build the image for us-east-1 it fails with a message stating that no source image can be found, can this please be changed to:
name = "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*"
Thanks
Found the same issue.
The amazon-ami datasource contains the following inside the filter:
name = "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*"
if I attempt to build the image for us-east-1 it fails with a message stating that no source image can be found, can this please be changed to:
name = "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*"
Thanks