You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: