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/08 00:24:14 UTC

[airflow-ci-infra] branch main updated: Bump version of ami

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 e5f2af4  Bump version of ami
e5f2af4 is described below

commit e5f2af4619cfc7c226da25c66882f47cbc7bec56
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Oct 7 19:23:55 2022 -0500

    Bump version of ami
---
 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 10cd115..8fa9247 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}-v13"
+  ami_name = "${var.ami_name}-${var.runner_version}-v14"
   ami_regions = var.aws_regions
   tag {
     key   = "Name"