alibaba / packer-provider

Apache License 2.0
92 stars 26 forks source link

source_image cannot use customer image name? only image id ? #73

Open mylife6585 opened 5 years ago

mylife6585 commented 5 years ago

centos_7_06_64_20G_system_init_2019072301 is my private image name,

packer error log: ==> alicloud-ecs: No alicloud image was found matching filters: centos_7_06_64_20G_system_init_2019072301 Build 'alicloud-ecs' errored: No alicloud image was found matching filters: centos_7_06_64_20G_system_init_2019072301

chhaj5236 commented 5 years ago

@mylife6585 Yes, only image id is supported right now.

ghtrke commented 4 years ago

Is there any chance that image name would be supported? It is a little inconvenient if we can only specify image id. In my case, we have multiple image layers: the base image is generated by packer and I am not able to retrieve the image id until it is available. I have created an issue in packer project, please check out https://github.com/hashicorp/packer/issues/9138 for more details.