hashicorp / docker-hub-images

Automatic builds of container images for Docker Hub
Mozilla Public License 2.0
127 stars 111 forks source link

Add libc6-compat for terraform plugins dependency issues #63

Closed olblak closed 5 years ago

olblak commented 6 years ago

I had the same issue than issue#56 and I found that I was missing a glibc dependency which could easily be fixed by installing 'libc6-compat'. I think this PR can improve the plugins UX when using this docker image

henrydobson commented 6 years ago

Required for terraform-provider-ansible also.

lucymhdavies commented 6 years ago

Had this also with terraform-provider-restapi, and libc6-compat fixed it

shivas commented 5 years ago

Yes, adding libc6-compat solves our custom internal provider issues too

paultyng commented 5 years ago

We no longer build Terraform docker images from this repository (Packer images are built here still).

Issues and pull requests on the Terraform docker image should be opened on the main Terraform repository: https://github.com/hashicorp/terraform