esl / mongooseim-docker

Apache License 2.0
27 stars 29 forks source link

Allow to build with selected Erlang/OTP version #19

Closed arkgil closed 6 years ago

arkgil commented 6 years ago

After this is merged we should probably push builder images all major Erlang versions supported by MongooseIM: 18, 19 and 20.

arkgil commented 6 years ago

@michalwski applied your suggestion re README structure.

I've already built and pushed imaged with Erlang 20.3 and 19.3.4. Do you think that we should also push updated version of the image with the 19.3?

arkgil commented 6 years ago

And we probably should have a CI job here which would build builder images with all the supported versions and push them to DockerHub.

michalwski commented 6 years ago
  1. I don't think we need 19.3 if we have 19.3.4, it's probably newer.
  2. A CI job would be great. It can be done in a separate PR.