alibaba / packer-provider

Apache License 2.0
92 stars 26 forks source link

No alicloud image was found matching filters: ubuntu_20_04_x64_20G_alibase_20220824.vhd #80

Closed dirk-unified closed 1 year ago

dirk-unified commented 1 year ago

Hi,

For some reason trying to start Ubuntu 20 fails with a 'no image found' message, although the image is listed here:

https://ecs.console.aliyun.com/?spm=a2c63.p38356.0.0.62569c9bll7KOv#/image/region/eu-central-1/systemImageList

Config is the following:

  "type": "alicloud-ecs",
  "access_key": "edited-out",
  "secret_key": "edited-out",
  "region": "eu-central-1",
  "instance_type": "ecs.n1.tiny",
  "image_name": "edited-out",
  "source_image": "ubuntu_20_04_x64_20G_alibase_20220824.vhd",
  "ssh_username": "ecs-user"

Why is there a mismatch?

D