I'm having trouble with Github CI when executing `...
# general
a
I'm having trouble with Github CI when executing
pants publish
. It fails consistently packaging one of the project docker_image targets with
Copy code
ApplyLayer exit status 1 stdout:  stderr: write /app: no space left on device
The app (pex) is ~1GB and the docker base image is also ~1GB. There are many
docker_image
targets enlisted in the publish job. Is this something others have encountered? One hypothesis I am working with is that pants is running inside docker on github so consuming too much of the available ~10GB space. Any thoughts on how to resolve or, at least, troubleshoot this issue? I can run the command successfully outside of CI (locally)