WTH - Docker on HA requires buildx (legacy has been depricated)

While trying to build a custom add-on from a SSH login, I am getting the following message…

DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
Docker Build Overview | Docker Docs

How are you building it?

  • copy files to /addons
  • ssh to HA OS
  • docker build …

The Dockerfile has new features which need buildx

The software is here… (including the Dockerfile)