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.git


The following commit(s) were added to refs/heads/main by this push:
     new 87ee298886 Bump docker cli version in Airflow Images (#35153)
87ee298886 is described below

commit 87ee2988862c84328b3fb1033fa371ec8ccd5d32
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Oct 24 16:37:49 2023 +0200

    Bump docker cli version in Airflow Images (#35153)
---
 Dockerfile                                | 2 +-
 Dockerfile.ci                             | 2 +-
 docs/docker-stack/changelog.rst           | 2 ++
 scripts/docker/install_os_dependencies.sh | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index d7b2b7b282..e04ce51f01 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -76,7 +76,7 @@ COPY <<"EOF" /install_os_dependencies.sh
 #!/usr/bin/env bash
 set -euo pipefail
 
-DOCKER_CLI_VERSION=20.10.9
+DOCKER_CLI_VERSION=24.0.6
 
 if [[ "$#" != 1 ]]; then
     echo "ERROR! There should be 'runtime' or 'dev' parameter passed as 
argument.".
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 08c4102747..cd7cd3fa1d 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -36,7 +36,7 @@ COPY <<"EOF" /install_os_dependencies.sh
 #!/usr/bin/env bash
 set -euo pipefail
 
-DOCKER_CLI_VERSION=20.10.9
+DOCKER_CLI_VERSION=24.0.6
 
 if [[ "$#" != 1 ]]; then
     echo "ERROR! There should be 'runtime' or 'dev' parameter passed as 
argument.".
diff --git a/docs/docker-stack/changelog.rst b/docs/docker-stack/changelog.rst
index 304f9343c2..d736b4e3ab 100644
--- a/docs/docker-stack/changelog.rst
+++ b/docs/docker-stack/changelog.rst
@@ -66,6 +66,8 @@ Airflow 2.7
     The selection of MySQL Client libraries only available on AMD64 (x86_64) 
for ARM docker image it will always install
     MariaDB client.
 
+  * Docker CLI version in the image is bumped to 24.0.6 version.
+
 * 2.7.0
 
   * As of now, Python 3.7 is no longer supported by the Python community. 
Therefore, to use Airflow 2.7.0, you must ensure your Python version is
diff --git a/scripts/docker/install_os_dependencies.sh 
b/scripts/docker/install_os_dependencies.sh
index 2a984fd642..5a32387ab1 100644
--- a/scripts/docker/install_os_dependencies.sh
+++ b/scripts/docker/install_os_dependencies.sh
@@ -18,7 +18,7 @@
 # shellcheck shell=bash
 set -euo pipefail
 
-DOCKER_CLI_VERSION=20.10.9
+DOCKER_CLI_VERSION=24.0.6
 
 if [[ "$#" != 1 ]]; then
     echo "ERROR! There should be 'runtime' or 'dev' parameter passed as 
argument.".

Reply via email to