Skip to content

Commit

Permalink
update base os to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kulong0105 committed Apr 13, 2021
1 parent 1ab793a commit 3be81c7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/ack-aliyunlinux2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"variables": {
"region": "cn-hangzhou",
"image_name": "test_image{{timestamp}}",
"source_image": "aliyun_2_1903_x64_20G_alibase_20210120.vhd",
"source_image": "aliyun_2_1903_x64_20G_alibase_20210325.vhd",
"instance_type": "ecs.g6.2xlarge",
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",
"secret_key": "{{env `ALICLOUD_SECRET_KEY`}}"
Expand Down
2 changes: 1 addition & 1 deletion examples/ack-centos-using-existing-vpc-vswitch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"variables": {
"region": "cn-hangzhou",
"image_name": "test_image{{timestamp}}",
"source_image": "centos_7_9_x64_20G_alibase_20210128.vhd",
"source_image": "centos_7_9_x64_20G_alibase_20210318.vhd",
"instance_type": "ecs.g6.2xlarge",
"vpc_id": "vpc-xxxxxx",
"vswitch_id": "vsw-xxxxxx",
Expand Down
2 changes: 1 addition & 1 deletion examples/ack-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"variables": {
"region": "cn-hangzhou",
"image_name": "test_image{{timestamp}}",
"source_image": "centos_7_9_x64_20G_alibase_20210128.vhd",
"source_image": "centos_7_9_x64_20G_alibase_20210318.vhd",
"instance_type": "ecs.g6.2xlarge",
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",
"secret_key": "{{env `ALICLOUD_SECRET_KEY`}}"
Expand Down
2 changes: 1 addition & 1 deletion examples/ack-optimized-os-1.18.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"image_name": "ack-optimized_image-1.18-{{timestamp}}",
"source_image": "aliyun_2_1903_x64_20G_alibase_20210120.vhd",
"source_image": "aliyun_2_1903_x64_20G_alibase_20210325.vhd",
"instance_type": "ecs.g6.2xlarge",
"region": "{{env `ALICLOUD_REGION`}}",
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",
Expand Down
2 changes: 1 addition & 1 deletion examples/ack-optimized-os-1.20.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variables": {
"image_name": "ack-optimized_image-1.20-{{timestamp}}",
"source_image": "aliyun_2_1903_x64_20G_alibase_20210120.vhd",
"source_image": "aliyun_2_1903_x64_20G_alibase_20210325.vhd",
"instance_type": "ecs.g6.2xlarge",
"region": "{{env `ALICLOUD_REGION`}}",
"access_key": "{{env `ALICLOUD_ACCESS_KEY`}}",
Expand Down

0 comments on commit 3be81c7

Please sign in to comment.