From 5f3d102b255613f37f48b9d284c85175bc58957d Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 5 Aug 2026 17:27:33 +0000 Subject: [PATCH] chore: remove legacy DOCKER_API_VERSION override This override is no longer needed after the Kokoro VM host pool is upgraded to Ubuntu 22 via cl/959179713. DO NOT MERGE this until cl/959179713 has been submitted and verified. --- .kokoro/gas/trigger.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.kokoro/gas/trigger.sh b/.kokoro/gas/trigger.sh index 1c2a0992..eee9e3b5 100755 --- a/.kokoro/gas/trigger.sh +++ b/.kokoro/gas/trigger.sh @@ -7,8 +7,5 @@ set -eo pipefail export GEM_HOME=$HOME/.gem export PATH=$GEM_HOME/bin:$PATH -# Force Docker client to use legacy API version 1.39 to match Kokoro host daemon. -export DOCKER_API_VERSION=1.39 - cd gas toys gas kokoro-trigger -v