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
Performing a little web search, I found the reason:
On Apple Silicon in native arm64 containers, older versions of libssl in debian:buster, ubuntu:20.04 and centos:8 will segfault when connected to some TLS servers, for example curl https://dl.yarnpkg.com. The bug is fixed in newer versions of libssl in debian:bullseye, ubuntu:21.04 and fedora:35.
Description:
In my Laravel application I'd like to perform a curl-request, which is not successful, as the process is triggering a segfault.
Calling the raw curl statement inside the container like this
It fails with segfault.
Performing a little web search, I found the reason:
(https://docs.docker.com/docker-for-mac/release-notes/)
Is it possible to update to 21.04?
The text was updated successfully, but these errors were encountered: