Skip to content

Commit b76c4a8

Browse files
Cherry pick - Docker task pipeline fix (#3143)
## Why make this change? This is a cherry pick for original PR #3130 ------------------------------------------------------------ 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 8a7adf3 commit b76c4a8

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
@@ -50,12 +50,6 @@ jobs:
5050
feedsToUse: config
5151
nugetConfigPath: Nuget.config
5252

53-
- task: DockerInstaller@0
54-
displayName: Docker Installer
55-
inputs:
56-
dockerVersion: 17.09.0-ce
57-
releaseType: stable
58-
5953
- task: Bash@3
6054
displayName: 'Generate password'
6155
inputs:

.pipelines/mssql-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ jobs:
5151
feedsToUse: config
5252
nugetConfigPath: Nuget.config
5353

54-
- task: DockerInstaller@0
55-
displayName: Docker Installer
56-
inputs:
57-
dockerVersion: 17.09.0-ce
58-
releaseType: stable
59-
6054
- task: Bash@3
6155
displayName: 'Generate password'
6256
inputs:

.pipelines/mysql-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ jobs:
4949
feedsToUse: config
5050
nugetConfigPath: Nuget.config
5151

52-
- task: DockerInstaller@0
53-
displayName: Docker Installer
54-
inputs:
55-
dockerVersion: 17.09.0-ce
56-
releaseType: stable
57-
5852
- task: Bash@3
5953
displayName: 'Generate password'
6054
inputs:

.pipelines/pg-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ jobs:
4444
feedsToUse: config
4545
nugetConfigPath: Nuget.config
4646

47-
- task: DockerInstaller@0
48-
displayName: Docker Installer
49-
inputs:
50-
dockerVersion: 17.09.0-ce
51-
releaseType: stable
52-
5347
- task: Bash@3
5448
displayName: 'Generate password'
5549
inputs:

0 commit comments

Comments
 (0)