EDIP tool v0.3.0 released! #docker #image #release
A new and shiny version of the Elixir Docker Image Packager (short EDIP or EDIP tool) was released.
And this time a lot of things (under the hood) changed:
-
mix-edip
is now your task of choice! It also can be installed as a mix archive (like hex, phoenix.new and benchfella), therefore it is not necessary to add it as dependency in your project. (But if you prefer you still can do.) - EDIP should be able to package your Phoenix app, even with assets (currently only the default pipeline with brunch.io is supported).
- The docker image is completely self-contained. No weird Makefile is floating around (and so no make is needed), and also no intermediate stage image is created anymore.
Want to start right away? Here you go:
mix archive.install http://git.io/edip-0.3.0.ez
mix help edip
Links:
Read next New blog post: Why not to ask the server for its "local time"