mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
Get back container tools on Ubuntu 18&20 (#5611)
This commit is contained in:
@@ -120,6 +120,9 @@ $toolsList = @(
|
||||
(Get-DockerComposeV2Version),
|
||||
(Get-DockerBuildxVersion),
|
||||
(Get-DockerAmazonECRCredHelperVersion),
|
||||
(Get-BuildahVersion),
|
||||
(Get-PodManVersion),
|
||||
(Get-SkopeoVersion),
|
||||
(Get-GitVersion),
|
||||
(Get-GitLFSVersion),
|
||||
(Get-GitFTPVersion),
|
||||
@@ -155,13 +158,6 @@ if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
|
||||
(Get-HHVMVersion)
|
||||
)
|
||||
}
|
||||
if (Test-IsUbuntu22) {
|
||||
$toolsList += @(
|
||||
(Get-BuildahVersion),
|
||||
(Get-PodManVersion),
|
||||
(Get-SkopeoVersion)
|
||||
)
|
||||
}
|
||||
|
||||
if ((Test-IsUbuntu20) -or (Test-IsUbuntu22)) {
|
||||
$toolsList += (Get-FastlaneVersion)
|
||||
|
||||
Reference in New Issue
Block a user