msaraiva / alpine-erlang

Minimal Erlang/Elixir docker images with Alpine Linux
205 stars 6 forks source link

Replace/remove images to follow Alpine Linux official releases #2

Closed msaraiva closed 8 years ago

msaraiva commented 8 years ago

I'll replace/remove some of the Erlang/Elixir images available on Docker Hub. The reason is that all the images that depend on the apk packages will now follow the official releases from Alpine Linux. That means after the release of the upcoming AL version 3.3, there will be only two versions of erlang, "18.1"(latest) and "edge". All newer versions will replace the "edge" version until the next release of AL and then the erlang version gets "frozen" among the the AL version. After this change there will be only the following images available:

All other images will be removed.

For Elixir versions that might, in the future, depend on newer releases of Erlang, we could also have:

This way we can avoid conflicts and instability since we ensure that all releases, except the ones tagged as "edge", will always depend on the same apk package.

Cheers! -marlus

nenros commented 8 years ago

Thank you, I tried to search docker image with actual erlang/elixir yesterday, and because I didn't find nothing with that requirement I tried to create something on my own, it took me all evening and of course I didn't create it at all. So have you got any estimated time when you will publish them, and can I help you in something?

msaraiva commented 8 years ago

@nenros we expect to have Alpine Linux v3.3 very soon as you can see here. As soon as it is released I'll update the images as proposed.

ncopa commented 8 years ago

elixir and erlang should now be available from v3.3/community repo.

msaraiva commented 8 years ago

Great! I'll update the images over the weekend.

@ncopa Thanks for your great work. Alpine Linux is just awesome.

msaraiva commented 8 years ago

The official alpine image at docker hub hasn't been updated to v3.3 yet. So I guess I'll wait a few days until we have the 3.3 tag.

msaraiva commented 8 years ago

Images updated.