-
Notifications
You must be signed in to change notification settings - Fork 21
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
ClamAV Docker health check always fail in Docker Engine 26.0.0+ #52
Comments
Suggest to fix by hard-coding the the loopback IPv4 address |
hi regards ✌️
|
@punkyard the issue you're facing is unrelated. The original complaint is that Regarding your issue, @punkyard: From your logs it looks like After My guess is you don't have enough RAM assigned to your container for |
As title, ClamAV Docker health check always fail in Docker Engine 26.0.0+ due to Docker Engine since 26.0.0 enabled IPv6 on loopback address (https://docs.docker.com/engine/release-notes/26.0/#bug-fixes-and-enhancements-2)
Which caused
localhost
resolved as IPv6[::1]
address andnc
command inbusybox
fail to handle IPv6 address, causing the health check always fail:clamav-docker/clamav/1.3/alpine/scripts/clamdcheck.sh
Line 6 in 5eb477e
The text was updated successfully, but these errors were encountered: