Check to see if Docker buildx is supported when using build features like `--secret` that require it
Open
area-orchestrator
- Dominant language
- Go
- Stars
- 189
- Forks
- 24
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
If a build attempts to force buildx but it isn't installed, the user experience is a 125 exit code with no other indications what's wrong (see https://github.com/dotnet/aspire/issues/10015). We should do some housekeeping to check for buildx in the Docker implementation if build fails when buildx features are used and report a better error.
Contributor guide
Assessment
This issue has not been assessed yet.