TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Earthly – Build automation for the container era

63 点作者 vladaionescu大约 5 年前

3 条评论

beagle3大约 5 年前
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)
scg大约 5 年前
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.
Avernar大约 5 年前
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.