Joe Wragg

Results 38 comments of Joe Wragg

> @joewragg Please share your terraform version, terraform provider version along with complete terraform code including provider configuration. terraform version: 1.5.6 code (redacted) ``` ... opensearch = { source =...

> @joewragg The following terraform code works for me. Terraform v1.7.5 > > ``` > terraform { > required_providers { > opensearch = { > source = "opensearch-project/opensearch" > version...

Can we fix this? There's no way to bind mount the docker socket currently? Why doesn't the ADO task add this docker unix socker bind mount automatically as they recommend...

> > Getting the same issue on my end - looking in debug mode I extracted the command that the extension is trying to run. > > Adding: `-v /var/run/docker.sock:/var/run/docker.sock`...

Looks like it's been fixed and merged but no new version has been created of the task yet?

> @joewragg I am working on adding this functionality which does not exist in the azuredevops-go-api library but I have a PR pending full end-to-end testing and review. Thanks good...

This docker image hasn't been updated in years, would be good to get some updates to this. I think I'm just going to have to make my own

It looks like most of these vulnerabilities are debian packages so looking at your dockerfile they maybe come from `node:20-bookworm-slim`? Given that all these CVEs are 2024 and you haven't...

Additionally do you plan to release vroom-docker on a regular basis? Otherwise we may go ahead and release it ourselves on a more regular basis for our security needs