external-dns/.ko.yaml
Manuel Rüger 3e550d7476 cleanup: Drop additional docker files
Since the build was moved to ko.build I believe these are not necessary
anymore.

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2024-01-15 22:43:55 +01:00

11 lines
211 B
YAML

defaultBaseImage: gcr.io/distroless/static-debian11:latest
builds:
- env:
- CGO_ENABLED=0
flags:
- -v
ldflags:
- -s
- -w
- -X sigs.k8s.io/external-dns/pkg/apis/externaldns.Version={{.Env.VERSION}}