-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for cache-from
(and maybe cache-to
)
#244
Comments
I just realized this is also mentioned in the TODO file. |
This gives us access to some of BuildKit's new features, such as image caching (see #244).
Update on this: unfortunately, there seems to be quite a bit of churn in the BuildKit and buildx libraries to the point where there are multiple mutually-incompatible branches, each containing different bits I need to implement this in a stable and maintainable way. Until this is fixed, implementing and sustainably supporting cache-from and cache-to in this library (and therefore Batect) is going to be far more effort than I'm prepared to accept. I'm hoping this will be soon, but I can't make any promises. |
Is there any update on this @charleskorn, has the churn calmed down? And are there any upstream issues that we could follow / upvote in this regard? |
As far as I can tell, this is still the case unfortunately, although it looks like things are settling down. The main issue is that |
Friendly ping a few months later: Any idea how difficult it would be to implement |
In order to speed up Batect runs in CI leveraging GitHub Actions and the docker/build-push-action, it would be fabulous if the docker-client could make use of layers cached in the
type=gha
cache.The text was updated successfully, but these errors were encountered: