-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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-cache
andexport-cache
fields. 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.