The elixir container fails with the following message:
elixir-1 | [load_failed,"Failed to load NIF library: 'Error loading shared library libcrypto.so.1.1: No such file or directory (needed by /app/lib/crypto-4.6.5.4/priv/lib/crypto.so)'","OpenSSL might not be installed on this system.\n"]
elixir-1 | 2024-06-23 19:47:05.430038
elixir-1 | "Unable to load crypto library. Failed with error:~n\"~p, ~s\"~n~s"
elixir-1 | {error_logger,error_msg}
I assume the elixir container crashes because of an outdated Elixir runtime and the mismatch with alpine:latest.
But why is the otel container crashing?
Describe the bug
The docker setup for the example
basic_elixir
seems to fail.With
docker-compose up
in the currentmain
branch, both theelixir
container and theotel
container stop with an exit code.Expected behavior Container don't crash.
Additional context
The
otel
container fails with the following message:The
elixir
container fails with the following message:I assume the
elixir
container crashes because of an outdated Elixir runtime and the mismatch withalpine:latest
. But why is theotel
container crashing?