From b8d8ab6aa7c9f44e6665bcb9aaeb144d9e51054c Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 28 May 2019 18:20:04 +0200 Subject: [PATCH] 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 --- .ko.yaml.release | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.ko.yaml.release b/.ko.yaml.release index c8692b92561..45a31e291fb 100644 --- a/.ko.yaml.release +++ b/.ko.yaml.release @@ -1,7 +1,6 @@ baseImageOverrides: - # TODO(christiewilson): Use our built base image - github.com/tektoncd/pipeline/cmd/creds-init: gcr.io/knative-release/github.com/knative/build/build-base:latest - github.com/tektoncd/pipeline/cmd/git-init: gcr.io/knative-release/github.com/knative/build/build-base:latest + github.com/tektoncd/pipeline/cmd/creds-init: gcr.io/tektoncd-release/github.com/tektoncd/pipeline/build-base:latest + github.com/tektoncd/pipeline/cmd/git-init: gcr.io/tektoncd-release/github.com/tektoncd/pipeline/build-base:latest github.com/tektoncd/pipeline/cmd/bash: busybox # image should have shell in $PATH github.com/tektoncd/pipeline/cmd/entrypoint: busybox # image should have shell in $PATH github.com/tektoncd/pipeline/cmd/gsutil: google/cloud-sdk:alpine # image should have gsutil in $PATH