Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl can only be used on the alpine image because of missing ca certificates #119

Closed
snyssen opened this issue Aug 31, 2022 · 1 comment
Closed

Comments

@snyssen
Copy link

snyssen commented Aug 31, 2022

The Debian Dockerfile explicitely removes the ca-certificates package as part of its build, which means curl cannot be used for healtchecks as it returns the following error due to missing ca certificates:

curl: (77) error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: /etc/ssl/certs

This is not an issue with the Alpine image since the ca certificates are not removed from that image. Simply removing the offending line in the Debian build should be enough.

prodrigestivill added a commit that referenced this issue Aug 31, 2022
@prodrigestivill
Copy link
Owner

Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants