Is this a known issue? `pulumi import` and `pulumi...
# general
c
Is this a known issue?
pulumi import
and
pulumi up
using the
azure-native
package is super slow within a docker container. It wasn't like this before I started migrating from the "old" azure package. It's taking at least 5 minutes every time I execute a command now, which is making the migration very slow.
b
are you using typescript? it's probably installing the package dependencies on each container run
c
I'm running the container interactively, so, no, shouldn't be that.
but yes, TS