I conclude that my effort to get CI working is cursed by the gods, remember :
> > {"message":"No such image: quay.io/testcontainers/ryuk:0.2.3"} > > which repeats for most tests failures, this seems to be common enough that > there is stack overflow for it > > https://stackoverflow.com/questions/61887363/testcontainers-cant-pull-ryuk-image-quay-io-is-not-reachable > I have attempted to upgrade test containers to 1.15.0 (as it will pull > ryuk from docker hub instead of quay.io since 1.14.3 and we were using > 1.12) > hopefully this will help :) > A docker API change broke most of testcontainers versions, which won't be able to pull the images if they are not already available locally ! https://github.com/testcontainers/testcontainers-java/issues/3574 > yes, this Docker API change applies to most of Testcontainers versions. They should release a 1.15.1 to resolve the issue shortly, I have tried explicitly pulling the image in the steps of running the tests but sadly it doesn't seem to have helped :( jean >