Skip to content

Commit 28c8e34

Browse files
committed
Fix the controller and webhook images to use stable alpine
tektoncd#7356 fixed the images used by Tekton workloads, but not the controller ones. Controllers do not support windows, and do not use the combined image, so the default base image has to be updated too. Signed-off-by: Andrea Frittoli <[email protected]>
1 parent fced45f commit 28c8e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tekton/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
# NOTE: Make sure this list of images to use the combined base image is in sync with what's in test/presubmit-tests.sh's 'ko_resolve' function.
105105
cat <<EOF > /workspace/.ko.yaml
106106
# This matches the value configured in .ko.yaml
107-
defaultBaseImage: cgr.dev/chainguard/static
107+
defaultBaseImage: cgr.dev/chainguard/static@sha256:67a1b00e0134e2b3a614c7198a26f7deed9d11b7acad4d52c79c0cfd47a2eae7
108108
baseImageOverrides:
109109
# Use the combined base image for images that should include Windows support.
110110
$(params.package)/cmd/entrypoint: ${COMBINED_BASE_IMAGE}

0 commit comments

Comments
 (0)