terraform-provider-docker
terraform-provider-docker copied to clipboard
Terraform Docker provider
I noticed a typo in the docs and I decided to go through and run a spell-checker ([CSpell](https://cspell.org/)) on the entire repo. I see that some others have suggested spelling...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...
### 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...
Fix a typo. I think this change should also regenerate [`docs/data-sources/image.md`](https://github.com/kreuzwerker/terraform-provider-docker/blob/master/docs/data-sources/image.md).
### 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...
I have been trying to authenticate and access the latest tag of a private Docker Hub registry image without any luck for a couple of days now. ``` provider "docker"...
### 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...
I've found private docker registry service on hosting provider, that returns "www-authenticate" header without scope. Here is fix for that case.