Hi!
There's a gap in my understanding of the relation between pants and docker, evident from the following naive attempt. I just switched docker context to a remote one, and tried building a docker image via pants. Pants complains that the files it's looking for aren't present in the build context. The build works fine with the default context, pointing to my local machine. Is what I'm trying even possible? Is a REAPI server the only way I could achieve remote builds?
Thanks in advance.