Install "ca-certificates" and optionally add custom CA certificates from URLs
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/ca-certificates:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| urls | Newline-separated list of URLs to download as additional CA certificates into /usr/local/share/ca-certificates. | string | - |
Installs the ca-certificates package, which provides common CA certificates for SSL/TLS certificate verification. Optionally downloads additional custom CA certificates from specified URLs and registers them with update-ca-certificates.
Installed via the system package manager (apt). Additional certificates are downloaded with wget or curl (installing curl if neither is available) and placed in /usr/local/share/ca-certificates, then registered via update-ca-certificates.
No additional notes.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.