Skip to content

Commit

Permalink
Use manifest tag instead of manifest list tag as windows base image
Browse files Browse the repository at this point in the history
This is necessary because of this bug in imgutil buildpacks/imgutil#54.

Signed-off-by: Emily Casey <ecasey@vmware.com>
  • Loading branch information
ekcasey committed Oct 13, 2020
1 parent 46b248e commit 8825959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func main() {

baseImage := "gcr.io/distroless/static"
if targetOS == "windows" {
baseImage = "mcr.microsoft.com/windows/servercore:ltsc2019"
baseImage = "mcr.microsoft.com/windows/servercore:ltsc2019-amd64"
}

var img imgutil.Image
Expand Down

0 comments on commit 8825959

Please sign in to comment.