chainguard-dev / incert

Add CA certificates into containers
Apache License 2.0
128 stars 13 forks source link

Feature Request: append certs to local images #22

Open Conor-Behard333 opened 2 months ago

Conor-Behard333 commented 2 months ago

Hi, Would it be possible to use incert on images locally.

For instance, I have images built using Apko and want to load them locally with docker load < image.tar then append my organisations certs into the container and then upload them to our container registry. Currently the process is having to push the newly built image then pull it down again with incert, add the certs, and reupload it.