lima-vm / alpine-lima

Create an alpine based image for lima
Apache License 2.0
40 stars 26 forks source link

Add support for ca-certs to lima-init #85

Closed jandubois closed 2 years ago

jandubois commented 2 years ago

Supports both ca-certs.remove_defaults to optionally delete the pre-installed (Mozilla) ca-certs, and ca-certs.trusted to install additional user-supplied ca certs.

Fixes #54

jandubois commented 2 years ago

@abiosoft I've tested this PR manually, and all the different combinations seemed to work fine for me. But we are not using this mechanism in Rancher Desktop, so you may want to do some extra testing yourself if you want to leverage this for colima.

abiosoft commented 1 year ago

Thanks 👍🏽