docker-erlang-otp icon indicating copy to clipboard operation
docker-erlang-otp copied to clipboard

the Official Erlang OTP image on Docker Hub

Results 23 docker-erlang-otp issues
Sort by recently updated
recently updated
newest added

Adds support for Windows containers (as proposed in #360 ). Unlike Linux-flavoured containers, Windows insists that a containers base OS and host OS version must match precisely. Therefore I've added...

After changing the base image of `erlang:24` from `buildpack-deps:buster` to `buildpack-deps:bullseye` it transitively introduced a braking change to `elixir:*` images which use `erlang:24`. Referring to this commit [f14a791cec08903d5ac34a562861bae675cf2ff8](https://github.com/erlang/docker-erlang-otp/commit/f14a791cec08903d5ac34a562861bae675cf2ff8) by @getong...

We have a dependency on Windows and having support for Windows containers in both Erlang and subsequently Elixir would be very useful. Is this something that has been considered already?...

With alpine 3.13, the updated kernel headers break SCTP support when the image runs on a host with < 5.5 kernel versions. To keep SCTP working and benefit from the...

I'm wondering if you would consider bumping the git to 2.18 or greater on your images. The background of this request is that the Github Actions' Checkout action (that's a...

Hi there :wave: I've got a Raspberry Pi Zero, which has an armv6 architecture. Unfortunately, this image only provides linux/arm/v7. I looked at the build script, and it looks like...

Somewhere after Linux 5.4 (which is still in use on many LTS releases of distros and on many clouds) the SCTP user space API changed. Alpine 3.13 uses a sctp.h...

cc #289 In the continuation of the reproducible/immutability idea I suggest also marking Alpine's version in the tag. e.g. turn `erlang:22.3.4.10-alpine` into `erlang:22.3.4.10-alpine3.10` See e.g. https://hub.docker.com/_/python Maybe also include the...

Thoughts on removing the need for https://github.com/c0b/docker-elixir/ by having them handled in this repo? While also expanding the support for OTP versions per Elixir version as brought up in this...

I can get dialyzer to work if I add --no_native however that slows things down a lot and what is more of a problem is that I don't want to...