-
Couldn't load subscription status.
- Fork 1.3k
Open
Description
Since its inception, nodejs has provided a built-in set of root certificates. Current versions of lines v22 and v24 allow to use system certificates:
docker run --rm -e NODE_USE_SYSTEM_CA=1 gcr.io/distroless/nodejs22-debian12 -e "console.log(await fetch('https://google.com').then(res=>res.statusText))"
OKThis works fine but the image size is increased by an unnecessary resource.
Would you consider building nodejs for the image without built-in certificates and with the setup of NODE_USE_SYSTEM_CA=1?
Metadata
Metadata
Assignees
Labels
No labels