containerbase / base

The containerbase project's base image source
MIT License
35 stars 40 forks source link

Add Docker buildx plugin when installing Docker #3603

Open chancez opened 5 days ago

chancez commented 5 days ago

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?

viceice commented 1 day ago

no, it could be a separate tool to install

chancez commented 9 hours ago

That would be fine too