external-dns/.ko.yaml
John Gardiner Myers 07b1f81c14 Build image with ko
2023-08-10 07:45:45 -07:00

12 lines
212 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}}