diff --git a/docs/index.md b/docs/index.md index 131a9074bfd..28ca2453993 100644 --- a/docs/index.md +++ b/docs/index.md @@ -90,6 +90,48 @@ testImplementation('org.testcontainers:mysql') //no version specified These libraries in particular seem to be especially prone to conflicts with test code/application under test code. As such, **these libraries are 'shaded' into the core testcontainers JAR** and relocated under `org.testcontainers.shaded` to prevent class conflicts. +## Sponsors + +Testcontainers is on Github Sponsors! Please consider sponsoring us to sustain the project and help us improve it further. + + + +A huge thank you to our sponsors: + +### Bronze sponsors + +
+ + +

Cirrus CI

+ +
+
+ +
+ + +

Vivy

+
+
+ +
+ + +

jOOQ

+
+
+ +### Backers + +* [Philip Riecks (@rieckpil)](https://github.com/rieckpil) +* [Karl Heinz Marbaise (@khmarbaise)](https://github.com/khmarbaise) +* [Sascha Frinken (@sascha-frinken)](https://github.com/sascha-frinken) +* [Christoph Dreis (@dreis2211)](https://github.com/dreis2211) +* [Pascal Zwick (@pas2al)](https://github.com/pas2al) +* [Nikita Zhevnitskiy (@zhenik)](https://github.com/zhenik) +* [Bas Stoker (@bastoker)](https://github.com/bastoker) + ## Who is using Testcontainers? * [ZeroTurnaround](https://zeroturnaround.com) - Testing of the Java Agents, micro-services, Selenium browser automation @@ -121,25 +163,6 @@ testImplementation('org.testcontainers:mysql') //no version specified * [Apache SkyWalking](http://github.com/apache/skywalking) - End-to-end testing of the Apache SkyWalking, and plugin tests of its subproject, [Apache SkyWalking Python](http://github.com/apache/skywalking-python), and of its eco-system built by the community, like [SkyAPM NodeJS Agent](http://github.com/SkyAPM/nodejs) * [jOOQ](https://www.jooq.org) - Integration testing all of jOOQ with a variety of RDBMS -## Sponsors - -Testcontainers is on Github Sponsors! Please consider sponsoring us to sustain the project and help us improve it further. - - - -### Backers - -A huge thank you to our backers: - -* [Philip Riecks (@rieckpil)](https://github.com/rieckpil) -* [Karl Heinz Marbaise (@khmarbaise)](https://github.com/khmarbaise) -* [Sascha Frinken (@sascha-frinken)](https://github.com/sascha-frinken) -* [Lukas Eder (@lukaseder)](https://github.com/lukaseder) -* [Fedor Korotkov (@fkorotkov)](https://github.com/fkorotkov) -* [Christoph Dreis (@dreis2211)](https://github.com/dreis2211) -* [Pascal Zwick (@pas2al)](https://github.com/pas2al) -* [Nikita Zhevnitskiy (@zhenik)](https://github.com/zhenik) - ## License diff --git a/docs/sponsor_logos/cirrus_labs.jpg b/docs/sponsor_logos/cirrus_labs.jpg new file mode 100644 index 00000000000..3bec84f0a22 Binary files /dev/null and b/docs/sponsor_logos/cirrus_labs.jpg differ diff --git a/docs/sponsor_logos/jooq.jpg b/docs/sponsor_logos/jooq.jpg new file mode 100644 index 00000000000..7a64f773d61 Binary files /dev/null and b/docs/sponsor_logos/jooq.jpg differ diff --git a/docs/sponsor_logos/vivy.png b/docs/sponsor_logos/vivy.png new file mode 100644 index 00000000000..2faa4742dd1 Binary files /dev/null and b/docs/sponsor_logos/vivy.png differ