docker-erlang-otp
docker-erlang-otp copied to clipboard
the Official Erlang OTP image on Docker Hub
HI, I'm trying to build an application which relies on `/usr/local/lib/erlang/lib/ssh-4.7.6/src/ssh_sftpd.erl` to be present. However, in the alpine builds, that file is unfortunately missing. This is the error I'm getting...
The steps described [here](https://github.com/c0b/docker-elixir/wiki/use-observer) didn't work for me and it took me quite a bit of fiddling and duckduckgoing around to make the observer work on my machine - I'm...
The way Erlang images are tagged may induce issues in Erlang/Elixir application releases. Those releases are said to be tied to a very specific version of Erlang, meaning if a...
Hi, we are working on an Elixir application that uses `jinterface` to be able to communicate with Java application. The use case for that is AWS Kinesis that has client...
## Motivation To automate Erlang/OTP release -based Docker image building next to [`erlang/docker-erlang-otp`](https://github.com/erlang/docker-erlang-otp) (these days I understand it's a manual process), originating from `erlang/otp`. Ref: https://github.com/erlang/otp/pull/7813 ## Description As per...
The `FROM` image being used for the slim variants is just `debian:bullseye`. Am I missing something? Shouldn't this be `debian:bullseye-slim`?
Ubuntu apparently has really small minimal images these days: https://hub.docker.com/_/ubuntu/tags?page=1 They're clocking it at around 25-30 Mb, compared to Debian's ~55 Mb. Perhaps `slim` images should use these instad, or...
OTP team would have no problem including a trigger on the otp repo's github actions on release to update this repo https://erlangforums.com/t/automatically-building-and-releasing-erlang-docker-images/2889/6. I will look into a PR for them...
This commit broke our docker multibuild setup completely. Because the bump of alpine version is not compatible with older alpine versions. Is this a common thing that's done? Is there...
After we merged this PR https://github.com/erlang/docker-erlang-otp/pull/464/files#diff-10ac1b77f722cf4dba43389a3a74c461ec92c2f5b3e4a72365324b0281d5152eL3 I noticed the build was breaking in the M1 ``` 4.611 eheap_alloc: Cannot allocate 976733209832459912 bytes of memory (of type "heap_frag"). 4.614 4.614 Crash...