Running into an issue where Pulumi installs the pl...
# general
c
Running into an issue where Pulumi installs the plugin but then fails to find it
This is an alpine container i'm running the workload in
e
This is https://github.com/pulumi/pulumi-azure-native/issues/2469 I think every version between 1.94 and 1.102 didn't statically link to glibc. So either ensure your on 1.103 or
apk add gcompat
to install a glibc library for the binaries to dynamically link to.
c
Thank you kindly @echoing-dinner-19531