Tobias Gesellchen

Results 145 comments of Tobias Gesellchen

The Docker image for testcontainers/helloworld got some love, too: https://github.com/testcontainers/helloworld/pull/5

#354 shows that we're running just fine with Groovy 4.x (build and test). A dependency upgrade won't have any effect, though, as long as Gradle decides for the runtime classpath...

See https://github.com/gesellix/docker-client/pull/385: a simple read-only support will be included with the next release

Maybe some use testcontainers/ryuk without using the other Testcontainers libraries. An option is to intentionally break the `:latest` tag by pushing an invalid/failing image, so that users have to choose...

As a thought: the workflows introduced here might be re-usable for other repositories in the "testcontainers" organisation. GitHub allows shared workflows. I would like to first _copy_ the workflows from...

@mdelapenya did you have a chance to make a final review of the pull request? I would like to take the changes from here to the other pull request in...

> > so that we can continue working on WCOW support in the testcontainers-java repository. > > FYI @gesellix please be aware of the following limitations: [testcontainers/testcontainers-dotnet#1140 (comment)](https://github.com/testcontainers/testcontainers-dotnet/issues/1140#issuecomment-2006957120). Thanks for...

That metric isn't available, yet. We only got a `node_up` metric as of #13. Would you like to prepare a pull request?

API docs: https://docs.couchdb.org/en/stable/api/server/common.html#get--_up > If `maintenance_mode` is `true` or `nolb`, the endpoint will return a 404 response. Example response: ``` HTTP/1.1 200 OK Cache-Control: must-revalidate Content-Length: 16 Content-Type: application/json Date:...

So, I'm finally back to your suggestion. After looking into the api docs and at the current implementation of the exporter I have to note that this feature will need...