Aleksandr Chebotov
be27ebfdb3
[ubuntu] replace wget to download_with_retries helper ( #3087 )
2021-04-02 18:47:50 +03:00
Aleksandr Chebotov
0917a07677
[windows] set ascii encoding ( #3086 )
2021-04-02 17:53:08 +03:00
Mikhail Timofeev
3195add3cd
[Ubuntu] Add clang-format to the readme ( #3081 )
...
* Add clang-format to the readme
* Create a function to retrieve clang tool versions
* Add ClangFormatVersions to software report
* Add new line
* Resolve nitpicks
2021-04-02 14:38:54 +03:00
Aleksandr Chebotov
8472c0699b
Remove warmup deprecation for Ubuntu images ( #3076 )
2021-04-02 11:17:15 +03:00
github-actions[bot]
b3c93d65df
Updating readme file for win16 version 20210329.1 ( #3059 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-04-02 06:09:23 +00:00
github-actions[bot]
92c9e67b9f
Updating readme file for ubuntu20 version 20210330.1 ( #3057 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-04-01 14:37:59 +00:00
github-actions[bot]
9e644fc21a
Updating readme file for macOS-10.15 version 20210327.1 ( #3051 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-04-01 13:44:08 +00:00
Aleksandr Chebotov
cd5930b52b
[ubuntu] suppress tar verbose messages ( #3075 )
2021-04-01 15:15:59 +03:00
github-actions[bot]
18062f1b88
Updating readme file for ubuntu16 version 20210327.1 ( #3044 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-04-01 09:19:09 +00:00
github-actions[bot]
475453f212
Updating readme file for ubuntu18 version 20210330.1 ( #3056 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-04-01 09:04:35 +00:00
Mikhail Timofeev
a687c4c753
Add python-setuptools to Ubuntu16 & 18 toolset files ( #3071 )
2021-03-31 19:25:32 +03:00
Vladimir Safonkin
1436b723d5
Remove duplicates from Ubuntu docs ( #3066 )
2021-03-31 19:16:44 +03:00
Aleksandr Chebotov
05fc867e8a
Suppress unzip logs in Ubuntu image generation ( #3068 )
2021-03-31 16:07:25 +03:00
Mikhail Timofeev
1572c20af1
[Ubuntu] Move Az modules to the PowerShell Tools section ( #3067 )
...
* Move az section
* Add new line between pwsh and az modules
2021-03-31 15:50:39 +03:00
hackercat
be806579bb
[Ubuntu] Fix Erlang version in software report
...
SoftwareReport collects wrong version for Erlang, it reports Eshell
version rather than Erlang itself.
reference: https://stackoverflow.com/questions/9560815/how-to-get-erlangs-release-version-number-from-a-shell
2nd answer
`erl` doesn't have `-v` flag, only `-version`
`erlc` `-v` flag is for verbose output
`rebar3` reports it's version with flag `-v`
Change `erl -v` to `erl -version` as it gets stuck in certain scenarios
like using Docker as packer builder.
reference: http://erlang.org/doc/man/erl.html
2021-03-31 12:38:11 +03:00
Aleksandr Chebotov
726ef281c7
[ubuntu] disable verbose ( #3063 )
2021-03-31 10:46:42 +03:00
Dmitry Shibanov
b00dbe1036
install yarn from npm ( #3037 )
2021-03-31 10:33:46 +03:00
Aleksandr Chebotov
7d7b362d79
[Ubuntu] suppress unzip messages in aws.sh script ( #3055 )
...
* suppress unzip messages
* remove sudo
* add /tmp
2021-03-31 09:51:27 +03:00
Aleksandr Chebotov
a533011008
use download_with_retries ( #3054 )
2021-03-30 15:23:57 +03:00
Aleksandr Chebotov
21f63fd579
Install Chrome without apt source ( #3036 )
2021-03-30 10:17:56 +03:00
Dibir Magomedsaygitov
826fed9604
sort java versions ( #3045 )
2021-03-29 19:19:52 +03:00
github-actions[bot]
b08f5f471b
Updating readme file for macOS-11.0 version 20210328.1 ( #3046 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-03-29 14:55:26 +00:00
Aleksandr Chebotov
6ac1661557
[Ubuntu] inject ansible pkg ( #3047 )
...
* inject ansible pkg
* fix comment
* fix comment
2021-03-29 16:29:12 +03:00
Kévin Dunglas
6747127d83
[ubuntu] add emoji support in Chrome ( #2699 )
...
* fix: emoji support in Chrome on Ubuntu
* move package to toolset
2021-03-29 15:46:21 +03:00
Dibir Magomedsaygitov
48f3c3e9b7
[Ubuntu] Move preinstalled Java distributions to the toolcache directory ( #2915 )
...
* move preinstalled java to toolcache
* rework installation and fix software report
2021-03-27 10:51:50 +03:00
Dmitry Shibanov
60459a5b04
add replace from '+' to '-' ( #3027 )
2021-03-27 10:51:01 +03:00
Mikhail Timofeev
b56d115a16
[Windows] Replace '+' to '-' in java path ( #3028 )
...
* Replace + to - in Java path
* Fix comment
* fix vendor name in software report
2021-03-27 10:50:50 +03:00
Mikhail Timofeev
dd506183e2
[Ubuntu] Set user-related environmental variables and PATH via post deployment script ( #3030 )
...
* Move home directory vars to post-deploy scripts
* Remove "export" word
* Move home directory vars to post-deploy scripts
* Remove "export" word
* add variables via post-deployment file
* remove quotes around PATH
* remove quotes
* Replace $HOME in /etc/environment in post-deployment script
* rename variable
* get rid of extra variable
2021-03-26 18:33:51 +03:00
Aleksandr Chebotov
a769b06872
Switch Azure CLI installation to GitHub Releases ( #3035 )
2021-03-26 18:21:42 +03:00
Amruta Kawade
f6f2e3681e
[Windows] Az Modules Size Reduction On Image ( #2827 )
...
* [Windows] Az Modules Size Reduction On Image
* Addressing review comments
* Downloading azure and azurerm from blob storage
2021-03-26 18:21:12 +03:00
Aleksandr Chebotov
4c606d887d
[Ubuntu] get julia version from julialang.org ( #3025 )
...
* get version from julialang.org
* add helpers
* add curl flag -L
2021-03-26 13:13:29 +03:00
Mikhail Timofeev
54fa1d6658
Remove versions less than 9 from toolsets ( #3023 )
2021-03-26 08:28:54 +03:00
hackercat
abbad83bb1
feat: Return apt packages with their installed versions ( #2939 )
2021-03-26 08:28:15 +03:00
Sergey Dolin
6168b56552
Apply fix from https://github.com/github/super-linter/issues/1397 ( #3024 )
2021-03-25 12:55:24 +03:00
Aleksandr Chebotov
436d9baa95
[Ubuntu] use pipx to install ansible ( #3015 )
...
* use pipx to install ansible
* update info
2021-03-25 12:40:36 +03:00
hackercat
ecfee9c8ec
Remove Clang 11 dependencies ( #3007 )
2021-03-25 11:05:08 +03:00
Amruta Kawade
5545084098
[Linux] Az Modules Size Reduction On Image ( #2828 )
...
* [Linux] Az Modules Size Reduction On Image
* addressing review comments
* addressing review comments
* Addressing review comments
2021-03-25 09:34:25 +03:00
github-actions[bot]
ff9f3f0a8b
Updating readme file for ubuntu20 version 20210318.0 ( #2989 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-03-24 10:06:33 +00:00
github-actions[bot]
46df370461
Updating readme file for ubuntu16 version 20210318.0 ( #2990 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-03-24 09:53:05 +00:00
github-actions[bot]
37f0d72bbe
Updating readme file for ubuntu18 version 20210318.0 ( #2991 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-03-24 09:51:05 +00:00
Aleksandr Chebotov
dee50eebff
add acl package to Ubuntu 20 ( #3006 )
2021-03-23 10:48:35 +03:00
github-actions[bot]
b345f38fbe
Updating readme file for macOS-11.0 version 20210321.1 ( #3000 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-03-22 12:49:17 +00:00
github-actions[bot]
faee73e79a
Updating readme file for win19 version 20210316.1 ( #2948 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-03-22 12:19:36 +00:00
Sergey Dolin
33b6bbe946
Update Ubuntu documentation to include mono web-server ( #2892 )
...
* Update Ubuntu documentation to include mono web-server
* apply to Ubuntu 20.04 only
2021-03-22 12:04:21 +03:00
Mikhail Timofeev
f178f0ec83
[Ubuntu] Install sbt from gh releases ( #2983 )
...
* Change sbt installation method to gh releases
* add source install.sh
2021-03-19 15:20:27 +03:00
Mikhail Timofeev
e1ddcff2f0
Add openssl to software readme ( #2984 )
2021-03-19 13:43:48 +03:00
github-actions[bot]
f201ae012b
Updating readme file for ubuntu20 version 20210315.1 ( #2930 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-03-19 08:47:56 +00:00
Mikhail Timofeev
593aa6b100
Revert $BASH_ENV ( #2982 )
2021-03-18 21:58:04 +03:00
Dibir Magomedsaygitov
8a34f3c527
software updates week 12 ( #2970 )
2021-03-18 16:22:44 +03:00
github-actions[bot]
21d68f342f
Updating readme file for ubuntu16 version 20210317.1 ( #2955 )
...
Co-authored-by: Image generation service account <no-reply@microsoft.com >
Co-authored-by: Actions service account <no-reply@github.com >
2021-03-18 12:52:57 +00:00