|
|
|
|
|
by adamgordonbell
809 days ago
|
|
Also CACHE keyword, for cache mounts. Makes incremental tools like compilers work well in the context of dockerfiles and layer caches. That can extend beyond just producing docker iamges as well. Under the covers the CACHE keyword is how lib/rust in Earthly makes building Rust artifacts in CI faster. https://github.com/earthly/earthly/issues/1399 |
|