Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update elixir to link to alternative and similarly official images #2206

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adamu
Copy link

@adamu adamu commented Sep 23, 2022

The official Elixir docker image is maintained by the Erlang Ecosystem Foundation, but there are alternative images maintained by Hex, Elixir's official package manager.

There are a number of issues with the official image at the moment:

The images produced by Hex do not have these issues because they are built automatically whenever there is a new version and the tags are immutable - if a user wants to update a dependency, they need to update the relevant tag.

Because of this image's offical status, many users are unaware of the alternative option, which for Elixir deployments can often be the preferred choice, and is the one recommended by the Phoenix framework. This PR breifly mentions the issue about breaking changes, and links to the hexpm images so people have the information to choose the solution that works best for them.

I also updated the get-help section to link to the Elixir repository wiki, which has a maintained list of help resources.

@adamu adamu changed the title Update elixir to link to alternative and similarly offical images Update elixir to link to alternative and similarly official images Sep 23, 2022
@josevalim
Copy link

Good call 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants