From dc543325671dc4c2aacf99598ce3336de4adc2d4 Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Mon, 20 Jul 2020 09:22:38 -0500 Subject: [PATCH] Remove the "baseBuildOverrides" flag from .ko.yaml This section never actually worked in ko. See https://github.com/google/ko/issues/167 We don't appear to be setting the ldflags anywhere else, so maybe we don't need them? --- .ko.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ko.yaml b/.ko.yaml index b227e7c1341..272d4996121 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -9,8 +9,3 @@ baseImageOverrides: # Our entrypoint image does not need root, it simply needs to be able to 'cp' the binary into a shared location. github.com/tektoncd/pipeline/cmd/entrypoint: gcr.io/distroless/base:debug-nonroot -baseBuildOverrides: - github.com/tektoncd/pipeline/cmd/controller: - flags: - - name: ldflags - value: "-X github.com/tektoncd/pipeline/pkg/version.PipelineVersion=devel"