Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Redstone 5 #804

Merged
merged 6 commits into from
Feb 27, 2019
Merged

Add support for Redstone 5 #804

merged 6 commits into from
Feb 27, 2019

Conversation

tfenster
Copy link
Contributor

@tfenster tfenster commented Feb 22, 2019

Add support for Redstone 5 which should generate Dockerfiles referencing -1809 images

Fixes #805

@tfenster tfenster requested a review from a team as a code owner February 22, 2019 21:23
@tfenster
Copy link
Contributor Author

Didn't see the tests, will implement that later

@StephenWeatherford
Copy link
Contributor

cc @philliphoff

@@ -36,8 +36,10 @@ const DotNetCoreSdkImageFormat = "microsoft/dotnet:{0}.{1}-sdk{2}";

function GetWindowsImageTag(): string {
// The host OS version needs to match the version of .NET core images being created
if (!isWindows() || isWindows10RS4OrNewer()) {
if (!isWindows() || isWindows10RS5OrNewer()) {
// If we're not on Windows (and therefore can't detect the version), assume a Windows RS4 host
Copy link
Contributor

Choose a reason for hiding this comment

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

update comment

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done, thanks

@StephenWeatherford
Copy link
Contributor

Thanks, will await the tests. We have a release of the extension going out in a about a week.

@tfenster
Copy link
Contributor Author

@StephenWeatherford Test now seems fine. Did I miss anything?

Copy link
Contributor

@StephenWeatherford StephenWeatherford left a comment

Choose a reason for hiding this comment

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

Thanks for this contribution!

@StephenWeatherford
Copy link
Contributor

In Ulm, um Ulm, und um Ulm herum… :-)

@StephenWeatherford StephenWeatherford merged commit 41d5c13 into microsoft:master Feb 27, 2019
@tfenster tfenster deleted the patch-1 branch February 27, 2019 05:55
@microsoft microsoft locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants