cashapp / hermit-packages

Hermit manages isolated, self-bootstrapping sets of tools in software projects.
https://cashapp.github.io/hermit
120 stars 124 forks source link

Docker BuildX CLI Plugin #466

Closed dtomasi closed 7 months ago

dtomasi commented 7 months ago

Adds docker buildx cli plugin from https://github.com/docker/buildx

alecthomas commented 7 months ago

Isn't this built into the Docker CLI now as docker buildx?

dtomasi commented 7 months ago

Correct, but its still shipped as a standalone binary included in the docker release tar.gz archive. I was also about to prepare a hcl for docker cli itself, as we are using it in CI/CD pipelines for DinD builds, to avoid building tools images for every usecase. Does that make sense? WDYT?

alecthomas commented 7 months ago

Works for me!