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

Separate nanoserver 1809 due to breaking change #118

Merged
merged 5 commits into from
Jan 8, 2019

Conversation

TravisEz13
Copy link
Member

@TravisEz13 TravisEz13 commented Jan 8, 2019

PR Summary

Separate nanoserver 1809 due to breaking change

  • SETX no longer works to set environment variable so 1809 has to be separate at least from 1709 where ENV did not work for the PATH variable.
  • Also fix regex for nanoserver tag query

Fixes #89

PR Checklist

@@ -0,0 +1,56 @@
# escape=`
# Args used by from statements must be defined here:
ARG fromTag=1709

Choose a reason for hiding this comment

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

How do you make sure fromTag and WindowsServerCoreVersion are based the same os version (eg, ltsc2019)?

Copy link
Member Author

Choose a reason for hiding this comment

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

They don't need to be. So I don't

Copy link
Member Author

Choose a reason for hiding this comment

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

latest is supposed to be a manifestlist that works on the current platform. So, I used that. But, after they moved to mcr, it's no longer a manifestlist. I deal with the problem of incompatible kernels if I ever hit it.

Choose a reason for hiding this comment

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

I see. Thanks.

@TravisEz13 TravisEz13 merged commit b2457dc into PowerShell:master Jan 8, 2019
@TravisEz13 TravisEz13 deleted the fix_nanoserver_regex branch January 8, 2019 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Images for for Windows Server 2019 (1809)
3 participants