Islandora-Devops/isle-gradle-docker-plugin

Newest version of Docker for Desktop has changed the way to set the default builder.

nigelgbanks opened this issue · 2 comments

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.

Also check how this affects buildx builds for arm64 as the command may be different here as well.

Was fixed by pull