Hi team! I was trying to install pulumi within doc...
# general
w
Hi team! I was trying to install pulumi within docker alpine and got this error might someone have any idea why? Thanks in advance!
l
You don't have write permission in /tmp
Have you used
user
in your Dockerfile prior to this?
w
yes.. still.. /tmp directory is full 777
l
Might be in Docker, but not on host?
Is it bind-mounted?
It might be easier to use one of the Pulumi Docker images. Is this feasible?
w
tmp is not mounted =/ my base image is required and for security reasons I'm not able to use root on that docker image
l
Are you able to write to /tmp, or use mktemp in an interactive shell? There must be some OS-related reason for that, it's not a Pulumi thing.