-
Notifications
You must be signed in to change notification settings - Fork 522
feat: Skip installing docker if already installed on windows vhd #2052
Conversation
For this change we should introduce a new flag to indicate we want to run the CSE in a disconnected mode. If we take these changes as is we would skip installing the version of docker specified in the API model if any version is already installed. |
Codecov Report
@@ Coverage Diff @@
## master #2052 +/- ##
=======================================
Coverage 76.67% 76.67%
=======================================
Files 135 135
Lines 20564 20564
=======================================
Hits 15768 15768
Misses 3877 3877
Partials 919 919 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marosset, rjaini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Reason for Change:
For total disconnected case we don't want docker install flow to be trigger again when its already installed on windows vhd.
Issue Fixed:
Fixes #2051
Requirements:
Notes: