Hello there! First time installing Pulumi, trying ...
# install
g
Hello there! First time installing Pulumi, trying to do it inside a container (mainly for CI / headless use cases), here's my experience so far: - the PATH env isn't correctly set by the script (tried both
alpine
and
ubuntu
as base images) - ANY command I try to run (
pulumi new
, for example) requires a login - not a fan of that at all - on top of that, the redirect URL is a localhost one with a random port, so there's no way I can interactively login from within a container. - edit for last two observations - found out about
pulumi login --local
, big fan of that 🙂