-
Notifications
You must be signed in to change notification settings - Fork 153
Add LTS channel #370
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 LTS channel #370
Conversation
| @@ -0,0 +1,22 @@ | |||
| { | |||
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.
new
| [switch] | ||
| $CI, | ||
|
|
||
| [string] |
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.
change
| "UseLinuxVersion": false, | ||
| "SkipGssNtlmSspTests": true, | ||
| "osVersion": "Alpine 3.8", | ||
| "tagTemplates": [ |
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.
changed in each meta.json
| "size": 212 | ||
| }, | ||
| "TagMapping": { | ||
| "^.*-alpine-3.9$" : "lts-alpine-3.9", |
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.
changed if exists
| { | ||
| Set-ItResult -Pending -Because "Arm32 is falky on QEMU" | ||
| } | ||
|
|
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.
changed
| [switch] $Preview, | ||
|
|
||
| [Parameter(Mandatory, ParameterSetName="ExplicitVersionServicing", HelpMessage="Gets the preview version. Without this it gets the current stable version.")] | ||
| [Parameter(Mandatory, ParameterSetName='Servicing', HelpMessage="Gets the servicing version. Without this it gets the current stable version.")] |
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.
changed
| - template: .vsts-ci/stage.yml | ||
| parameters: | ||
| channel: stable | ||
| - template: .vsts-ci/stage.yml |
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.
changed
PR Summary
Add LTS channel
PR Checklist
Dockerfile,.sh,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.