Newest version of Docker for Desktop has changed the way to set the default builder.
nigelgbanks opened this issue · 2 comments
nigelgbanks commented
Currently the plugin uses docker buildx use default
which has now changed to docker context use default
. Ideally we should work regardless the version of docker. Confirm if docker context use default
, works on older versions of Docker and if so make the switch, otherwise use the appropriate command for the appropriate version.
nigelgbanks commented
Also check how this affects buildx builds for arm64
as the command may be different here as well.
nigelgbanks commented
Was fixed by pull