Commit Graph

1713 Commits

Author SHA1 Message Date
Maxim Lobanov
d693730c54 fix comments 2020-07-09 13:22:07 +03:00
Maxim Lobanov
006744204f run tests for Kind 2020-07-09 11:06:29 +03:00
Dmitry Shibanov
d3c035c980 fix place and naming 2020-07-09 10:53:31 +03:00
Maxim Lobanov
148b628e0b Implement Pester tests 2020-07-09 10:53:29 +03:00
Sergey Dolin
c6950533af Add WSL (#1081)
* Add WSL

* Move WSL to the end of the provision

* Add elevated_user

* No restart VM

* Add Validation

* Add WSL note in Readme.md

* Rename WSL1 to WSL

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-07-09 09:57:02 +03:00
Mikhail Timofeev
a7ee8ab672 move IsInstalled and apt-fast 2020-07-08 22:28:23 +03:00
no-reply@microsoft.com
1c22abb30d Updating readme file for macos-10.15 version 20200702.1 2020-07-08 18:02:55 +00:00
Maxim Lobanov
1c4790e543 Merge pull request #1194 from dibir-magomedsaygitov/v-dimago/add_oras_cli
[Ubuntu] Add ORAS CLI
2020-07-08 18:49:41 +03:00
Mikhail Timofeev
cebf52206b remove source apt.sh 2020-07-08 15:34:53 +03:00
Dmitry Shibanov
0d95b3387c remove & and add extra line 2020-07-08 15:25:42 +03:00
Dibir Magomedsaygitov
2d2a590672 minor fix 2020-07-08 11:43:12 +03:00
Sergey Dolin
f1b5ed40eb Remove ppa:ondrej/php from the list of apt repositories (#1104)
* Remove  ppa:ondrej/php from the list of apt repositories

* Add documentation and fixes

* fix documentation

Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
2020-07-08 11:13:45 +03:00
Dibir Magomedsaygitov
5323f8f7d4 remove temporary path 2020-07-08 11:13:21 +03:00
Maxim Lobanov
cb3edf34a6 Merge pull request #1189 from al-cheb/al-cheb/minor-fix-azcli
Minor fix to remove unused temporary $Env:AZURE_EXTENSION_DIR variable
2020-07-08 10:35:28 +03:00
Maxim Lobanov
acc3f46b5c Add aws session manager windows (#1178)
* add installation aws session manager for windows

* move to one file

* remove script step

* add documentation

* move logic to one file

* add notmatch

* change setup path variable

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-07-08 10:30:30 +03:00
Dmitry Shibanov
1cc55a5bd2 Aws session manager for linux (#1169)
* add installation aws session manager for linux

* move logic to one file

* change order

* removed unnecessary exit

* move echo line

* add plugin word

Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
2020-07-08 10:30:15 +03:00
Dmitry Shibanov
ea72c54249 fix validate tests 2020-07-08 00:35:51 +03:00
Dibir Magomedsaygitov
26e56e5076 fix bug 2020-07-07 22:56:48 +03:00
Dibir Magomedsaygitov
5faa6abe7d implement download_with_retries function 2020-07-07 19:23:45 +03:00
Dibir Magomedsaygitov
5f5c60ef98 minor fixes 2020-07-07 19:14:31 +03:00
Image generation service account
781a4f8b38 Updating readme file for win16 version 20200706.1 2020-07-07 14:51:42 +00:00
Dibir Magomedsaygitov
8f5228371a Merge branch 'master' into v-dimago/add_oras_cli 2020-07-07 17:37:15 +03:00
Shang Yuanchun
69f455808b Fix getting version of aliyun cli. (#1150)
* Fix getting version of aliyun cli.

It has a version sub command, and --version is used to specify product api version,
not to get version of aliyun cli.

* Change title of aliyun-cli
win16/20200706.1 win19/20200706.1
2020-07-07 17:36:37 +03:00
Patrick Simonian
bd35954e5f Add oc cli tool v4.6 (#1103)
* add oc cli tool 3.11.x

* change version to 4.6

* Update oc.sh

update mirror link

* Update Ubuntu1604-README.md

* update docs

* Update oc.sh

* Update oc.sh
2020-07-07 17:36:28 +03:00
Image generation service account
f7c1a0264f Updating readme file for win19 version 20200706.1 2020-07-07 14:36:18 +00:00
Dibir Magomedsaygitov
d62d028d7d Merge remote-tracking branch 'upstream/master' 2020-07-07 17:31:47 +03:00
Dibir Magomedsaygitov
845dc20aeb minor fixes 2020-07-07 17:25:41 +03:00
Dibir Magomedsaygitov
df8858b77f install oras-cli on ubuntu 2020-07-07 16:40:02 +03:00
Alejandro Pauly
b825f06ed9 Merge pull request #1141 from actions/releases/win16/20200628
[Software update] Windows Server 2016 (20200628 update) Week 27
2020-07-07 06:37:12 -04:00
Aleksandr Chebotov
699cd6fde7 remove unused temporary $Env:AZURE_EXTENSION_DIR varible 2020-07-07 13:20:09 +03:00
Dmitry Shibanov
344225a964 add cargo dep 2020-07-07 12:16:42 +03:00
Dmitry Shibanov
5cc1411e14 add cargo dep to linux 2020-07-07 11:38:29 +03:00
Vladimir Safonkin
9ed8bbbc63 Add Newman tool (#1185)
* Add Newman

* Move installation to NodeLts script on Windows
2020-07-07 11:37:15 +03:00
Johannes Schindelin
8226c37bf4 Install Git for Windows with symbolic links enabled (#1186)
We only offer Windows environments that support symbolic links, meaning: if running either as administrator, or with Windows' Developer Mode enabled, symbolic links can be created.

However, Git for Windows' auto-detection assumes that if it is installed by an administrator, it cannot detect whether "regular" users can create symbolic links, and by way of playing it safe, disables symlink support.

Since we know better, we can avoid the auto-detection.
2020-07-07 09:56:57 +03:00
Alejandro Pauly
234a7df001 Merge pull request #1157 from actions/releases/win19/20200630
[Software update] Windows Server 2019 (20200630 update) Week 27
2020-07-07 02:46:49 -04:00
Mikhail Timofeev
c9638062b2 [Ubuntu] Prepend brew directories to the PATH (#1168)
* prepend

* add comment and move installation

* change toolcache dir in aws-sam script
2020-07-07 08:05:14 +03:00
Alena Sviridenko
9b15040a28 Merge pull request #1180 from miketimofeev/v-mitim/fix_container_tools_documentation
[Ubuntu 20] Fix container tools documentation
ubuntu18/20200705.1 ubuntu20/20200705.1
2020-07-06 14:23:05 +03:00
Dmitry Shibanov
ec239c0649 change setup path variable 2020-07-06 12:48:04 +03:00
Dmitry Shibanov
6481eeaac6 add notmatch 2020-07-06 12:07:43 +03:00
Dmitry Shibanov
0fa2df6ae0 move logic to one file 2020-07-06 12:06:01 +03:00
Mikhail Timofeev
1bb8c1102e Move containers installation file 2020-07-06 10:53:26 +03:00
Dmitry Shibanov
bf7da363eb add documentation 2020-07-06 10:42:34 +03:00
Dmitry Shibanov
50ed8f72e1 remove script step 2020-07-04 12:31:23 +03:00
Dmitry Shibanov
53eecd6367 move to one file 2020-07-04 12:26:39 +03:00
Dmitry Shibanov
c7a98685ab add installation aws session manager for windows 2020-07-03 12:45:39 +03:00
Dibir Magomedsaygitov
f6f93dad71 Update AWS CLI V1 to V2 on Ubuntu 20.04 Image (#1112)
* update aws cli v1 to v2 on ubuntu20

* add os.sh

* minor changes
ubuntu16/20200705.1 win16/20200630.1
2020-07-02 19:29:50 +03:00
Alena Sviridenko
beec47e76b Merge pull request #1160 from miketimofeev/v-mitim/install_aws_sam_w-o_brew
[Ubuntu] Install aws-sam-cli without brew
2020-07-02 16:56:19 +03:00
Mikhail Timofeev
abf21e68d5 fix typo in the description 2020-07-02 13:41:14 +03:00
Mikhail Timofeev
ec297381e7 remove cleanup 2020-07-02 12:15:03 +03:00
Mikhail Timofeev
b46e9c7adb remove SourcesDir variable 2020-07-02 12:13:44 +03:00