moby / buildkit-bench

Set of benchmarks for BuildKit
https://moby.github.io/buildkit-bench/
Apache License 2.0
0 stars 2 forks source link

test: switch from buildctl to buildx 0.17.0 as client #79

Closed crazy-max closed 6 days ago

crazy-max commented 6 days ago

Use Buildx as client instead of buildctl.

As follow-up we could set --metadata-file https://docs.docker.com/reference/cli/docker/buildx/build/#metadata-file and BUILDX_METADATA_PROVENANCE to max so we can have details metrics we could use. This will not work for BuildKit versions that don't support history API though.