From f9c05a5698bbde985dec1ab490806f82c1a31066 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Mon, 16 Feb 2026 17:27:07 -0500 Subject: [PATCH] ci: Update DOCKER_API_VERSION to 1.44 (#2102) The Docker daemon on ubuntu-latest runners now requires minimum API version 1.44, causing molecule kind tests to fail during cluster teardown. Author: Christian M. Adams Assisted By: Claude --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7dda08f..4b805525 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - --skip-tags=replicas - -t replicas env: - DOCKER_API_VERSION: "1.41" + DOCKER_API_VERSION: "1.44" DEBUG_OUTPUT_DIR: /tmp/awx_operator_molecule_test steps: - uses: actions/checkout@v4