Skip to content

Commit

Permalink
[Ubuntu, Windows] Update Docker tools versions (actions#9982)
Browse files Browse the repository at this point in the history
Co-authored-by: Taleh Zaliyev <[email protected]>
  • Loading branch information
erik-bershel and taleh007 committed Jun 5, 2024
1 parent 3a10719 commit 7992e7f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 17 deletions.
6 changes: 3 additions & 3 deletions images/ubuntu/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@
},
{
"package": "docker-ce-cli",
"version": "24.0.9"
"version": "26.1.3"
},
{
"package": "docker-ce",
"version": "24.0.9"
"version": "26.1.3"
}
],
"plugins": [
Expand All @@ -248,7 +248,7 @@
},
{
"plugin": "compose",
"version": "2.23.3",
"version": "2.27.1",
"asset": "linux-x86_64"
}
]
Expand Down
8 changes: 4 additions & 4 deletions images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,22 +232,22 @@
},
{
"package": "docker-ce-cli",
"version": "24.0.9"
"version": "26.1.3"
},
{
"package": "docker-ce",
"version": "24.0.9"
"version": "26.1.3"
}
],
"plugins": [
{
"plugin": "buildx",
"version": "latest",
"asset": "linux-amd64"
},
},
{
"plugin": "compose",
"version": "2.23.3",
"version": "2.27.1",
"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 @@ -188,11 +188,11 @@
},
{
"package": "docker-ce-cli",
"version": "26.1.0"
"version": "26.1.3"
},
{
"package": "docker-ce",
"version": "26.1.0"
"version": "26.1.3"
}
],
"plugins": [
Expand All @@ -203,7 +203,7 @@
},
{
"plugin": "compose",
"version": "latest",
"version": "2.27.1",
"asset": "linux-x86_64"
}
]
Expand Down
1 change: 0 additions & 1 deletion images/windows/scripts/build/Install-DockerCompose.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Add-MachinePathItem $dockerComposev1Dir
Update-Environment

Write-Host "Install-Package Docker-Compose v2"
# Temporaty pinned to v2.23.3 due https://github.com/actions/runner-images/issues/9172
$toolsetVersion = (Get-ToolsetContent).docker.components.compose
$composeVersion = (Get-GithubReleasesByVersion -Repo "docker/compose" -Version "${toolsetVersion}").version
$dockerComposev2Url = "https://github.com/docker/compose/releases/download/v${composeVersion}/docker-compose-windows-x86_64.exe"
Expand Down
6 changes: 3 additions & 3 deletions images/windows/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@
"mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019"
],
"components": {
"docker": "24.0.7",
"compose": "2.23.3"
}
"docker": "26.1.3",
"compose": "2.27.1"
}
},
"pipx": [
{
Expand Down
6 changes: 3 additions & 3 deletions images/windows/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"11.3.1"
],
"zip_versions": [

]
}
],
Expand Down Expand Up @@ -278,8 +278,8 @@
"mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2022"
],
"components": {
"docker": "24.0.7",
"compose": "2.23.3"
"docker": "26.1.3",
"compose": "2.27.1"
}
},
"pipx": [
Expand Down

0 comments on commit 7992e7f

Please sign in to comment.