docker-elixir icon indicating copy to clipboard operation
docker-elixir copied to clipboard

Official Docker image for Elixir :whale: :turtle: :rocket:

Results 21 docker-elixir issues
Sort by recently updated
recently updated
newest added

First, thank you so much for maintaining the elixir images ❤️ Trying to install `chromedriver` turned out to be way more complicated than I was hoping for. I'm a n00b,...

After upgrading to 1.11.4-alpine I started to get CA Unknown errors from Amazon CA root. ``` 20:06:22.377 [warn] ExAws: HTTP ERROR: {:tls_alert, {:unknown_ca, 'TLS client: In state certify at ssl_handshake.erl:1887...

Any reason why there are no tagged images for OTP 26? I was trying to use `elixir:1.15.4-otp-26`, but it does not exist... It seems like only latest is using OTP...

## Slim ``` $ time docker run --rm elixir:slim elixir -e 'IO.puts "Hello, World!"' Hello, World! real 0m2.251s ``` ## Slim net none ``` $ time docker run --rm --net...

I started getting error `[load_failed,"Failed to load NIF library /app/lib/crypto-4.6.5.4/priv/lib/crypto: 'libcrypto.so.1.1: cannot open shared object file: No such file or directory'","OpenSSL might not be installed on this system.\n"] Unable to...

Hello, With `slim` and `alpine` variants, I can not install `rebar` (`mix local.rebar --force`) I have ```elixir warning: failed to load system certificates. SSL peer verification will be skipped but...

I just moved from elixir:1.13-alpine to 1.14. Mostly it works fine, except when run one specific way. My container set is built two ways, and only one variant causes this...

Hello, We want to upgrade to Elixir 1.13 version with Erlang 23, as there is a requirement. But related to this version combination, there is no official image available in...

When I upgraded Elixir image from 1.15.6 to `elixir:1.18.1`, I first got stopped at `mix local.hex --force` which I found out is failing because of missing certificates. To resolve this,...

Hello @getong, When are the elixir images updated after the base Erlang image is updated? Cordially, -- mkonrad