This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
The following commit(s) were added to refs/heads/main by this push:
new f67fbc9 New AMI version
f67fbc9 is described below
commit f67fbc963acbb1510b833e057c2576e5a35c5b14
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 21 09:08:21 2023 +0200
New AMI version
---
github-runner-ami/packer/ubuntu2004.pkr.hcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/github-runner-ami/packer/ubuntu2004.pkr.hcl
b/github-runner-ami/packer/ubuntu2004.pkr.hcl
index 40e49a8..4b0e6ca 100644
--- a/github-runner-ami/packer/ubuntu2004.pkr.hcl
+++ b/github-runner-ami/packer/ubuntu2004.pkr.hcl
@@ -38,7 +38,7 @@ source "amazon-ebs" "runner_builder" {
#access_key = ""
#secret_key = ""
region = var.aws_regions[0]
- ami_name = "${var.ami_name}-${var.runner_version}-v15"
+ ami_name = "${var.ami_name}-${var.runner_version}-v16"
ami_regions = var.aws_regions
tag {
key = "Name"