We have some post-upgrade commands that execute docker build to rebuild a base image before executing some commands, and those Dockerfiles have RUN --mount instructions that requires buildx to be installed. Could the docker buildx plugin be added as part of the docker tool here: https://github.com/containerbase/base/blob/main/src/cli/tools/docker.ts?
We have some post-upgrade commands that execute
docker build
to rebuild a base image before executing some commands, and those Dockerfiles haveRUN --mount
instructions that requires buildx to be installed. Could the docker buildx plugin be added as part of thedocker
tool here: https://github.com/containerbase/base/blob/main/src/cli/tools/docker.ts?