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
Follow-up to moby/buildkit#4134 - with this merged, we should be able to remove the explicit checks that prevent using multiple exporters.
However, there's still the question of how this should interact with --metadata-file - see moby/buildkit#4532 for more information. We could:
ignore this issue
block adding this functionality until resolving that upstream
don't allow users to use --metadata-file with multiple exporters until resolving that upstream (but note that the most recent buildx release has this issue with multiple cache exporters today)
The text was updated successfully, but these errors were encountered:
Follow-up to moby/buildkit#4134 - with this merged, we should be able to remove the explicit checks that prevent using multiple exporters.
However, there's still the question of how this should interact with
--metadata-file
- see moby/buildkit#4532 for more information. We could:--metadata-file
with multiple exporters until resolving that upstream (but note that the most recent buildx release has this issue with multiple cache exporters today)The text was updated successfully, but these errors were encountered: