plumber-cd / terraform-backend-git

Terraform HTTP Backend implementation that uses Git repository as storage
Apache License 2.0
198 stars 19 forks source link

Add ca-certificates to Docker image #32

Closed joaquinrovira closed 1 year ago

joaquinrovira commented 1 year ago

Solve issue #31 by including CA Certs with the Docker image.

dee-kryvenko commented 1 year ago

Hey @joaquinrovira - thanks a bunch for your contribution! I am surprised debian:buster base image does not have ca-certificates already installed in it. I always thought it is a fundamental core package required for any TLS to work, including apt itself. I added cleanup commands so apt cache doesn't end up being an extra weight in the resulting image.

joaquinrovira commented 1 year ago

You're welcome, glad to be able to help!