Roberto Villarreal
Roberto Villarreal
### Summary One of earthly's most compelling and notable features (in my opinion) is `--interactive` in combination with `WITH DOCKER`, especially in the context of running tests. It is invaluable...
Summary: this is the first time I've utilized `SAVE ARTIFACT --if-exists`, which I thought would solve one of my (unrelated) problems, but made things worse. My usage of that construct...
I'll start by phrasing these as questions since I'm not sure if they are bugs, intended functionality, or in-between. These are all in the context of earthly itself and its...
It might be a stretch to call this a bug, but it's a (minor) usability issue. The reproduction will look frivolous, so I'll start with a quick explanation of how...
High level, this is pitching the idea that earthly have the capability to output its raw LLB, suitable for piping in to `buildctl debug dump-llb`. On the surface this might...
**What went wrong?** When a build using d-in-d is interrupted (Ctrl-C) at that point, the data root for the inner docker is never deleted, resulting in unbounded disk growth. This...
**What existing functionality needs improvement?** The `earthly --interactive` feature is one of my favorite and most heavily used features, especially in tandem with `WITH DOCKER RUN`. This works great in...
### What went wrong? Some time ago I noticed that the last line of output from a `WITH DOCKER` block was missing. I'm not sure if this was 100% of...
### What went wrong? While trying to diagnose #4063, I was unable to disable logstream via `earthly --logstream=false` as I would expect. I realize this is a hidden flag, thus...
**What went wrong?** Nothing went wrong; it's closer to a cosmetic issue than an true bug. The *very awesome* change in #3377 artificially inflates its awesomeness due to differences in...