mirror of
https://github.com/outbackdingo/ack-image-builder.git
synced 2026-01-27 10:18:13 +00:00
Merge pull request #11 from haoshuwei/update-baseimage-id
update base image id
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"variables": {
|
||||
"region": "cn-hangzhou",
|
||||
"image_name": "test_image{{timestamp}}",
|
||||
"source_image": "centos_7_06_64_20G_alibase_20190711.vhd",
|
||||
"source_image": "centos_7_06_64_20G_alibase_20190619.vhd",
|
||||
"instance_type": "ecs.g6.large",
|
||||
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",
|
||||
"secret_key": "{{env `ALICLOUD_SECRET_KEY`}}"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"variables": {
|
||||
"region": "cn-hangzhou",
|
||||
"image_name": "test_image{{timestamp}}",
|
||||
"source_image": "centos_7_06_64_20G_alibase_20190711.vhd",
|
||||
"source_image": "centos_7_06_64_20G_alibase_20190619.vhd",
|
||||
"instance_type": "ecs.g6.large",
|
||||
"vpc_id": "vpc-xxxxxx",
|
||||
"vswitch_id": "vsw-xxxxxx",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"variables": {
|
||||
"region": "cn-hangzhou",
|
||||
"image_name": "test_image{{timestamp}}",
|
||||
"source_image": "centos_7_06_64_20G_alibase_20190711.vhd",
|
||||
"source_image": "centos_7_06_64_20G_alibase_20190619.vhd",
|
||||
"instance_type": "ecs.g6.large",
|
||||
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",
|
||||
"secret_key": "{{env `ALICLOUD_SECRET_KEY`}}"
|
||||
|
||||
Reference in New Issue
Block a user