We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As https://github.com/palantir/docker-compose-rule seems to be slightly unmaintained, we should migrate to https://www.testcontainers.org/ (which btw were introduced here in Thüringen by one of the maintainers at our local JUG: https://www.meetup.com/de-DE/jugthde/events/253748913/).
The text was updated successfully, but these errors were encountered:
#1: Migration to testcontainers
96a3951
Fixing #1: Now using testcontainers.properties setting docker compose…
9d60ca5
… image of testcontainers to 1.22.0 instead of .withLocalCompose(true).
Currently Docker Compose 3+ file format isn´t supported out-of-the-box in testcontainers, see testcontainers/testcontainers-java#531
Last commit build not broken because of wrong testcontainer config, but because of Spring Boot 1.5.x -> 2.x upgrade issues, see 033998f
Sorry, something went wrong.
No branches or pull requests
As https://github.com/palantir/docker-compose-rule seems to be slightly unmaintained, we should migrate to https://www.testcontainers.org/ (which btw were introduced here in Thüringen by one of the maintainers at our local JUG: https://www.meetup.com/de-DE/jugthde/events/253748913/).
The text was updated successfully, but these errors were encountered: