From 6090a7c00670676acd74fac62e1d377fd8747f9a Mon Sep 17 00:00:00 2001 From: Faiq Date: Thu, 17 Nov 2022 16:19:45 -0500 Subject: [PATCH] fix: use upstream centos 7 (#587) Co-authored-by: Dimitri Koshkin Co-authored-by: Dimitri Koshkin --- images/ami/centos-79.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ami/centos-79.yaml b/images/ami/centos-79.yaml index 533adc635..a51d08e69 100644 --- a/images/ami/centos-79.yaml +++ b/images/ami/centos-79.yaml @@ -1,7 +1,7 @@ download_images: true packer: - ami_filter_name: "CentOS 7.9.2009 x86_64" + ami_filter_name: "CentOS Linux 7*" ami_filter_owners: "125523088429" distribution: "CentOS" distribution_version: "7.9"