From 298290d8e4e053bb273eb35683c4949f0e4438a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=81=E7=94=9F?= Date: Fri, 26 Jul 2019 12:41:05 +0800 Subject: [PATCH] update base image id --- ack-centos.json | 2 +- examples/ack-centos-using-existing-vpc-vswitch.json | 2 +- examples/ack-centos.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ack-centos.json b/ack-centos.json index 7793d5d..6a040ef 100644 --- a/ack-centos.json +++ b/ack-centos.json @@ -2,7 +2,7 @@ "variables": { "region": "cn-hangzhou", "image_name": "test_image{{timestamp}}", - "source_image": "centos_7_06_64_20G_alibase_20190619.vhd", + "source_image": "centos_7_06_64_20G_alibase_20190711.vhd", "instance_type": "ecs.n1.large", "access_key": "{{env `ALICLOUD_ACCESS_KEY`}}", "secret_key": "{{env `ALICLOUD_SECRET_KEY`}}" diff --git a/examples/ack-centos-using-existing-vpc-vswitch.json b/examples/ack-centos-using-existing-vpc-vswitch.json index e9ecd7a..9910e5e 100644 --- a/examples/ack-centos-using-existing-vpc-vswitch.json +++ b/examples/ack-centos-using-existing-vpc-vswitch.json @@ -2,7 +2,7 @@ "variables": { "region": "cn-hangzhou", "image_name": "test_image{{timestamp}}", - "source_image": "centos_7_06_64_20G_alibase_20190619.vhd", + "source_image": "centos_7_06_64_20G_alibase_20190711.vhd", "instance_type": "ecs.n1.large", "vpc_id": "vpc-xxxxxx", "vswitch_id": "vsw-xxxxxx", diff --git a/examples/ack-centos.json b/examples/ack-centos.json index b7d571c..e0b7de7 100644 --- a/examples/ack-centos.json +++ b/examples/ack-centos.json @@ -2,7 +2,7 @@ "variables": { "region": "cn-hangzhou", "image_name": "test_image{{timestamp}}", - "source_image": "centos_7_06_64_20G_alibase_20190619.vhd", + "source_image": "centos_7_06_64_20G_alibase_20190711.vhd", "instance_type": "ecs.n1.large", "access_key": "{{env `ALICLOUD_ACCESS_KEY`}}", "secret_key": "{{env `ALICLOUD_SECRET_KEY`}}"