I'm currently using bmt and it looks like the sub-dependency PyStow just updated or something and is now causing errors in Docker containers being deployed into Kubernetes. Docker images need to run as non-root users, but PyStow is trying to put files at /home/non_root_user/.data but that is failing permissions. Here's the error message:
PermissionError: PyStow was not able to create its home directory in due to a lack of permissions. This can happen, e.g., if you're working on a server where you don't have full rights. See https://pystow.readthedocs.io/en/latest/installation.html#configuration for instructions on choosing a different home folder location for PyStow to somewhere where you have write permissions.
I'm currently using bmt and it looks like the sub-dependency PyStow just updated or something and is now causing errors in Docker containers being deployed into Kubernetes. Docker images need to run as non-root users, but PyStow is trying to put files at
/home/non_root_user/.databut that is failing permissions. Here's the error message: