Commit 1c50d66
Use source_ami in place of source_ami_filter for CentOS7
This is required because CentOS 7 AMI for x86_64 arch has been deprecated
and packer does not permit to retrieve it.
In this way the custom_ami_id is retrieved upstream (by using --include-deprecated flag)
and passed as input as CUSTOM_AMI_ID environment variable.
This change doesn't impact CentOS 7 arm because in that case we're
using the custom-centos7 builder.
Signed-off-by: Enrico Usai <usai@amazon.com>1 parent 21b0ba9 commit 1c50d66
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 36 | + | |
46 | 37 | | |
47 | 38 | | |
48 | 39 | | |
| |||
0 commit comments