Enes Çakır and GitHub
da684ca6d2
[Ubuntu] Make brew version check consistent ( #10369 )
...
`Tools.Tests.ps1` checks the version of `brew` with `--version` argument.
```powershell
Describe "Homebrew" {
It "homebrew" {
"/home/linuxbrew/.linuxbrew/bin/brew --version" | Should -ReturnZeroExitCode
}
}
```
`SoftwareReport.Common.psm1` checks it with `-v` argument.
```powershell
function Get-HomebrewVersion {
$result = Get-CommandResult "/home/linuxbrew/.linuxbrew/bin/brew -v"
$result.Output -match "Homebrew (?<version>\d+\.\d+\.\d+)" | Out-Null
return $Matches.version
}
```
Generally, `--version` and `-v` are equivalent. But a recent bug in `brew` makes `-v` returns the output of `brew help`.
https://github.com/Homebrew/brew/pull/17903
It's best to maintain consistency in version checks and explicitly use `--version` in both places.
2024-07-30 22:41:12 +05:30
kishorekumar-anchala and GitHub
582bbb9c15
[Ubuntu] Deprecating docker compose v1 from ubuntu images ( #10368 )
...
* Deprecating docker compose v1 from un=buntu images
* Pin sql version for win-19
2024-07-30 21:38:05 +05:30
kishorekumar-anchala and GitHub
325094ef86
Revert "add warump script for az cli ( #10126 )" ( #10361 )
...
This reverts commit fcf7cd18d4 .
2024-07-29 18:12:33 +05:30
kishorekumar-anchala and GitHub
fcf7cd18d4
add warump script for az cli ( #10126 )
2024-07-29 15:16:32 +05:30
kishorekumar-anchala and GitHub
24a5edcdc8
fix rust issue ( #10354 )
2024-07-27 01:04:26 +05:30
kishorekumar-anchala and GitHub
0176ca6d78
fix openshift cli issue ( #10153 )
2024-07-01 22:26:57 +05:30
Shamil Mubarakshin and GitHub
62c1943b63
[Ubuntu20] Pin public_suffix gem to 5.1.1 ( #10111 )
...
* [Ubuntu20] Pin public_suffix gem to 5.1.1
2024-06-24 21:55:05 +02:00
Mikhail Koliada and GitHub
3793317199
[Ubuntu] always install gfrotran ( #10069 )
2024-06-16 17:56:46 +02:00
Mikhail Koliada and GitHub
e85f1e429d
Revert "[Ubuntu] disable apparmor ( #10024 )" ( #10070 )
...
This reverts commit 145c80df8d .
2024-06-14 15:38:24 +02:00
Mikhail Koliada and GitHub
145c80df8d
[Ubuntu] disable apparmor ( #10024 )
2024-06-14 08:57:12 +02:00
Mikhail Koliada and GitHub
2a8403091c
[Ubuntu] Display APT sources on 24 properly ( #10006 )
2024-06-07 11:28:25 +02:00
Mikhail Koliada and GitHub
52bcf848e5
[All OSes] Revert gitlfs changes ( #9984 )
...
* Revert "[Ubuntu] Add new git environment variable (#9899 )"
This reverts commit ee7edb4f80 .
* Revert "[Windows] Add new git environment variable (#9898 )"
This reverts commit 5113d251a8 .
* Revert "[macOS] Add new git environment variable (#9900 )"
This reverts commit 5c60b0c2af .
2024-06-04 13:32:40 +02:00
Mikhail Koliada and GitHub
5a99573420
[ubuntu] Install native azure-cli on noble ( #9983 )
2024-06-04 13:20:10 +02:00
c9f2293acc
[Ubuntu] do not restart provisioner on 24.04 automatically ( #9979 )
...
* [Ubuntu] does not restart provisioner on 24.04 automatically
* Update images/ubuntu/scripts/build/configure-system.sh
Co-authored-by: Kacper Michajłow <[email protected] >
---------
Co-authored-by: Kacper Michajłow <[email protected] >
2024-06-04 11:35:21 +02:00
Mikhail Koliada and GitHub
899fcf9b16
[Ubuntu] unify apt install calls ( #9953 )
2024-05-29 13:43:07 +02:00
Mikhail Koliada and GitHub
4b94854902
[Ubuntu] exclude apt-fast from sw report on 24 ( #9952 )
2024-05-28 23:02:51 +02:00
Mikhail Koliada and GitHub
903d127138
[Ubuntu] fix dotnet installation & scripts sorcing on 24.04 ( #9950 )
2024-05-28 17:43:09 +02:00
Erik Bershel and GitHub
ed92ac6e3f
[Ubuntu] Revert previously removed Docker tests ( #9824 )
2024-05-25 15:14:03 +02:00
Erik Bershel and GitHub
562ad565fa
Revert "[Ubuntu] Pin Helm 3.14.4 due to unusual release of 3.15.0 ( #9867 )" ( #9919 )
2024-05-24 12:43:37 +02:00
Alexey-Ayupov and GitHub
ee7edb4f80
[Ubuntu] Add new git environment variable ( #9899 )
2024-05-20 16:17:27 +02:00
Erik Bershel and GitHub
4db7ac61ac
[Ubuntu] Pin Helm 3.14.4 due to unusual release of 3.15.0 ( #9867 )
2024-05-16 13:51:04 +02:00
Erik Bershel and GitHub
3edaf8a499
[Ubuntu] Patch azure-cli installer for Ubuntu 24.04 ( #9863 )
2024-05-16 12:23:51 +02:00
sssharif and GitHub
dca8e74e47
[Ubuntu] Remove zip versions from Azuremodules ( #9774 )
2024-05-13 14:08:17 +02:00
Erik Bershel and GitHub
6625f8ac5f
[Ubuntu] Revert Podman, buildah and skopeo for Ubuntu-24.04 ( #9825 )
2024-05-10 13:31:07 +02:00
Erik Bershel and GitHub
5a54cdbbf1
[Ubuntu] Add Python to the Ubuntu 24.04 toolcache ( #9820 )
2024-05-09 20:59:58 +02:00
Erik Bershel and GitHub
35be26d2a9
[Ubuntu] Install Bazel and Bazelisk on Ubuntu 24.04 ( #9810 )
2024-05-09 13:16:22 +02:00
Erik Bershel and GitHub
24a830de3c
[Ubuntu] Add missing Java SDKs to Ubuntu 24.04 ( #9808 )
2024-05-09 13:16:00 +02:00
Erik Bershel and GitHub
7781af869b
[Ubuntu] Add Go and Node to the toolcache on 24.04 ( #9806 )
2024-05-08 11:33:11 +02:00
Mikhail Koliada and GitHub
fba89949a3
[Ubuntu] do not wrap apt-fast in mock script ( #9794 )
2024-05-07 10:41:49 +02:00
Mikhail Koliada and GitHub
6467c6dfc2
[Ubuntu] fix pester tests to include ubuntu22 back ( #9775 )
2024-05-01 22:11:11 +02:00
Mikhail Koliada and GitHub
8778073702
[Ubuntu] remove toolchain test repo ( #9763 )
2024-04-29 16:10:45 +02:00
Mikhail Koliada and GitHub
18e4b97a5f
[Ubuntu] include Erlang only in ubuntu2004 ( #9762 )
2024-04-29 13:37:31 +02:00
3d2dd97aa7
[Ubuntu] Add Ubuntu-24.04 base image ( #9754 )
...
Co-authored-by: Alexey Ayupov <[email protected] >
2024-04-26 23:18:26 +02:00
Mikhail Koliada and GitHub
c98eeb230d
[Ubuntu] fix overwrite packer files on unpack ( #9744 )
2024-04-25 12:13:07 +02:00
Alexey-Ayupov and GitHub
22940f4a86
[Ubuntu] Fix heroku installation ( #9719 )
2024-04-23 11:06:00 +02:00
Mikhail Koliada and GitHub
7993ee5913
[Ubuntu] Add Numbat (24.04) helper functions ( #9690 )
2024-04-15 18:01:52 +02:00
Erik Bershel and GitHub
514d689e7c
[Ubuntu] Fix Swift installer ( #9677 )
2024-04-11 14:28:25 +02:00
Shamil Mubarakshin and GitHub
df41637c07
Revert "[Ubuntu] remove Docker Comose v1 ( #9559 )" ( #9617 )
2024-04-03 09:42:13 +02:00
Shamil Mubarakshin and GitHub
41ad29f9c9
[ubuntu] Fix arch in Install-Toolset.ps1 ( #9598 )
2024-04-01 15:55:42 +02:00
Mikhail Koliada and GitHub
2259d75568
[Ubuntu] remove Docker Comose v1 ( #9559 )
2024-03-25 15:52:52 +01:00
Mikhail Koliada and GitHub
9485052d98
[Ubuntu] Decrease vm.mmap_rnd_bit to prevent ASLR ASAN issues ( #9513 )
2024-03-15 11:06:43 +01:00
d6d95ff728
Fixed typos ( #9509 )
...
* Fixed some typos.
* Some more typos.
---------
Co-authored-by: Leon Zandman <[email protected] >
2024-03-14 10:53:11 +01:00
Erik Bershel and GitHub
3d9bcaefb1
[Ubuntu] Update Kotlin installer hash check ( #9468 )
2024-03-07 21:01:25 +01:00
You-Sheng Yang and GitHub
346a8b1a9d
[Ubuntu] 22.04: install libssl1.1 via apt ( #9432 )
...
Signed-off-by: You-Sheng Yang <[email protected] >
2024-03-04 13:39:13 +01:00
Shamil Mubarakshin and GitHub
879626d9bd
[ubuntu] Update libssl1.1 version ( #9428 )
...
* [ubuntu] Update libssl1.1 version
* [ubuntu] Fix hash
2024-02-29 17:05:16 +01:00
Shamil Mubarakshin and GitHub
ca82d0a325
[ubuntu] Fix error message redirection in install.sh ( #9324 )
2024-02-15 18:55:11 +01:00
Shamil Mubarakshin and GitHub
b33a106fb9
[ubuntu] Remove quoted PATH from /etc/environment ( #9347 )
...
* [ubuntu] Remove quoted PATH from /etc/environment
* Update quotes handling in replace_etc_environment_variable()
2024-02-14 12:09:49 +01:00
MaksimZhukov and GitHub
0b5f4562aa
[Ubuntu] Update version of libssl ( #9311 )
2024-02-07 15:37:57 +01:00
Ikko Eltociear Ashimine and GitHub
5d5f63b19a
[ubuntu] Fix typo in install-bazel.sh ( #9276 )
...
instal -> install
2024-02-06 12:19:39 +01:00
Erik Bershel and GitHub
ee179c70f2
[Ubuntu] Update Docker installer script ( #9232 )
2024-02-01 13:46:06 +01:00