-
-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I want to be able to take advantage of newish buildkit feature that allows using remote cache while building. Since registry-image-resource doesn't support building and oci-build-task is behind on buildkit ( and seemingly unsupported ) this seems to be the place to enable this feature. This could speed up builds for at least all ECR users, but likely every repo going forward that supports this buildkit feature.
Describe the solution you'd like
Auto-detect that if registry is ECR, allow a flag to auto-enable remote cache usage when building
Describe alternatives you've considered
At least allow a cache_from and cache_to param that could support this feature, per the documentation
Additional context
No response