eliottwiener-gridunity

Results 4 issues of eliottwiener-gridunity

**What existing functionality needs improvement?** I've found Earthly's [feature flags](https://docs.earthly.dev/docs/earthfile/features) to be a useful way to try out experimental features. However, over time my Earthfile's `VERSION` line became cluttered with...

type:enhancement
good first issue

I've noticed that a difference in overriding `ARG`s will unexpectedly cause `WITH DOCKER ... RUN` instructions to be re-executed, whereas a normal `RUN` (without `WITH DOCKER`) would only execute once....

type:bug

### What went wrong? When running some build steps using `WITH DOCKER`, using the new `--cache-id` feature, an error occurred when trying to create a docker network, stating that the...

type:bug

### What went wrong? When attempting to use `WITH DOCKER` and `--pull` an image using a digest-containing reference, the dockerd-wrapper fails during its re-tagging step due to a `refusing to...

type:bug