From 5d313d752a49f5a459fbe35b4ec87e34d65f8fd2 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Thu, 8 Sep 2022 23:05:51 +0900 Subject: [PATCH 1/2] Add get-help linking to Elixir wiki --- elixir/get-help.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 elixir/get-help.md diff --git a/elixir/get-help.md b/elixir/get-help.md new file mode 100644 index 000000000000..31fbc891d24e --- /dev/null +++ b/elixir/get-help.md @@ -0,0 +1 @@ +The online communities listed on the [elixir repository's wiki](https://github.com/elixir-lang/elixir/wiki). From fb869a625ba62d765fd62c8df2dbaa3e2c84da99 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Thu, 8 Sep 2022 23:39:45 +0900 Subject: [PATCH 2/2] Add link to HexPM images --- elixir/content.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elixir/content.md b/elixir/content.md index e272295fedf2..47c0118432a4 100644 --- a/elixir/content.md +++ b/elixir/content.md @@ -10,6 +10,12 @@ Elixir leverages the Erlang VM, known for running low-latency, distributed and f # How to use this image +## Consider alternatives + +The image tags are retroactively updated when there are changes to the upstream images this image depends on. This means that if the same tag is pulled at different points in time, the base Erlang or OS version could be different. + +There are [alternative Docker images](https://hub.docker.com/r/hexpm/elixir) produced by the team behind Hex, Elixir's official package manager. These images are built and tagged automatically for each Elixir/Erlang/OS combination and are never updated once tagged. + ## Run it as the REPL ```console