Uh oh!
There was an error while loading. Please reload this page.
Update buildx setup instructions to use install: true - #18801
Conversation
Currently, `install` defaults to false. Setting `install` to true makes `docker build` use the new builder.
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
nicks
commented
Nov 28, 2023
@crazy-max i also wonder if it makes sense to change the defaults on the upstream action? but i guess that's a separate discussion. |
crazy-max
commented
Nov 28, 2023
I don't think this is necessary, since Docker 23
In contrary I think we should remove the |
nicks
commented
Nov 28, 2023
Hmmm...in my tests, it's still necessary. I'll send you what some logs off-list |
crazy-max
commented
Nov 28, 2023
Oh right I think I understand why now:
This is related to docker/cli#3676 |
Proposed changes
Currently,
installdefaults to false.Setting
installto true makesdocker builduse the new builder. I think this is probably the behavior most people want.