This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 99f22c34b19 [fix][ci][branch-3.0] Revert adding min-api-version: 1.24 
to /etc/docker/daemon.json
99f22c34b19 is described below

commit 99f22c34b19cd792804322c96192980f475d2abb
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Apr 20 10:14:23 2026 +0300

    [fix][ci][branch-3.0] Revert adding min-api-version: 1.24 to 
/etc/docker/daemon.json
---
 .github/actions/tune-runner-vm/action.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/actions/tune-runner-vm/action.yml 
b/.github/actions/tune-runner-vm/action.yml
index 8b0125576f8..34d922d0af4 100644
--- a/.github/actions/tune-runner-vm/action.yml
+++ b/.github/actions/tune-runner-vm/action.yml
@@ -71,10 +71,8 @@ runs:
 
             # enable docker experimental mode which is
             # required for using "docker build --squash" / 
"-Ddocker.squash=true"
-            # also set the minimum Docker API version to 1.24 for 
compatibility with old docker clients
-            # https://www.docker.com/blog/docker-engine-version-29/
             daemon_json="$(sudo cat /etc/docker/daemon.json 2>/dev/null || 
echo '{}')"
-            echo "$daemon_json" | jq '.experimental = true | 
."min-api-version" = "1.24"' | sudo tee /etc/docker/daemon.json
+            echo "$daemon_json" | jq '.experimental = true' | sudo tee 
/etc/docker/daemon.json
             # restart docker daemon
             sudo systemctl restart docker
 

Reply via email to