Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Busybox does not include CA certificates by default, which causes https requests to fail during certificate verification. For instance, the Cilium CLI fails to retrieve the hem chart with the following error: looks like "https://helm.cilium.io" is not a valid chart repository or cannot be reached: Get "https://helm.cilium.io/index.yaml": tls: failed to verify certificate: x509: certificate signed by unknown authority Hence, let's propagate the CA certificates from the builder container. Signed-off-by: Marco Iorio <[email protected]>
- Loading branch information