TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Earthly – Build automation for the container era

63 pointsby vladaionescuabout 5 years ago

3 comments

beagle3about 5 years ago
This is awesome.<p>Vlad&#x27;s blog post at <a href="https:&#x2F;&#x2F;vladaionescu.com&#x2F;introducing-earthly-build-automation-for-the-container-era-55619c63c3e" rel="nofollow">https:&#x2F;&#x2F;vladaionescu.com&#x2F;introducing-earthly-build-automatio...</a> is a shorter introduction.<p>Reminds me of SourceHut&#x27;s CI infrastructure (that uses VMs, rather than containers, and IIRC doesn&#x27;t natively multi-stage in the same way - but has a similar use profile)
scgabout 5 years ago
It&#x27;s basically Makefile + Dockerfile combined. That&#x27;s useful because you can get rid of ad-hoc shell scripts, and builds are deterministic.
Avernarabout 5 years ago
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.