Skip to content

Cherry pick - Docker task pipeline fix#3143

Merged
souvikghosh04 merged 1 commit intorelease/1.7from
cherry-pick/a971f797-to-release-1.7
Feb 19, 2026
Merged

Cherry pick - Docker task pipeline fix#3143
souvikghosh04 merged 1 commit intorelease/1.7from
cherry-pick/a971f797-to-release-1.7

Conversation

@souvikghosh04
Copy link
Contributor

@souvikghosh04 souvikghosh04 commented Feb 19, 2026

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

## 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
@souvikghosh04 souvikghosh04 self-assigned this Feb 19, 2026
@souvikghosh04 souvikghosh04 moved this from Todo to In Progress in Data API builder Feb 19, 2026
@souvikghosh04 souvikghosh04 added this to the Feb 2026 milestone Feb 19, 2026
@souvikghosh04 souvikghosh04 added the 🍒Cherrypick Cherry-picking another commit/PR label Feb 19, 2026
@souvikghosh04 souvikghosh04 marked this pull request as ready for review February 19, 2026 05:14
Copilot AI review requested due to automatic review settings February 19, 2026 05:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Cherry-picks the fix from #3130 to resolve Azure DevOps pipeline failures caused by installing an outdated Docker client that is incompatible with the hosted agent Docker daemon.

Changes:

  • Removed the DockerInstaller@0 task (previously pinning Docker 17.09.0-ce) from PostgreSQL, MySQL, MSSQL, and DwSQL pipeline YAMLs.
  • Ensures pipelines use the preinstalled Docker client on ubuntu-latest agents to avoid Docker API version mismatch errors.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.pipelines/pg-pipelines.yml Removes Docker install step so Postgres docker-run uses agent’s Docker.
.pipelines/mysql-pipelines.yml Removes Docker install step so MySQL docker-run uses agent’s Docker.
.pipelines/mssql-pipelines.yml Removes Docker install step from MSSQL pipeline (Linux job context).
.pipelines/dwsql-pipelines.yml Removes Docker install step so SQL Server docker startup uses agent’s Docker.

@souvikghosh04 souvikghosh04 moved this from In Progress to Review In Progress in Data API builder Feb 19, 2026
@souvikghosh04 souvikghosh04 enabled auto-merge (squash) February 19, 2026 05:22
@souvikghosh04
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 6 pipeline(s).

Copy link
Contributor

@aaronburtle aaronburtle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@souvikghosh04 souvikghosh04 merged commit b76c4a8 into release/1.7 Feb 19, 2026
17 checks passed
@souvikghosh04 souvikghosh04 deleted the cherry-pick/a971f797-to-release-1.7 branch February 19, 2026 21:12
@github-project-automation github-project-automation bot moved this from Review In Progress to Done in Data API builder Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍒Cherrypick Cherry-picking another commit/PR

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

Comments