Skip to content

Commit a971f79

Browse files
Remove docker install task to fix pipeline failure (#3130)
## Why make this change? DAB test pipelines are failing with following error- `docker: Error response from daemon: client version 1.32 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version.` Since pipeline agents already come with docker, this is actually downgrading docker. Skipping this allows the latest available docker client to run. ## What is this change? - pipelines.yml files updated by removing the docker installation task ## How was this tested? - Pipeline runs ## Sample Request(s) NA
1 parent 2713b05 commit a971f79

4 files changed

Lines changed: 0 additions & 24 deletions

File tree

.pipelines/dwsql-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ jobs:
6262
feedsToUse: config
6363
nugetConfigPath: Nuget.config
6464

65-
- task: DockerInstaller@0
66-
displayName: Docker Installer
67-
inputs:
68-
dockerVersion: 17.09.0-ce
69-
releaseType: stable
70-
7165
- task: Bash@3
7266
displayName: 'Generate password'
7367
inputs:

.pipelines/mssql-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ jobs:
6363
feedsToUse: config
6464
nugetConfigPath: Nuget.config
6565

66-
- task: DockerInstaller@0
67-
displayName: Docker Installer
68-
inputs:
69-
dockerVersion: 17.09.0-ce
70-
releaseType: stable
71-
7266
- task: Bash@3
7367
displayName: 'Generate password'
7468
inputs:

.pipelines/mysql-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ jobs:
6161
feedsToUse: config
6262
nugetConfigPath: Nuget.config
6363

64-
- task: DockerInstaller@0
65-
displayName: Docker Installer
66-
inputs:
67-
dockerVersion: 17.09.0-ce
68-
releaseType: stable
69-
7064
- task: Bash@3
7165
displayName: 'Generate password'
7266
inputs:

.pipelines/pg-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
feedsToUse: config
5757
nugetConfigPath: Nuget.config
5858

59-
- task: DockerInstaller@0
60-
displayName: Docker Installer
61-
inputs:
62-
dockerVersion: 17.09.0-ce
63-
releaseType: stable
64-
6559
- task: Bash@3
6660
displayName: 'Generate password'
6761
inputs:

0 commit comments

Comments
 (0)