Skip to content

Commit

Permalink
Use tetkoncd build-base base image for the release
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
vdemeester authored and tekton-robot committed May 28, 2019
1 parent e44d0c0 commit e2adf36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ko.yaml.release
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e2adf36

Please sign in to comment.