Commit Graph

268 Commits

Author SHA1 Message Date
Mikhail Timofeev
43ebcb5a62 remove set -e from java installation 2020-04-30 15:37:59 +03:00
Mikhail Timofeev
4fb3c0c3eb change heroku installation 2020-04-30 15:02:43 +03:00
Mikhail Timofeev
2134f8dcfd remove python from tests 2020-04-28 22:19:50 +03:00
Mikhail Timofeev
8a18322597 remove pip version 2020-04-28 19:47:21 +03:00
Mikhail Timofeev
878bfee052 install only python3 2020-04-28 19:46:47 +03:00
Mikhail Timofeev
415ba013ba remove >> for go installation 2020-04-28 19:30:42 +03:00
Mikhail Timofeev
bdf57146a3 fix libcurl in the right place 2020-04-28 17:20:49 +03:00
Mikhail Timofeev
e7d965f5b4 install clang9 directly from apt-get 2020-04-28 15:35:00 +03:00
Mikhail Timofeev
1bdbaefd62 install python2 2020-04-28 15:17:36 +03:00
Mikhail Timofeev
9ac1714e39 libcurl4 2020-04-28 15:01:05 +03:00
Mikhail Timofeev
e369274905 libcurl3 -> libcurl4 2020-04-28 15:00:44 +03:00
Mikhail Timofeev
dffcf202bb install ansible from oficial canonical repo 2020-04-28 14:50:01 +03:00
Mikhail Timofeev
849c1d3095 add ubuntu 20.04 2020-04-28 13:47:50 +03:00
Mikhail Timofeev
792da139c9 move homebrew to the end (#789) 2020-04-28 10:26:29 +03:00
Dibir Magomedsaygitov
5896eb6ac6 Update MySQL info in the docs for Ubuntu images (#776)
* update documentation related to mysql
2020-04-27 14:48:28 +03:00
Alejandro Pauly
bd3a7d2580 Merge pull request #740 from andy-mishechkin/690_Moby_buildx
690 Installing the Docker moby-buildx on Ubuntu Images
2020-04-24 11:12:04 -04:00
Sergey Dolin
8410ae2c65 Add snap/bin to /etc/environment (#755)
* Add snap/bin to /etc/environment

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-04-23 18:19:11 +03:00
Andy Mishechkin
da3c0fdd69 code changing 2020-04-23 18:41:52 +04:00
Andy Mishechkin
4955402804 Merge branch 'master' into 690_Moby_buildx 2020-04-22 20:41:48 +04:00
Andy Mishechkin
32c900900c Docker-Buildx version checking has been added 2020-04-22 20:36:47 +04:00
Maxim Lobanov
ac3c729b47 Merge pull request #757 from al-cheb/al-cheb/clean_cache_packages
Clean up apt package cache
2020-04-22 12:59:46 +03:00
Andy Mishechkin
15a96845dd moby-buildx -> docker-builx 2020-04-22 00:01:16 +04:00
Andy Mishechkin
6456d6d7ff Merge branch 'master' into 690_Moby_buildx 2020-04-21 23:56:06 +04:00
Andy Mishechkin
d37793ddc8 Some diagnostic messages have been added 2020-04-21 23:54:48 +04:00
Aleksandr Chebotov
9109037d4e apt-get clean 2020-04-21 18:23:33 +03:00
Mikhail Timofeev
a5e9522d54 Revert "Pre-install Android NDK 20 on Ubuntu (#711)"
This reverts commit 8abd45c3a8.
2020-04-21 18:22:29 +03:00
Andy Mishechkin
dc52f61105 docker-moby.sh bugfixing 2020-04-21 17:24:31 +04:00
Andy Mishechkin
4729069659 Checking the moby-buildx and moby-buildx documentation has been added 2020-04-21 15:42:06 +04:00
Dariy Nurgaleev
54a14f61b3 Android SDK binaries insufficient permissions. (#747)
* added correct rules for android sdk folder.

* added for ubuntu 16 also.

* added sudo for chmod operation.

* removed redundunt sudo.

* changed chmod parameters for a+X

Co-authored-by: Dariy.Nurgaleev <d.nurgaleev@trueengineering.ru>
2020-04-21 10:21:02 +03:00
Andy Mishechkin
3624bff214 Merge branch 'master' into 690_Moby_buildx 2020-04-17 18:03:15 +04:00
Mikhail Timofeev
b1cf25f873 [Ubuntu] Remove workaround for vcpkg (#728)
* remove workaround

* add workaround for ubuntu 16

* remove sudo

* Spelling

* remove extra lines
2020-04-17 13:38:10 +03:00
Mikhail Timofeev
cb4a6e0cc0 add libgbm (#734) 2020-04-17 13:37:59 +03:00
Andy Mishechkin
b372346543 Moby-buildx installation has been added 2020-04-17 00:05:31 +04:00
Sergey Dolin
d4435d6a11 Add AWS SAM CLI (#615)
Added in its own block because must be run as non-root user

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-04-16 14:34:59 +03:00
Mikhail Timofeev
5048c104df add cd 2020-04-15 17:34:44 +03:00
Mikhail Timofeev
66376977a0 add particular commit for vcpkg 2020-04-15 14:05:30 +03:00
Nikita Bykov
8abd45c3a8 Pre-install Android NDK 20 on Ubuntu (#711)
* added ndk 20

Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
2020-04-14 15:13:37 +03:00
Andy Mishechkin
83d31983ba Ubuntu 14.04 Docker container has been added (#714) 2020-04-14 15:10:21 +03:00
Sergey Dolin
bb9538cc9b Migrate /etc/environment modifications to helpers (#660)
* migrate rust

* Migrate PHP composer

* Migrate dotnet core sdk

* rename `var_*` to `variable_*`

* rename *etcEnvironmentVar functions to *etcEnvironmentVariable

* add AppendEtcEnvironmentVariable  and PrependEtcEnvironmentVariable

* rename addEtcEnvironmentPathElement to prependEtcEnvironmentPath

* Remove updatepath.sh

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-04-14 11:23:44 +03:00
Nikita Bykov
d0398f5357 Add Alibaba cloud aliyun-cli (#688)
* added aliyun cli to windows

* added aliyun cli to Ubuntu

Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
2020-04-13 17:38:35 +03:00
Sergey Dolin
e1fb068300 add Homebrew on Linux (#589)
* Add homebrew installation and validation scripts

* Update `/etc/environment` in `updatepath.sh` script

Keep this code for sake of compatibility with the existing installation logic. It will be changed in its own PR

* Remove env. variables from homebrew validation task

* Move reboot to the dedicated script and task

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-04-10 12:20:16 +03:00
Maxim Lobanov
14491c1a23 Merge pull request #321 from phozzy/add-container-tools
Add installation of container tools
2020-04-10 12:18:08 +03:00
rickdewater
f6e2d05862 Update CMake to 3.17.0 on all environments 2020-04-08 20:06:19 +02:00
phozzy
6d40a6c846 Add installation of container tools
Signed-off-by: phozzy <arthur.fayzullin@gmail.com>
2020-04-08 10:01:50 +00:00
Dmitry Shibanov
2e5f4dc1c0 Change default locale for Firefox on Ubuntu (#678)
Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-04-08 12:47:03 +03:00
Aleksandr Chebotov
bd10babf2f install haveged random generator 2020-04-06 16:21:15 +03:00
Alejandro Pauly
efe1d6eb1a Merge pull request #669 from al-cheb/al-cheb/fix_gecko_url_parse
Fix geckodriver url parse
2020-04-03 09:24:14 -04:00
Alejandro Pauly
d5058968ba Merge pull request #662 from asr/cabal-install-3.2.0.0
Added cabal-install 3.2.0.0.
2020-04-03 09:11:51 -04:00
Dmitry Shibanov
712cbbe2e1 Add nvm for linux (#582)
Install nvm on both Ubuntu 16.04 and Ubuntu 18.04 images.

Authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-04-03 09:10:34 -04:00
Aleksandr Chebotov
6c5aaf636f fix gecko url parse 2020-04-03 10:23:11 +03:00