https://pulumi.com logo
c

colossal-vr-62639

07/18/2023, 10:04 AM
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

echoing-dinner-19531

07/18/2023, 10:22 AM
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

colossal-vr-62639

07/18/2023, 10:41 AM
Thank you kindly @echoing-dinner-19531