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
It seems that the image was built using enabled threaded resolver instead. According to the dependencies section in the everything curl book, threaded resolver is a substitute to c-ares that does all the asynchronous name resolution within the same thread.
docker run --rm mirror.gcr.io/curlimages/curl:latest curl --dns-servers 8.8.8.8 https://google.com
fails with
man page states
--dns-servers requires that the underlying libcurl was built to support c-ares.
was
c-ares
support dropped on purpose? Does a workaround or an alternative image exist?The text was updated successfully, but these errors were encountered: