Skip to content

Commit e2adf36

Browse files
vdemeestertekton-robot
authored andcommitted
Use tetkoncd build-base base image for the release
Those images are built and published during the release, so let's use them. We'll do the same for `.ko.yaml` shortly. Signed-off-by: Vincent Demeester <[email protected]>
1 parent e44d0c0 commit e2adf36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.ko.yaml.release

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
baseImageOverrides:
2-
# TODO(christiewilson): Use our built base image
3-
github.com/tektoncd/pipeline/cmd/creds-init: gcr.io/knative-release/github.com/knative/build/build-base:latest
4-
github.com/tektoncd/pipeline/cmd/git-init: gcr.io/knative-release/github.com/knative/build/build-base:latest
2+
github.com/tektoncd/pipeline/cmd/creds-init: gcr.io/tektoncd-release/github.com/tektoncd/pipeline/build-base:latest
3+
github.com/tektoncd/pipeline/cmd/git-init: gcr.io/tektoncd-release/github.com/tektoncd/pipeline/build-base:latest
54
github.com/tektoncd/pipeline/cmd/bash: busybox # image should have shell in $PATH
65
github.com/tektoncd/pipeline/cmd/entrypoint: busybox # image should have shell in $PATH
76
github.com/tektoncd/pipeline/cmd/gsutil: google/cloud-sdk:alpine # image should have gsutil in $PATH

0 commit comments

Comments
 (0)