| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
16.4.1
|
| Labels |
No labels
|
Issue Votes (0)
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
16.4.1
|
| Labels |
No labels
|
When using the built-in Renovate step, in an environment that presents internal CA certs (already trusted via OneDev's
conf/trust-certs) it fails in seconds withUNABLE_TO_GET_ISSUER_CERT_LOCALLYon its first call tohttps://<onedev-host>/~api/renovate/.There's no CA file inside the Renovate job's container to point
NODE_EXTRA_CA_CERTSat (the workspace is/onedev-build/workand no cert bundle is present), and the Renovate step has no trustCertificates option like the image build/push steps do.