Shohei Maeda
f8f8c93509
[Ubuntu] Use new Hashicorp Releases API ( #5587 )
2022-05-23 16:47:07 +03:00
Mikhail Koliada
e4d58452f4
[Ubuntu] Rework podman and tools installation ( #5580 )
2022-05-20 16:40:31 +03:00
Mikhail Timofeev
dc7d03e49d
[Ubuntu] Make software and release URLs using variables instead of hardcode ( #5572 )
...
* Make urls using variables instead of hardcode
* Simplify versions retrieval
2022-05-19 21:47:48 +02:00
Aleksandr Chebotov
536cfa24b0
[Ubuntu] Revert powershell fix for Ubuntu 22.04 ( #5567 )
...
* Revert powershell fix for Ubuntu 22.04
* Move libssl1.1 dependency
* fix typo
* remove comment
2022-05-18 15:39:37 +03:00
Aleksandr Chebotov
17d10f6889
Add amazon-ecr-credential-helper ( #5544 )
2022-05-16 18:49:51 +03:00
Rob Herley
1bd639f31d
add ecdsa & ed25519 gh host keys ( #5520 )
2022-05-12 11:53:25 +03:00
Aleksandr Chebotov
5a2cb18a48
[Ubuntu] OpenSSL disable to load providers ( #5496 )
...
* [Ubuntu] OpenSSL disable to load providers
* Add link to vsts-agent issue
* Add Ubuntu22 check condition
2022-05-06 12:54:50 +02:00
Aleksandr Chebotov
8ee6ce76e4
Update libssl for Ubuntu22 ( #5497 )
2022-05-06 10:11:47 +02:00
Aleksandr Chebotov
9d80842cc3
[Ubuntu] Add Ubuntu Server 22.04 LTS template ( #5454 )
2022-05-02 11:46:10 +03:00
Mikhail Timofeev
1e6e5cf82e
[Ubuntu] Add safe directory setting to git config ( #5420 )
...
* Add safe directory setting to git config
* Change git config file to /etc/gitconfig
2022-04-21 01:15:17 +03:00
Davide Maccarrone
9364605355
[Ubuntu] Pull previous version of Chromium if revision is 4 digits long ( #5407 )
...
* pull previous version of chromium if revision is 4 digits long
* add example revisions that break build
* use json instead of csv when retrieving previous versions
* grab revision, not version
2022-04-19 10:04:36 +03:00
Aleksandr Chebotov
01f34021dc
[Ubuntu] Remove hard-coded composer version ( #5399 )
2022-04-13 13:04:04 +03:00
Mikhail Koliada
11d669e34b
[Ubuntu] remove php 7.1 from Bionic Beaver ( #5390 )
2022-04-12 21:29:43 +03:00
Aleksandr Chebotov
f052b4c10f
[Ubuntu] Tight composer version to 2.2.9 for Ubuntu Server 18 ( #5321 )
...
* [Ubuntu] Tight composer verstion to 2.2.9 for Ubuntu Server 18
* Remove extra line
* remove double quotes
2022-04-01 11:18:38 +03:00
Dusko Dobranic
52f93c6183
Remove Ubuntu20 mysql workaround ( #5306 )
...
* Remove Ubuntu20 mysql workaround
* Removing unneded init script and related test
2022-03-31 08:11:08 +02:00
Mikhail Timofeev
0448e95fef
Fix issues with release version and apply pattern ( #5265 )
2022-03-24 11:44:59 +03:00
Igor Boskovic
837669d1ac
[Ubuntu] Fix issues with aliyun-cli URL #3468 ( #5272 )
2022-03-23 23:16:32 +03:00
Aleksandr Chebotov
b7e6ffd8d3
[Ubuntu] Convert non valid java semver ( #5131 )
...
* Convert non valid java semver
* remove whitespace
* Update regex
2022-02-25 15:55:30 +03:00
Dibir Magomedsaygitov
404da76e17
[Ubuntu] Implement helper to get GitHub package download URL ( #4947 )
2022-02-08 19:41:23 +03:00
Mikhail Koliada
b8d14c9f54
[Ubuntu] bind google-cloud-sdk version ( #4984 )
...
* [Ubuntu] bind google-cloud-sdk version
* Update google-cloud-sdk.sh
2022-01-31 20:23:56 +03:00
Nikolay Frolov
02547255ff
[Ubuntu] Add .NET SDK 6.0 ( #4958 )
2022-01-29 19:28:21 +03:00
José Simões
9b6af5b76e
Add install of dotnet tools ( #4820 )
...
* Add install of dotnet tools
- Add new section under dotnet.
- Add installer for dotnet tools.
- Add tests for dotnet tools.
- Add dotnet tools to software report.
* Fixes from code review
* Add test and version check to dotnet tool json
- Rework installer to use tool name.
- Rework test to call tool test.
- Rework software report to use tool specific command to get version.
* Fixes from code review
* Fix test for nbgv
* Fix linux installer
* Fix name for test context.
* Update images/linux/scripts/installers/dotnetcore-sdk.sh
Co-authored-by: PJ <me@panekj.dev >
* Update images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1
Co-authored-by: PJ <me@panekj.dev >
* Update images/win/scripts/Tests/DotnetSDK.Tests.ps1
Co-authored-by: PJ <me@panekj.dev >
* Aligning PS1 between win and linux
* Remove out
* Add Nuget.org as feed source for installing tool
* Fix tests
* Fix getting tool version
* Change from code review
* Update images/win/toolsets/toolset-2022.json
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com >
* Update images/win/toolsets/toolset-2019.json
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com >
* Update images/win/toolsets/toolset-2016.json
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com >
* Changes from code review
* Change from code revision
* Fix tests
* dotnet tool is now installed to a tool path
* Move dotnet tools install
- Need to install the dotnet tools AFTER post install steps otherwise dotnet is not in the path.
* Fxi typo in path
* Add path to software report for dotnet tools
* Remove new line (from code review)
* Add progress output message to dotnet tools install
* Change install path for tool
* New updating PATH with dotnet tools location
* Remove duplicated assigment
* Remove output message and add back Out-null
Co-authored-by: PJ <me@panekj.dev >
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com >
2022-01-18 16:31:51 +03:00
Aleksandr Chebotov
7b9719416b
[Ubuntu] Disable motd updates metadata ( #4873 )
...
* Disable motd updates metadata
* check daemon.conf config exists
* mask fwupd-refresh.timer service
2022-01-13 11:23:56 +03:00
Mikhail Koliada
1048793daa
[Ubuntu] Add Eclipse Temurin (Adoptium) to Java installer ( #4868 )
2022-01-12 22:05:33 +03:00
Mikhail Timofeev
20705eae35
Change capitalization for Readme name in CI ymls ( #4796 )
2021-12-22 21:24:04 +03:00
Mikhail Koliada
5aca2192f7
[Ubuntu] get rid of homebrew post-gen script ( #4634 )
2021-12-22 10:41:15 +03:00
Mikhail Koliada
6e09f7e132
[Ubuntu] Do not use apt-fast ( #4784 )
2021-12-21 19:12:15 +03:00
Mikhail Koliada
459c5d1a21
[Ubuntu] list mysql-core dependencies explicitly ( #4767 )
2021-12-18 20:28:48 +03:00
Mikhail Timofeev
36f279b623
Cleanup /root/.cache directory ( #4761 )
2021-12-17 11:40:04 +03:00
Mikhail Koliada
9ec86a6e3e
[Ubuntu] install mysql init script for sysVinit compatibility ( #4736 )
2021-12-14 21:46:30 +03:00
Marcel Gerber
9d3fcffab4
[Ubuntu] remove --unsafe-perm code for netlify-cli ( #4712 )
2021-12-10 12:38:30 +03:00
Cornelius Riemenschneider
9e30602178
CodeQL: Pull the bundle from codeql-action@v1 rather than main. ( #4702 )
...
As github/codeql-action by default uses the bundle from the toolcache,
make sure that that is considered stable.
2021-12-10 10:26:07 +03:00
Maksim Shilov
5f872f77d6
Sorting releases and taking latest ( #4703 )
2021-12-09 18:39:44 +03:00
Mikhail Koliada
4d7a8a0e35
[Ubuntu] do not install mysql 8.x on 18.04 ( #4685 )
2021-12-08 16:02:06 +03:00
Shivam Mathur
05b9e3e79c
[Ubuntu] upgrade php version to 8.1 ( #4681 )
2021-12-07 23:39:17 +03:00
Mikhail Koliada
77f9a979a8
[Ubuntu] Downgrade mysql to 8.0.26 ( #4674 )
2021-12-07 23:38:14 +03:00
V-Zabayrachny
cb93e86daf
[Ubuntu] Update the version Git-lfs ( #4607 )
2021-11-26 22:26:18 +03:00
Mikhail Koliada
af645a7b5e
[Ubuntu] get rid of post-gen rust script ( #4575 )
2021-11-26 12:39:13 +03:00
Mikhail Koliada
0c030e3e07
Revert "[Ubuntu] install libpcre1-8-0 for PHP compat ( #4551 )" ( #4565 )
...
This reverts commit 81d68d49b3 .
2021-11-23 12:10:09 +03:00
Mikhail Koliada
81d68d49b3
[Ubuntu] install libpcre2-8-0 for PHP compat ( #4551 )
2021-11-21 19:32:23 +03:00
Maksim Shilov
1b583e05e5
[Ubuntu] Pin PostgreSQL version installed in the toolset ( #4510 )
...
* Pin PostgreSQL version installed in the toolset
* Source the helpers and resolving comments
2021-11-16 11:48:38 +03:00
Maxim Lobanov
06c90a3200
[Ubuntu] Chmod known directories ( #4509 )
...
* chmod known directories
* nit space
2021-11-15 18:35:50 +01:00
Mikhail Koliada
d09b1f8f9c
[Ubuntu] add maven back to toolset ( #4507 )
2021-11-15 14:51:38 +03:00
Nikolay Frolov
71b8207a59
[Ubuntu] Change source of n tool to official ( #4455 )
2021-11-11 12:47:29 +03:00
Robert Schumacher
206a818319
Perform a full clone of vcpkg instead of depth=1 ( #4272 )
...
The vcpkg versioning feature relies on retrieving information from its git repository history. This means users need a deep clone.
2021-11-11 11:54:32 +03:00
Maksim Shilov
41c947a8f0
[Ubuntu] Pin MongoDB to the specific version defined in the toolset ( #4447 )
2021-11-10 19:30:25 +03:00
Aleksandr Chebotov
11464d5288
Revert "[Ubuntu] build vcpkg from specific commit ( #4386 )" ( #4438 )
...
This reverts commit 60d2208f88 .
2021-11-08 15:54:37 +03:00
Jay W
49a7578313
[ubuntu] Fix swift installation ( #4429 )
2021-11-07 19:07:58 +03:00
Maksim Shilov
c1838780e9
[Ubuntu] Slight rework of the PyPy installation ( #4381 )
2021-11-02 17:26:03 +03:00
Dibir Magomedsaygitov
228c4f45e7
add android-ndk-latest-home env variable on ubuntu18 ( #4385 )
2021-11-01 17:14:51 +03:00