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
This is expected for the moment. Essentially with the way the HTTP component of Crystal 0.35.1 works there's no easy way to use normal HTTP::Client calls with Unix sockets. This meant having to handle Docker API calls to TCP and Unix sockets individually within the codebase which was a bit of a pain for maintaining and made things a bit less portable.
In the past few weeks the Crystal core team appear to have reworked the HTTP library to include the needed functionality, but this has not yet made it's way to a formal stable Crystal release and so only is available in nightly builds. Therefore if you'd like to compile you need to use a alpine-nightly container like so (crystallang/crystal:nightly-alpine-build). For further info on the underlying Crystal changes please see here: crystal-lang/crystal#2735
Build is failing with
The text was updated successfully, but these errors were encountered: