Adrian Cole

Results 2050 comments of Adrian Cole

my first comment about license with localstack was wrong.. It seems by [README](https://github.com/awspring/spring-cloud-aws?tab=readme-ov-file#sponsors) and anecdotally in some issues, that there is a pro license for this project. Just [it doesn't...

good point that k3s isn't as far behind as the others. nevermind that. my machine is in process doing the dashaun thing, and hopefully we can stop this problem forever...

ps if only java 17 is supported, I would suggest adding maven-enforcer-plugin config, for a similar reason as adding a maven profile to fix the image. Basically, people shouldn't have...

ok so downgrading to JRE 17 and also rebuilding with dashaun, same error ``` 16:26:29.032 [awaitility-thread] INFO org.springframework.cloud.kubernetes.integration.tests.commons.Commons - error is : ctr: open /var/folders/vd/1cf8zdb1721f4z5rjggy8bp40000gn/T/spring-cloud-kubernetes-fabric8-client-istio.tar: no such file or directory...

fyi here's how I use colima ```bash $ colima start --cpu 4 --memory 8 --network-address ``` Most of the time I also add ` --kubernetes` so that it will also...

The problem here is that the current code assumes the host running the testcontainers code is the same as the docker host. This is not true in colima (nor would...

I just found that the wasmtime developers behind wasi decided recently to enforce a bunch of rules. Most notably, runtimes must return EPERM if the path to a pre-open is...

I'm not really sure the future of the reactor thing in WASI, even normal command is being completely redone. It feels uncomfortable to move it to blocked on something we...

I think one of the more important points is that this is to reach parity of k3s in Go, something I had asked for. Thanks @wind57! https://github.com/testcontainers/testcontainers-go/blob/main/modules/k3s/k3s.go#L186-L218

@elodina are you interested enough to help with this?