-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
Tool name
docker-ce-cli & docker-ce
Tool license
Apache License 2.0
Add or update?
- Add
- Update
Desired version
latest or 29.1.2-1
Approximate size
No response
Brief description of tool
Both tools are already present in the toolset.json but pinned on a specific version (28.04).
If it's safe for you, updating them to a newer version or even change them to the latest tag would be a good thing.
I'm not sure why you stick to 28.04 at this moment. (btw version 28.5.2 had critical security fixes.)
By accident we faced an issue with the version ignored by our rollout which installed version 29.X and caused trouble.
Users using older dependencies and/or testcontainers faced an issue with error message Could not find a valid Docker environment in builds
"components": [
{
"package": "containerd.io",
"version": "latest"
},
{
"package": "docker-ce-cli",
"version": "28.0.4"
},
{
"package": "docker-ce",
"version": "28.0.4"
}
URL for tool's homepage
https://docs.docker.com/engine/release-notes/29/
Provide a basic test case to validate the tool's functionality.
Platforms where you need the tool
- Azure DevOps
- GitHub Actions
Runner images where you need the tool
- Ubuntu 22.04
- Ubuntu 24.04
- Ubuntu Slim
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- macOS 26 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Can this tool be installed during the build?
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response
bateleurX