With golang:1.20.5 image, we got error running curl command: ``` curl: (6) getaddrinfo() thread failed to start ``` Related: https://github.com/kubeflow/pipelines/issues/9650 Downgrading to golang:1.20.4 fixes the issue.