Earthly Docker

Open-source Earthly projects categorized as Docker

Earthly Docker Projects

  1. speed-comparison

    A repo which compares the speed of different programming languages.

    Project mention: Speeding up Ruby by rewriting C in Ruby | news.ycombinator.com | 2024-12-04

    Another language comparison repo that's been going for longer with more languages https://github.com/niklas-heer/speed-comparison.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. macos-cross-compiler

    Compile binaries for macOS on Linux

    Project mention: I Like Makefiles | news.ycombinator.com | 2024-09-20

    Many have mentioned just, but I'm a much bigger fan of Earthly [0].

    It allows you to write something similar to a Makefile, but everything runs in Docker. This gets you isolated builds with parallelism and caching built-in.

    I've found it to be great especially for small to medium projects. For some examples, I use it to publish my personal site/blog [1] and to build a C/C++/Fortran/Rust cross-compiler targeting macOS [2].

    [0]: https://earthly.dev/

    [1]: https://github.com/shepherdjerred/sjer.red/blob/main/Earthfi...

    [2]: https://github.com/shepherdjerred/macos-cross-compiler/blob/...

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Earthly Docker discussion

Log in or Post with

Index

# Project Stars
1 speed-comparison 548
2 macos-cross-compiler 372

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai