Skip to content

Commit

Permalink
Add baseimage for windows 1809
Browse files Browse the repository at this point in the history
Prior to this example it was not possible to easily use tekton
on AKS with a windows nodepool.

Adding nanoserver:1809 with OS Version 10.0.17763.3287 allows
nodes running windows 1809 to be used for task execution.
  • Loading branch information
Transmitt0r authored and tekton-robot committed Sep 15, 2022
1 parent d15e5c4 commit 99ab40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ spec:
# Combine Distroless with a Windows base image, used for the entrypoint image.
COMBINED_BASE_IMAGE=$(go run ./vendor/github.com/tektoncd/plumbing/cmd/combine/main.go \
distroless.dev/static \
mcr.microsoft.com/windows/nanoserver:1809 \
mcr.microsoft.com/windows/nanoserver:ltsc2019 \
mcr.microsoft.com/windows/nanoserver:ltsc2022 \
${CONTAINER_REGISTRY}/$(params.package)/combined-base-image:latest)
Expand Down

0 comments on commit 99ab40c

Please sign in to comment.