Skip to content

Commit

Permalink
Fix rebase tool
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Sep 13, 2019
1 parent 1bf2f3a commit 0d31c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ docker push "$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME"
if ($isWindows) {
# Windows
Write-Host "Rebasing image to produce 2016/1607 variant"
npm install -g rebase-docker-image
rebase-docker-image `
"$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME" `
-s mcr.microsoft.com/windows/nanoserver:1809 `
-t "$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME-1607" `
-b mcr.microsoft.com/windows/nanoserver:sac2016

Write-Host "Rebasing image to produce 1709 variant"
npm install -g rebase-docker-image
rebase-docker-image `
"$($image):$os-$env:ARCH-$env:APPVEYOR_REPO_TAG_NAME" `
-s mcr.microsoft.com/windows/nanoserver:1809 `
Expand Down

0 comments on commit 0d31c1b

Please sign in to comment.