[Ubuntu] Deprecating docker compose v1 from ubuntu images (#10368)

* Deprecating docker compose v1 from un=buntu images

* Pin sql version for win-19
This commit is contained in:
kishorekumar-anchala
2024-07-30 21:38:05 +05:30
committed by GitHub
parent 137d0ed83d
commit 582bbb9c15
6 changed files with 3 additions and 36 deletions

View File

@@ -121,12 +121,6 @@ Describe "Docker images" {
}
}
Describe "Docker-compose v1" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
It "docker-compose" {
"docker-compose --version"| Should -ReturnZeroExitCode
}
}
Describe "Ansible" {
It "Ansible" {
"ansible --version" | Should -ReturnZeroExitCode