I'm having a hard time building a Docker image. So...
# general
d
I'm having a hard time building a Docker image. Some time ago it worked, now I'm on 2.18.1 and it consistently fails with
Copy code
Engine traceback:
  in `package` goal

ProcessExecutionFailure: Process 'Building docker image <--my image name ----> +1 additional tag.' failed with exit code 1.
stdout:

stderr:
ERROR: use `docker --context=default buildx` to switch to context "default"
It's on M2 Mac, Docker desktop (latest). Any ideas?
1
Apparently, Docker desktop has now multiple 'builders' in the settings tab. Switching back to the default one sorted the issue. I don't event know where is the non-default one coming from.
😮 1