Martin
Martin
Which go version are you using? I recently upgraded to go 1.18 and now I am also running into this error. You can circumvent that error by specifying a different...
In general, I think I will add some improvements regarding go `1.18` handling
Which go version are you using?
Please update `m1-terraform-provider-helper` to the newest version, run the `m1-terraform-provider-helper install hashicorp/aws -v v3.23.0 --custom-build-command "go get -u golang.org/x/sys && make fmt && gofmt -s -w ./tools/main.go && make build"`...
Okay. The timeout is set to 2 seconds, maybe that is a bit short for some users (maybe I will add a flag to make it customizable) However, in the...
@swt-yoromero did you manage to get it working?
Closing due to no response..
@rdeavilafloqast with `v2.18.1`it is now possible to have Dockerfiles outside the context. @KanchiMoe in your exact use case it is failing because the absolute path `/src` does not exist. In...
@glenngillen that could actually be a viable, not very complicated to implement, solution. 🤔 The more I think about that, the more I like it.
I double checked with the implementation. We are issueing a `GET` request and then taking the `docker-content-digest` header value (https://github.com/kreuzwerker/terraform-provider-docker/blob/master/internal/provider/data_source_docker_registry_image.go#L186) We could change that to use `HEAD` request to prevent...