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

Update PT issue template to check Windows images w/ script #1707

Merged
merged 1 commit into from
Feb 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/releases/patch-tuesday-release.md
Original file line number Diff line number Diff line change
@@ -2,12 +2,9 @@

## Tasks

1. - [ ] Wait for the following Windows images to have been updated as part of the Windows Patch Tuesday release process:
1. - [ ] Run the [`Get-BaseImageStatus.ps1`](https://github.com/dotnet/dotnet-docker/blob/master/eng/common/Get-BaseImageStatus.ps1) script and wait until the Windows images have been updated as part of the Windows Patch Tuesday release process. This script will display when the dependent Windows images were last updated. Wait until all the images show that they have been recently updated. "Recently updated" amounts to be having been updated within the past week or so; images from a month ago should be considered to be the old version.

- [ ] `mcr.microsoft.com/windows/nanoserver:1809`
- [ ] `mcr.microsoft.com/windows/nanoserver:1809-arm32v7`
- [ ] `mcr.microsoft.com/windows/nanoserver:1903`
- [ ] `mcr.microsoft.com/windows/nanoserver:1909`
./eng/common/Get-BaseImageStatus.ps1 -Continuous
1. - [ ] Queue build of [dotnet-docker pipeline](https://dev.azure.com/dnceng/internal/_build?definitionId=373) (internal MSFT link) with the following parameters:

imageBuilder.pathArgs: --path '*nanoserver*'