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

Since elixir 1.14 is compatible with OTP-24, it might be useful to have an image supporting this combination. See #53 Maybe I forgot something here..? 🙂

Since elixir 1.14 is compatible with OTP-24, it might be useful to have an image supporting this combination.

When building images with `elixir:1.13.4@sha256:ac98dada9d5ef97a519b0eda94fb2c68f3f9df7748bbdc3d833b4ed396a8cb5d` there is a following error trying to start postgrex with SSL certificate: ``` 2022-09-15T22:58:06.293 pid= [error] GenServer #PID terminating\n** (stop) exited in: :gen_statem.call(#PID, {:start, 15000},...

Resolved via `prettier -w **/*.yaml`

``` docker run -ti elixir:1.13.4-slim /usr/local/bin/elixir -e "{:unexpected_msg, {:internal, {:encrypted_extensions, %{sni: {:sni, []}}}}} != for {:ok,_}

We have an issue where the following error in our containers: `Error relocating /app/erts-12.3.2.1/bin/beam.smp: _ZSt28__throw_bad_array_new_lengthv: symbol not found Error relocating /app/erts-12.3.2.1/bin/beam.smp: pthread_getname_np: symbol not found` We are building in a...

I recently updated a dependency in a project to pull from a git repo. Mix deps.get failed to pull as git wasn't found in the image PATH. I propose adding...

Related proposal in the Erlang image repo: https://github.com/erlang/docker-erlang-otp/issues/360 We a dependency on Windows. It would be very convenient for us to have official Elixir Windows base images from which to...

I'm trying to build docker image using elixir 1.12.2 from [here](https://github.com/erlef/docker-elixir/blob/master/1.12/Dockerfile). Because it's M1 and I'm trying to compose linux amd64 I have to use `docker buildx build --platform linux/amd64...