Revert "[ubuntu] Update docker to 29.1.5, compose to 2.40.3 (#13633)"#13708
Merged
erik-bershel merged 1 commit intoactions:mainfrom Feb 20, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts a previous change (PR #13633) that updated Docker and Docker Compose versions on Ubuntu images. The revert brings Docker back from version 29.1.5 to 28.0.4 and Docker Compose from 2.40.3 to 2.38.2 for Ubuntu 22.04 and 24.04 images.
Changes:
- Revert Docker CE and Docker CE CLI from version 29.1.5 to 28.0.4 for Ubuntu 22.04 and 24.04
- Revert Docker Compose plugin from version 2.40.3 to 2.38.2 for Ubuntu 22.04 and 24.04
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| images/ubuntu/toolsets/toolset-2404.json | Reverts Docker CE, Docker CE CLI, and Compose versions to previous values (28.0.4 and 2.38.2) |
| images/ubuntu/toolsets/toolset-2204.json | Reverts Docker CE, Docker CE CLI, and Compose versions to previous values (28.0.4 and 2.38.2) |
erik-bershel
approved these changes
Feb 20, 2026
3 tasks
| { | ||
| "package": "docker-ce-cli", | ||
| "version": "29.1.5" | ||
| "version": "28.0.4" |
There was a problem hiding this comment.
What's the context/reasoning for reverting?
It did cause problems as I pointed out in #13633 (comment) but I'm curious if there were other factors here.
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This reverts commit c218bde.
Related issue:
Check list