You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/10/06 21:24:54 UTC

[airflow-ci-infra] branch main updated: Updated ami name

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 cd41084  Updated ami name
cd41084 is described below

commit cd410842a7dcb1ee022afe0adf74b1bceed95c6f
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Thu Oct 6 16:24:39 2022 -0500

    Updated ami name
---
 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 7dabf8a..299cad6 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}-v10"
+  ami_name = "${var.ami_name}-${var.runner_version}-v11"
   ami_regions = var.aws_regions
   tag {
     key   = "Name"