terraform-provider-docker
                                
                                 terraform-provider-docker copied to clipboard
                                
                                    terraform-provider-docker copied to clipboard
                            
                            
                            
                        Can not build the docker image using git url
Hi
We can build the docker images using the command: docker build https://github.com/derailed/k9s.git
I tried to do using this provider, but faced the issue:
resource "docker_image" "this" {
  name = "k9s"
  build {
    path = "https://github.com/derailed/k9s.git"
    tag  = ["k9s:dev"]
  }
}
Error: failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount679469684/Dockerfile: no such file or directory
It looks like this configuration is not supported yet(
Thanks for the report! You are right, we have not implemented support for git urls yet.