-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use hyperv isolation * multi-arc image support * multi-arc image support * multi-arc image support * multi-arc image support * multi-arc image support * multi-arc image support * multi-arc image support * multi-arc image support * multi-arc image support * multi-arc image support * doc and script updates * add common as dependency for multi-arc job * merge into single job for perf evaluation * merge into single job for perf evaluation * merge into single job for perf evaluation * separate jobs for ltsc2019 & ltsc2022 * separate jobs for ltsc2019 & ltsc2022 * update dev image docker file & script * remove unnecessary task * update prod pipeline yaml for windows multi-arc image * test yamls for ltsc2019 & ltsc2022 * fix pr checker fail * fix repoImageWindows path in windows pipeline * remove passing imagetag for prod
- Loading branch information
Showing
12 changed files
with
486 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
FROM mcr.microsoft.com/windows/servercore:ltsc2019 | ||
# Supported values of windows version are ltsc2019 or ltsc2022 which are being passed by the build script or build pipeline | ||
ARG WINDOWS_VERSION= | ||
FROM mcr.microsoft.com/windows/servercore:${WINDOWS_VERSION} | ||
MAINTAINER [email protected] | ||
LABEL vendor=Microsoft\ Corp \ | ||
com.microsoft.product="Azure Monitor for containers" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM mcr.microsoft.com/windows/servercore:ltsc2019 | ||
ARG WINDOWS_VERSION= | ||
FROM mcr.microsoft.com/windows/servercore:${WINDOWS_VERSION} | ||
MAINTAINER [email protected] | ||
LABEL vendor=Microsoft\ Corp \ | ||
com.microsoft.product="Azure Monitor for containers" | ||
|
Oops, something went wrong.