by scg on 4/18/20, 5:07 PM with 17 comments
by antoncohen on 4/18/20, 6:35 PM
But does this actually replace Bazel? Without language specific rules, like knowledge of dependencies, can it build a full dependency graph? If I have a monorepo with many packages, can Earthly build only what needs to be built, and always build what needs to be built?
by kesor on 4/18/20, 8:13 PM
Why NIH instead of simply adopting the already supported Dockerfile syntax of doing the same thing?
by hartzell on 4/18/20, 8:25 PM
This is only true if the commands that the recipe executes are reproducible. If someone's pulling packages from PyPi or C[PR]AN or ... w/out locking the versions, all bets are off.
This is one of my biggest beefs with many containerization sales pitches...
by randallsquared on 4/18/20, 6:09 PM
Oh, no. Another slightly different format? :/
by curryhoward on 4/18/20, 10:20 PM
by folmar on 4/18/20, 6:38 PM
by samsquire on 4/18/20, 6:30 PM
by jlelse on 4/18/20, 7:15 PM