Kevin Wittek

Results 305 comments of Kevin Wittek

Of course, I don't plan to add Maven build support for this project, it's more for the general signing and pushing strategy, involving the Maven Nexus secrets.

That's true, but I was planning on having it in the same Maven Central group as testcontainers-java. Also I think having it in Bintray isn't that much of an improvement...

`mavenCentral()` is still the default for Maven, that's the reason. But I definitely see your point. Still like to release it in a similar fashion to testcontainers-java.

Btw. would it help to have tagged version in Github, so you can depend on tagged versions using Jitpack?

I've added a tagged release for the current version: `testCompile 'com.github.testcontainers:testcontainers-spock:1.0.0-tc1.6.0'` Since we'll likely move this repo into the testcontainers-java repo (see https://github.com/testcontainers/testcontainers-java/issues/564), I won't do further work on this...

I think it would be useful to open this issue directly in [testcontainers-java](https://github.com/testcontainers/testcontainers-java), since there is nothing spock specific in this implementation/problem.

Indexing does still not work in prebuild. Unless somehow fixed, not yet usable for us. I keep the draft open.

The WIP PR is #5608. We are still considering different approaches to implementing the support since Compose V2 contains breaking changes.

> Testcontainers inside a Docker container on Mac OS I think you are running into this upstream issue: https://github.com/testcontainers/testcontainers-java/issues/4395 Please try out the workaround specified [here](https://github.com/testcontainers/testcontainers-java/issues/4395#issuecomment-1158848664) and let us know...

@adamjshook Unfortunately I don't know what else we can do here, it probably requires more detailed debugging of the Docker environment. Did you verify that `/var/run/docker.sock.raw` exists and that you...