hashicorp / packer-plugin-alicloud

Packer plugin for Alibaba Cloud Image Builder
https://www.packer.io/docs/builders/alicloud-ecs
Mozilla Public License 2.0
12 stars 21 forks source link

Add source image name support in AliCloud builder #135

Open hc-github-team-packer opened 5 months ago

hc-github-team-packer commented 5 months ago

This issue was originally opened by @ghtrke in https://github.com/hashicorp/packer/issues/9138 and has been migrated to this repository. The original issue description is below.


Feature Description

Currently we can only specify the source image id in the builder: source_image. Could you please add a field so that we can specify the source image name in the builder? Or maybe add a similar feature as source_ami_filter in AWS builder.

Use Case(s)

Our requirement is to use packer to first build a base image, and then build app images on top of it. Currently we can only specify the id of the source image as source_image. However, in our case, the id of the base image is automatically generated from packer result. Besides, the base image is going to have different versions as time goes on. Therefore, it would be great if we could specify the source image name in the builder.

hugomarinho23 commented 3 months ago

Hello,

Do you have any updtae on this issue?