c0b / docker-elixir

Official Docker image for Elixir :whale: :turtle: :rocket:
http://elixir-lang.org/
190 stars 74 forks source link

Use Hex.pm/Bob to build images #126

Closed maennchen closed 2 years ago

maennchen commented 4 years ago

Trying out to build all images using bob.

This could help a lot with #122

This is a WIP state where I was trying out to build all images currently in this repository. I'd like to hear about feeback / if this generally a good direction.

(Stackbrew / Travis CI are not adapted yet...)

maennchen commented 4 years ago

One could take it further and extract the version & hashes directly from the bob build.txt.

maennchen commented 4 years ago

Since there seems to be no support for ARG in bashbrew, the scripts would have to be adjusted accordingly. If this draft is liked, I'll replace ARG with a template & sed...

maennchen commented 2 years ago

Closing outdated PR