Martin
Martin
I don't have any experience with Podman. I installed it on my M1 Mac, tried to run the tests with it and it complained with issues about volumes and such....
That's great! Are you able to run the tests as mentioned in https://github.com/kreuzwerker/terraform-provider-docker/blob/master/CONTRIBUTING.md ?
There are multiple ways to implement this: 1. We simply take the `docker-compose.yaml` from the user and pass it on to the `docker-compose` cli. The advantage is, that we can...
Is this still an issue with the current (`v2.19.0`) version? With https://github.com/kreuzwerker/terraform-provider-docker/commit/78c42d7657cd9e1ab6216fce2c798d9b09980550 we improved the `docker build` process, possibly also for Windows workflows (the path to the `Dockerfile` is now...
Talked with Sebastian and Robert: - For now the only notifications sent to the `NotificationsMail` are notifications about new OpsItems (they are created because of the rootmail feature). In the...
Could you also [update the documentation](https://github.com/kreuzwerker/terraform-provider-docker/blob/master/CONTRIBUTING.md#update-the-documentation)?
@bhuisgen could you rebase and [update the documentation](https://github.com/kreuzwerker/terraform-provider-docker/blob/master/CONTRIBUTING.md#update-the-documentation)? Thanks!
The failing tests of `TestAccDockerImage` are not your fault, they are flaky and I wanted to fix them since a long time. Please fix the documentation. You do not have...
First I thought: Couldn't you use https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file to create the file and then reference the file path in the provider? But then I remembers, that you cannot reference resources from...
Thanks for the report! You are right, we have not implemented support for `git` urls yet.