Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

feat: Skip installing docker if already installed on windows vhd #2052

Merged
merged 5 commits into from
Sep 30, 2019

Conversation

rjaini
Copy link
Contributor

@rjaini rjaini commented Sep 27, 2019

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:

@acs-bot acs-bot added the size/M label Sep 27, 2019
@rjaini rjaini requested a review from jadarsie September 27, 2019 22:23
@rjaini rjaini changed the title feat: Skip installing docker if docker already installed in windows vhd feat: Skip installing docker if already installed on windows vhd Sep 27, 2019
@marosset
Copy link
Contributor

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
Copy link

codecov bot commented Sep 30, 2019

Codecov Report

Merging #2052 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2052   +/-   ##
=======================================
  Coverage   76.67%   76.67%           
=======================================
  Files         135      135           
  Lines       20564    20564           
=======================================
  Hits        15768    15768           
  Misses       3877     3877           
  Partials      919      919

@acs-bot acs-bot added size/L and removed size/M labels Sep 30, 2019
Copy link
Contributor

@marosset marosset left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@acs-bot
Copy link

acs-bot commented Sep 30, 2019

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@acs-bot acs-bot merged commit 514c36a into Azure:master Sep 30, 2019
@rjaini rjaini deleted the winfixes branch October 11, 2019 18:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skip installing docker if already installed in windows vhd
3 participants