Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@
},
{
"package": "docker-ce-cli",
"version": "28.0.4"
"version": "29.1.5"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Heads-up, Docker Engine 29.0.0 uses containerd as the default image store now.

containerd image store is now the default for fresh installs. This doesn't apply to daemons configured with userns-remap (see moby#47377).

-- 29.0.0 (2025-11-10), https://docs.docker.com/engine/release-notes/29/#2900*

This appears to cause behavioral changes with how local vs remote images are chosen. As experienced with our CI breaking, element-hq/synapse#19460 (comment)

To add onto containerd being the problem, previously another developer was experiencing the same problem locally and noticed containerd being the only difference with their setup (resolved after disabling), see element-hq/synapse#18210 (comment)

I'm guessing this is also what is contributing to the problems that @shepmaster is experiencing, #13633 (comment)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

For people following along in this thread, this PR was reverted in #13708

},
{
"package": "docker-ce",
"version": "28.0.4"
"version": "29.1.5"
}
],
"plugins": [
Expand All @@ -237,7 +237,7 @@
},
{
"plugin": "compose",
"version": "2.38.2",
"version": "2.40.3",
"asset": "linux-x86_64"
}
]
Expand Down
6 changes: 3 additions & 3 deletions images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@
},
{
"package": "docker-ce-cli",
"version": "28.0.4"
"version": "29.1.5"
},
{
"package": "docker-ce",
"version": "28.0.4"
"version": "29.1.5"
}
],
"plugins": [
Expand All @@ -214,7 +214,7 @@
},
{
"plugin": "compose",
"version": "2.38.2",
"version": "2.40.3",
"asset": "linux-x86_64"
}
]
Expand Down
Loading