sigstore/helm-charts

switch to Chainguard's netcat image

tuananh opened this issue · 2 comments

flxw commented

I'm not very deep into this area yet, but I'd be happy to collaborate on a PR with you. What do you think?

the nc image from Chainguard is lacking sh

we use sh, sleep and nc in initContainer

command: ["sh", "-c", "until nc -z -w 10 {{ template "mysql.hostname" . }} {{ .Values.mysql.port }}; do echo waiting for {{ template "mysql.hostname" . }}; sleep 5; done;"]

so I think we need to open a PR to Chainguard's images repo first to add busybox https://github.com/chainguard-images/images/blob/main/images/netcat/configs/latest.apko.yaml