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 394a482  Bump versions of docker and docker-compose
394a482 is described below

commit 394a4829f715cfb2af0b787cfa5d8e0a517eb723
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Nov 25 01:07:41 2023 +0100

    Bump versions of docker and docker-compose
---
 github-runner-ami/packer/files/docker.sh    | 4 ++--
 github-runner-ami/packer/ubuntu2004.pkr.hcl | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/github-runner-ami/packer/files/docker.sh 
b/github-runner-ami/packer/files/docker.sh
index 0c44e74..2a69737 100644
--- a/github-runner-ami/packer/files/docker.sh
+++ b/github-runner-ami/packer/files/docker.sh
@@ -36,8 +36,8 @@ echo \
 sudo apt-get update
 
 # Same version as MIN_VERSIONS in Breeze
-DOCKER_VERSION_STRING="5:23.0.0-1~ubuntu.20.04~focal"
-DOCKER_COMPOSE_VERSION_STRING="2.14.1~ubuntu-focal"
+DOCKER_VERSION_STRING="5:24.0.0-1~ubuntu.20.04~focal"
+DOCKER_COMPOSE_VERSION_STRING="2.19.1-1~ubuntu.20.04~focal"
 DOCKER_BUILDX_VERSION_STRING="0.11.2-1~ubuntu.20.04~focal"
 sudo apt-get install \
   "docker-ce=${DOCKER_VERSION_STRING}" \
diff --git a/github-runner-ami/packer/ubuntu2004.pkr.hcl 
b/github-runner-ami/packer/ubuntu2004.pkr.hcl
index 19d6389..101e2d7 100644
--- a/github-runner-ami/packer/ubuntu2004.pkr.hcl
+++ b/github-runner-ami/packer/ubuntu2004.pkr.hcl
@@ -41,7 +41,7 @@ source "amazon-ebs" "runner_builder" {
   #access_key = ""
   #secret_key = ""
   region = var.aws_regions[0]
-  ami_name = "${var.ami_name}-${var.runner_version}-v18"
+  ami_name = "${var.ami_name}-${var.runner_version}-v19"
   ami_regions = var.aws_regions
   tag {
     key   = "Name"

Reply via email to