Hey Pants Team, we're experimenting with docker bu...
# general
r
Hey Pants Team, we're experimenting with docker builds on a M1 mac and we're experiencing an issue with running pants. We get a
killed
output with no additional info. We're trying to run with
--no-pantsd
and
--no-watch-filesystem
but no success just yet. Created this gist for logs.
h
Hm. Iirc you had some users who got this working? Or this is all your M1 users?
r
yeah this affecting all M1 users at the moment. We're running into different issue where they can't run pants on their host and now within the docker image
👀 1
I pushed a example of a simple project here: https://github.com/njgrisafi/pants-example/tree/grpc-example
what we instructed M1 users to do is run
docker buildx build --platform linux/amd64 . -t test-pants
and that seems to work but pants is not able to run commands atm
I have other debug logs I can share for running pants on host with errors