terraform-provider-docker
terraform-provider-docker copied to clipboard
fix: Compress build context before sending it to Docker
This fixes #439 by gzipping the build context, which prevents the Docker API from misinterpreting the stream as a plain text Dockerfile.
What can I do to help get this merged? It looks like the failing test is unrelated to the changes in this PR - the sha256 of a third party busybox image has changed on dockerhub, likely due to a security update.
Do we know how often PRs stay unattended to in this repo @benley? I also just opened one that is critical to something we are working on and hope the PR can see some traction. I can see this PR has been open for 23 days. Not encouraging at all.
Merge this please! :) Have the same issue as in #439