Skip to content

Commit 2c6baf2

Browse files
fix: pin DockerInstaller to v26.1.4 for API compatibility (#105)
The default DockerInstaller@0 version (17.09.0-ce) uses Docker API v1.32, which is rejected by newer daemons requiring minimum API v1.40. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 689825c commit 2c6baf2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

templates/base.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ jobs:
171171
172172
- task: DockerInstaller@0
173173
displayName: "Install Docker"
174+
inputs:
175+
dockerVersion: 26.1.4
174176

175177
- bash: |
176178
AWF_VERSION="{{ firewall_version }}"
@@ -332,6 +334,8 @@ jobs:
332334
333335
- task: DockerInstaller@0
334336
displayName: "Install Docker"
337+
inputs:
338+
dockerVersion: 26.1.4
335339

336340
- bash: |
337341
AWF_VERSION="{{ firewall_version }}"

0 commit comments

Comments
 (0)