terraform-provider-docker
terraform-provider-docker copied to clipboard
Terraform Docker provider
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Image argument after v2.6.0 always replaces resources (mismatch between image name vs sha image id)
This issue was originally opened by @johnlane as https://github.com/hashicorp/terraform-provider-docker/issues/294. It was migrated here as a result of the community provider takeover from @kreuzwerker. The original body of the issue is...
This PR unifies the image usage in (mostly) tests. I noticed this, because I could not run some tests locally. The `crux` image is not maintained anymore since over 2...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
## Problem to solve When you apply the example usage of docker_container, the container exists soon and the apply fails. https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs/resources/container#example-usage So you have to fix the example usage. ##...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
changing `context` location in `docker_registry_image` resource fails to build image in Windows only
Versions: ``` Terraform: 1.0.11 kreuzwerker/docker: 2.15.0 aws: 3.69.0 Docker: 20.10.11 ``` Hello. I am working with a company and implementing Terraform to their builds. In order to keep from redoing...