top | item 22890612

Show HN: Earthly – Build automation for the container era

63 points| vladaionescu | 6 years ago |github.com | reply

3 comments

order
[+] scg|6 years ago|reply
It's basically Makefile + Dockerfile combined. That's useful because you can get rid of ad-hoc shell scripts, and builds are deterministic.
[+] Avernar|6 years ago|reply
The ability to create a docker image from multiple sub-images is pretty useful. I think you could also use Dockerfile multi stage builds for that, but it’s not as clean.