Skip to content

Commit 53ffb78

Browse files
Merge pull request #13 from StefanScherer/add-nanoserver-1903
Update tags
2 parents 51d6337 + aa2e66a commit 53ffb78

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

deploy.ps1

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,27 @@ if ($isWindows) {
3535
rebase-docker-image `
3636
"$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME" `
3737
-t "$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME-1709" `
38-
-b microsoft/nanoserver:1709
38+
-b mcr.microsoft.com/windows/nanoserver:1709
3939

4040
Write-Host "Rebasing image to produce 1803 variant"
41-
npm install -g rebase-docker-image
4241
rebase-docker-image `
4342
"$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME" `
4443
-t "$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME-1803" `
45-
-b microsoft/nanoserver:1803
44+
-b mcr.microsoft.com/windows/nanoserver:1803
4645

4746
Write-Host "Rebasing image to produce 1809 variant"
48-
npm install -g rebase-docker-image
4947
rebase-docker-image `
5048
"$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME" `
51-
-s microsoft/nanoserver:sac2016 `
49+
-s mcr.microsoft.com/windows/nanoserver:sac2016 `
5250
-t "$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME-1809" `
53-
-b stefanscherer/nanoserver:1809
51+
-b mcr.microsoft.com/windows/nanoserver:1809
5452

5553
Write-Host "Rebasing image to produce 1903 variant"
56-
npm install -g rebase-docker-image
5754
rebase-docker-image `
5855
"$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME" `
59-
-s microsoft/nanoserver:sac2016 `
56+
-s mcr.microsoft.com/windows/nanoserver:sac2016 `
6057
-t "$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME-1903" `
61-
-b stefanscherer/nanoserver:1903
58+
-b mcr.microsoft.com/windows/nanoserver:1903
6259

6360
} else {
6461
# Linux

0 commit comments

Comments
 (0)