You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 andoci-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
andcache_to
param that could support this feature, per the documentationAdditional context
No response
The text was updated successfully, but these errors were encountered: