Cache import/export support#300
Conversation
|
Can we rather use cache-from and cache-to as in buildx? Also please squash commits |
Are those just a different naming convention for Yes I can squash. |
a6332a4 to
dcbbd97
Compare
|
Just different convention |
|
A little bit of a problem, #279 created |
|
Sgtm |
dcbbd97 to
17209c4
Compare
17209c4 to
d041496
Compare
5579920 to
7abeaff
Compare
Added in support to utilize moby/buildkit
import-cacheandexport-cachefields. Updated the README to include all the information about the new fields. Thanks to @Chippiewill for all the help that he did through his #279 PR, really made this addition a lot easier. This is to support #263 and all to add the ability to utilize more caching by being able to export some cache! Also thanks to #287, helped me understand more by providing a better explanation for the README.Let me know if anything needs changes! First time committing in this repo, so please be kind especially if I made any silly mistakes.