Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
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
Post